Searched refs:_IO_fputs (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofputs.c32 _IO_fputs (str, fp) function
49 libc_hidden_def (_IO_fputs)
52 weak_alias (_IO_fputs, fputs)
55 weak_alias (_IO_fputs, fputs_unlocked)
56 libc_hidden_ver (_IO_fputs, fputs_unlocked)
H A Diolibio.h27 extern int _IO_fputs __P((const char*, _IO_FILE*));
28 libc_hidden_proto (_IO_fputs)
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h84 extern int _IO_fputs __P((const char*, _IO_FILE*));
85 libc_hidden_proto (_IO_fputs)
86 # define fputs(str, fp) _IO_fputs (str, fp)
/haiku/headers/cpp/
H A Diostdio.h73 #define fputs _IO_fputs
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c145 void _IO_fputs() {} function
H A Dlibroot_stubs_legacy.c255 void _IO_fputs() {} function

Completed in 784 milliseconds