Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfunopen.c62 if ((fp = __sfp()) == NULL) in funopen()
H A Dfopen.c56 if ((fp = __sfp()) == NULL) in fopen()
H A Dfdopen.c76 if ((fp = __sfp()) == NULL) in fdopen()
H A Dlocal.h64 extern FILE *__sfp(void);
H A Dfindfp.c115 __sfp(void) in __sfp() function