Searched refs:fputc_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 | 73 fputc_unlocked(int c, Sfio_t* sp) in fputc_unlocked() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | stdio | 178 extern int fputc_unlocked(int, FILE*); 315 printf("#define fputc_unlocked _ast_fputc_unlocked\n"); 486 extern int fputc_unlocked(int, FILE*);
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | stdio | 239 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*)); 343 #define fputc_unlocked _ast_fputc_unlocked 498 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | stdio | 239 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*)); 343 #define fputc_unlocked _ast_fputc_unlocked 498 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | stdio | 239 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*)); 343 #define fputc_unlocked _ast_fputc_unlocked 498 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*));
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | stdio | 239 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*)); 343 #define fputc_unlocked _ast_fputc_unlocked 498 extern __MANGLE__ int fputc_unlocked __PROTO__((int, FILE*));
|