Searched defs:fputs (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/lib/libc/stdio/ |
| HD | fputs.c | 51 fputs(const char * __restrict s, FILE * __restrict fp) in fputs() function
|
| /NextBSD/bin/sh/bltin/ |
| HD | bltin.h | 59 #define fputs outstr macro
|
| /NextBSD/contrib/diff/lib/ |
| HD | unlocked-io.h | 81 # define fputs(x,y) fputs_unlocked (x,y) macro
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | obstack.c | 465 # define fputs(s, f) _IO_fputs (s, f) macro
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | system.h | 126 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
| /NextBSD/contrib/gcc/ |
| HD | system.h | 134 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | ui-file.c | 253 set_ui_file_fputs (struct ui_file *file, ui_file_fputs_ftype *fputs) in set_ui_file_fputs()
|
| /NextBSD/contrib/gcclibs/libmudflap/ |
| HD | mf-hooks2.c | 933 WRAPPER2(int, fputs, const char *s, FILE *stream) in WRAPPER2() argument
|