Searched defs:fputs_unlocked (Results 1 – 4 of 4) sorted by relevance
47 fputs_unlocked(const char * __restrict s, FILE * __restrict fp) in fputs_unlocked() function
60 # define fputs_unlocked(str,stream) fputs (str, stream) macro
83 # define fputs_unlocked(x,y) fputs (x,y) macro
82 # define fputs_unlocked(x,y) fputs (x,y) macro