Searched defs:fputs (Results 1 – 12 of 12) sorted by relevance
/openbsd/lib/libc/stdio/ |
H A D | fputs.c | 43 fputs(const char *s, FILE *fp) in fputs() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | stdio-opt-1.c | 62 fputs(const char *string, FILE *stream) in fputs() function
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | system.h | 126 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
/openbsd/gnu/gcc/libcpp/ |
H A D | system.h | 126 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
/openbsd/gnu/usr.bin/perl/ |
H A D | fakesdio.h | 80 #define fputs(s,f) PerlIO_puts(f,s) macro
|
H A D | nostdio.h | 94 #define fputs(s,f) _CANNOT _fputs_ macro
|
H A D | XSUB.h | 543 # define fputs PerlSIO_fputs macro
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | system.h | 78 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | system.h | 134 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 224 #define fputs(s,f) win32_fputs(s,f) macro
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ui-file.c | 253 set_ui_file_fputs (struct ui_file *file, ui_file_fputs_ftype *fputs) in set_ui_file_fputs()
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 933 WRAPPER2(int, fputs, const char *s, FILE *stream) in WRAPPER2() argument
|