Home
last modified time | relevance | path

Searched refs:putc_unlocked (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputc.c30 #pragma weak _putc_unlocked = putc_unlocked
43 #undef putc_unlocked
52 ret = putc_unlocked(ch, iop); in putc()
58 putc_unlocked(int ch, FILE *iop) in putc_unlocked() function
H A Dputw.c55 while (--i >= 0 && putc_unlocked(*s++, stream) != EOF) in putw()
/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/head/
H A Dstdio.h313 extern int putc_unlocked(int, FILE *);
377 #define putchar_unlocked(x) putc_unlocked((x), stdout)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdio_c99.c109 putc_unlocked(int c, Sfio_t* sp) in putc_unlocked() function
/illumos-gate/usr/src/cmd/truss/
H A Dproto.h39 #define fputc putc_unlocked
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dorientation_test.c182 TEST_NARROW(putc_unlocked('c', f)); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio184 extern int putc_unlocked(int, FILE*);
321 printf("#define putc_unlocked _ast_putc_unlocked\n");
492 extern int putc_unlocked(int, FILE*);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio245 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
349 #define putc_unlocked _ast_putc_unlocked
504 extern __MANGLE__ int putc_unlocked __PROTO__((int, FILE*));
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common698 putc_unlocked
/illumos-gate/usr/src/man/man3c/
H A DMakefile1155 putc_unlocked.3c \
1816 putc_unlocked.3c := LINKSRC = fputc.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2390 putc_unlocked;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1014 link path=usr/share/man/man3c/putc_unlocked.3c target=fputc.3c