Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/stdio/
H A Dfputs.c54 fputs(const char * __restrict s, FILE * __restrict fp) in fputs() function
/freebsd-12.1/bin/sh/bltin/
H A Dbltin.h61 #define fputs outstr macro
/freebsd-12.1/contrib/diff/lib/
H A Dunlocked-io.h81 # define fputs(x,y) fputs_unlocked (x,y) macro
/freebsd-12.1/gnu/usr.bin/grep/
H A Dobstack.c465 # define fputs(s, f) _IO_fputs (s, f) macro
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dsystem.h126 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/freebsd-12.1/contrib/gcc/
H A Dsystem.h134 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dui-file.c253 set_ui_file_fputs (struct ui_file *file, ui_file_fputs_ftype *fputs) in set_ui_file_fputs()
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c933 WRAPPER2(int, fputs, const char *s, FILE *stream) in WRAPPER2() argument