Searched refs:putc_unlocked (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputc.c32 #pragma weak _putc_unlocked = putc_unlocked
45 #undef putc_unlocked macro
69 putc_unlocked(int ch, FILE *iop) function
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c109 putc_unlocked(int c, Sfio_t* sp) function
/illumos-gate/usr/src/cmd/truss/
H A Dproto.h39 #define fputc putc_unlocked
/illumos-gate/usr/src/head/
H A Dstdio.h313 extern int putc_unlocked(int, FILE *);
373 #define putc_unlocked(x, p) (--(p)->_cnt < 0 \ macro
379 #define putchar_unlocked(x) putc_unlocked((x), stdout)
/illumos-gate/usr/src/boot/include/
H A Dstdio.h324 int putc_unlocked(int, FILE *);
519 #define putc_unlocked(x, fp) __sputc(x, fp) macro
522 #define putchar_unlocked(x) putc_unlocked(x, stdout)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h266 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
370 #define putc_unlocked _ast_putc_unlocked macro
525 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked macro
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h266 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
370 #define putc_unlocked _ast_putc_unlocked macro
525 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked macro
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h266 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
370 #define putc_unlocked _ast_putc_unlocked macro
525 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked macro
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h266 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
370 #define putc_unlocked _ast_putc_unlocked macro
525 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked macro
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/man/man3c/
H A DMakefile1101 putc_unlocked.3c \
1729 putc_unlocked.3c := LINKSRC = fputc.3c

Completed in 123 milliseconds