Home
last modified time | relevance | path

Searched refs:ngets (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libstand/
HDgets.c42 ngets(char *buf, int n) in ngets() function
HDstand.h248 extern void ngets(char *, int);
249 #define gets(x) ngets((x), 0)
/NextBSD/sys/boot/common/
HDinterp.c132 ngets(input, sizeof(input)); in interact()
HDcommands.c403 ngets(buf, sizeof(buf)); in command_read()