Home
last modified time | relevance | path

Searched refs:xmon_gets (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/xmon/
Dnonstdio.h8 extern char *xmon_gets(char *, int);
Dnonstdio.c91 char *xmon_gets(char *str, int nb) in xmon_gets() function
Dxmon.c2653 if (xmon_gets(line, sizeof(line)) == NULL) { in inchar()