Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/stdio/
H A Dputc.c32 #pragma weak _putc_unlocked = putc_unlocked
45 #undef putc_unlocked
69 putc_unlocked(int ch, FILE *iop) in putc_unlocked() function
/titanic_44/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)
/titanic_44/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c109 putc_unlocked(int c, Sfio_t* sp) in putc_unlocked() function
/titanic_44/usr/src/cmd/truss/
H A Dproto.h39 #define fputc putc_unlocked
/titanic_44/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*));
/titanic_44/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*));
/titanic_44/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*));
/titanic_44/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*));
/titanic_44/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*));
/titanic_44/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*));
/titanic_44/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*));
/titanic_44/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*));
/titanic_44/usr/src/lib/libast/common/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*);
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/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*));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/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*));
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/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*));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/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*));
/titanic_44/usr/src/lib/c_synonyms/
H A Dsyn_common698 putc_unlocked
/titanic_44/usr/src/man/man3c/
H A DMakefile1091 putc_unlocked.3c \
1712 putc_unlocked.3c := LINKSRC = fputc.3c
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers2032 putc_unlocked;
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1145 link path=usr/share/man/man3c/putc_unlocked.3c target=fputc.3c
/titanic_44/
H A D.gitignore5130 usr/src/man/man3c/putc_unlocked.3c