Home
last modified time | relevance | path

Searched refs:putchar_unlocked (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputchar.c53 #undef putchar_unlocked
60 putchar_unlocked(ch) in putchar_unlocked() function
/illumos-gate/usr/src/head/
H A Dstdio.h314 extern int putchar_unlocked(int);
377 #define putchar_unlocked(x) putc_unlocked((x), stdout) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdio_c99.c115 putchar_unlocked(int c) in putchar_unlocked() function
/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/test/libc-tests/tests/stdio/
H A Dorientation_test.c194 TEST_NARROW_STD(stdout, putchar_unlocked('c')); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio185 extern int putchar_unlocked(int);
322 printf("#define putchar_unlocked _ast_putchar_unlocked\n");
493 extern int putchar_unlocked(int);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio246 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
350 #define putchar_unlocked _ast_putchar_unlocked
505 extern __MANGLE__ int putchar_unlocked __PROTO__((int));
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common699 putchar_unlocked
/illumos-gate/usr/src/man/man3c/
H A DMakefile1157 putchar_unlocked.3c \
1816 putchar_unlocked.3c := LINKSRC = fputc.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2383 putchar_unlocked;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1016 link path=usr/share/man/man3c/putchar_unlocked.3c target=fputc.3c