Home
last modified time | relevance | path

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

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