| /src/sys/arch/evbarm/stand/bootimx23/ |
| args_prep.c | 32 /* (c) for ngets() below: 87 static void ngets(char *, int); 128 ngets(boot_args, MAX_BOOT_STRING); 140 ngets(char *buf, int n) function in typeref:typename:void
|
| /src/sys/arch/ia64/stand/common/ |
| gets.c | 48 ngets(char *buf, int n) function in typeref:typename:void
|
| interp.c | 135 ngets(input, sizeof(input));
|
| bootstrap.h | 404 extern void ngets(char *, int);
|
| commands.c | 414 ngets(buf, sizeof(buf));
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| sboot.h | 42 char *ngets(char *, int);
|
| sboot.c | 55 ebuf = ngets(buf, sizeof(buf));
|
| console.c | 132 * ngets: get string from console 136 ngets(char *str, int size) function in typeref:typename:char *
|