Searched defs:putchar_unlocked (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputchar.c55 #undef putchar_unlocked macro
58 * A subroutine version of the macro putchar_unlocked
62 putchar_unlocked(ch) function
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c115 putchar_unlocked(int c) function
/illumos-gate/usr/src/head/
H A Dstdio.h314 extern int putchar_unlocked(int);
379 #define putchar_unlocked(x) putc_unlocked((x), stdout) macro
/illumos-gate/usr/src/boot/include/
H A Dstdio.h325 int putchar_unlocked(int);
522 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h267 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
371 #define putchar_unlocked _ast_putchar_unlocked macro
526 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked macro
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h267 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
371 #define putchar_unlocked _ast_putchar_unlocked macro
526 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked macro
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h267 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
371 #define putchar_unlocked _ast_putchar_unlocked macro
526 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked macro
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h267 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
371 #define putchar_unlocked _ast_putchar_unlocked macro
526 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked macro
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/man/man3c/
H A DMakefile1103 putchar_unlocked.3c \
1731 putchar_unlocked.3c := LINKSRC = fputc.3c

Completed in 97 milliseconds