HomeSort by relevance Sort by last modified time
    Searched defs:fputs_unlocked (Results 1 - 5 of 5) 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
  /prebuilts/go/darwin-x86/test/bench/shootout/
fasta.c 48 #define fputs_unlocked fputs macro
93 fputs_unlocked(title, stdout);
151 fputs_unlocked(title, stdout);
  /prebuilts/go/linux-x86/test/bench/shootout/
fasta.c 48 #define fputs_unlocked fputs macro
93 fputs_unlocked(title, stdout);
151 fputs_unlocked(title, stdout);
  /external/strace/
vsprintf.c 20 # define fputs_unlocked fputs macro
783 r = fputs_unlocked(buf, fp);
strace.c 576 # define fputs_unlocked fputs macro
583 int n = fputs_unlocked(str, current_tcp->outf);
    [all...]

Completed in 405 milliseconds