Home
last modified time | relevance | path

Searched defs:gets (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_gets.c51 char *gets(char *buf) in gets() function
/freebsd/stand/libsa/
H A Dstand.h304 #define gets(x) ngets((x), 0) macro