Searched defs:fputs_unlocked (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dunlocked-io.h80 # define fputs(x,y) fputs_unlocked (x,y)
82 # define fputs_unlocked(x,y) fputs (x,y) macro
/external/strace/
H A Dvsprintf.c20 # define fputs_unlocked fputs macro
785 r = fputs_unlocked(buf, fp);
H A Dstrace.c555 # define fputs_unlocked fputs macro
562 int n = fputs_unlocked(str, current_tcp->outf);

Completed in 135 milliseconds