Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/stdio/
Dfunopen.c68 if ((fp = __sfp()) == NULL) in funopen()
Dfopen.c62 if ((fp = __sfp()) == NULL) in fopen()
Dfdopen.c82 if ((fp = __sfp()) == NULL) in fdopen()
Dlocal.h67 extern FILE *__sfp(void);
Dfindfp.c121 __sfp(void) in __sfp() function