Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfputs.c48 fputs_unlocked(const char * __restrict s, FILE * __restrict fp) in fputs_unlocked() function
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h83 # define fputs_unlocked(x,y) fputs (x,y) macro