Searched refs:fputc_unlocked (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libc/stdio/
H A Dfputc.c47 #undef fputc_unlocked macro
50 fputc_unlocked(int c, FILE *fp) function
64 retval = fputc_unlocked(c, fp);
/freebsd-13-stable/contrib/diff/lib/
H A Dunlocked-io.h75 # define fputc(x,y) fputc_unlocked (x,y)
77 # define fputc_unlocked(x,y) fputc (x,y) macro
/freebsd-13-stable/include/
H A Dstdio.h351 int fputc_unlocked(int, FILE *);
520 #define fputc_unlocked(s, p) __sputc(s, p) macro

Completed in 108 milliseconds