Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDfputs.c51 fputs(const char * __restrict s, FILE * __restrict fp) in fputs() function
/NextBSD/bin/sh/bltin/
HDbltin.h59 #define fputs outstr macro
/NextBSD/contrib/diff/lib/
HDunlocked-io.h81 # define fputs(x,y) fputs_unlocked (x,y) macro
/NextBSD/gnu/usr.bin/grep/
HDobstack.c465 # define fputs(s, f) _IO_fputs (s, f) macro
/NextBSD/contrib/gcclibs/libcpp/
HDsystem.h126 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/NextBSD/contrib/gcc/
HDsystem.h134 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
/NextBSD/contrib/gdb/gdb/
HDui-file.c253 set_ui_file_fputs (struct ui_file *file, ui_file_fputs_ftype *fputs) in set_ui_file_fputs()
/NextBSD/contrib/gcclibs/libmudflap/
HDmf-hooks2.c933 WRAPPER2(int, fputs, const char *s, FILE *stream) in WRAPPER2() argument