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

  /bionic/libc/stdio/
stdio.cpp 835 return fputs_unlocked(s, fp);
838 int fputs_unlocked(const char* s, FILE* fp) { function
  /external/strace/
strace.c 559 # define fputs_unlocked fputs macro
566 int n = fputs_unlocked(str, current_tcp->outf);
571 /* very unlikely due to fputs_unlocked buffering */
    [all...]

Completed in 315 milliseconds