Searched defs:fputs (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstdio-write.c126 fputs (const char *string, FILE *stream) function
127 #undef fputs macro
129 CALL_WITH_SIGPIPE_EMULATION (int, fputs (string, stream), ret == EOF)
H A Dunlocked-io.h79 # undef fputs macro
80 # define fputs(x,y) fputs_unlocked (x,y) macro
82 # define fputs_unlocked(x,y) fputs (x,y)

Completed in 57 milliseconds