Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dgets.c37 ngets(char *buf, int n) in ngets() function
H A Dstand.h311 extern void ngets(char *, int);
312 #define gets(x) ngets((x), 0)
/freebsd/stand/common/
H A Dinterp.c85 ngets(input, sizeof(input)); in interact()
H A Dcommands.c447 ngets(buf, sizeof(buf)); in command_read()
/freebsd/stand/liblua/
H A Dlutils.c185 ngets(buf, 128); in lua_gets()