Home
last modified time | relevance | path

Searched defs:fputs (Results 1 – 12 of 12) sorted by relevance

/openbsd/lib/libc/stdio/
H A Dfputs.c43 fputs(const char *s, FILE *fp) in fputs() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstdio-opt-1.c62 fputs(const char *string, FILE *stream) in fputs() function
/openbsd/gnu/gcc/fixincludes/
H A Dsystem.h126 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/openbsd/gnu/gcc/libcpp/
H A Dsystem.h126 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/openbsd/gnu/usr.bin/perl/
H A Dfakesdio.h80 #define fputs(s,f) PerlIO_puts(f,s) macro
H A Dnostdio.h94 #define fputs(s,f) _CANNOT _fputs_ macro
H A DXSUB.h543 # define fputs PerlSIO_fputs macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsystem.h78 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/openbsd/gnu/gcc/gcc/
H A Dsystem.h134 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h224 #define fputs(s,f) win32_fputs(s,f) macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dui-file.c253 set_ui_file_fputs (struct ui_file *file, ui_file_fputs_ftype *fputs) in set_ui_file_fputs()
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c933 WRAPPER2(int, fputs, const char *s, FILE *stream) in WRAPPER2() argument