Searched defs:fputs (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/lib/libc/stdio/ |
H A D | fputs.c | 63 fputs(const char * __restrict s, FILE * __restrict fp) in fputs() function
|
/dflybsd-src/bin/sh/bltin/ |
H A D | bltin.h | 61 #define fputs outstr macro
|
/dflybsd-src/contrib/grep/lib/ |
H A D | unlocked-io.h | 80 # define fputs(x,y) fputs_unlocked (x,y) macro
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | unlocked-io.h | 81 # define fputs(x,y) fputs_unlocked (x,y) macro
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | system.h | 143 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | system.h | 142 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | system.h | 146 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | system.h | 150 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
|