HomeSort by relevance Sort by last modified time
    Searched defs:fputs_unlocked (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
unlocked-io.h 80 # define fputs(x,y) fputs_unlocked (x,y)
82 # define fputs_unlocked(x,y) fputs (x,y) macro
  /external/strace/
vsprintf.c 20 # define fputs_unlocked fputs macro
785 r = fputs_unlocked(buf, fp);
strace.c 555 # define fputs_unlocked fputs macro
562 int n = fputs_unlocked(str, current_tcp->outf);
    [all...]

Completed in 90 milliseconds