Searched refs:fputs_unlocked (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | stdio_c99.c | 79 fputs_unlocked(char* buf, Sfio_t* sp) in fputs_unlocked() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | stdio | 179 extern int fputs_unlocked(char*, FILE*); 316 printf("#define fputs_unlocked _ast_fputs_unlocked\n"); 487 extern int fputs_unlocked(char*, FILE*);
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | stdio | 240 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*)); 344 #define fputs_unlocked _ast_fputs_unlocked 499 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | stdio | 240 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*)); 344 #define fputs_unlocked _ast_fputs_unlocked 499 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | stdio | 240 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*)); 344 #define fputs_unlocked _ast_fputs_unlocked 499 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | stdio | 240 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*)); 344 #define fputs_unlocked _ast_fputs_unlocked 499 extern __MANGLE__ int fputs_unlocked __PROTO__((char*, FILE*));
|