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