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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetchar.c46 #undef getchar_unlocked macro
57 * A subroutine version of the macro getchar_unlocked.
61 getchar_unlocked(void) function
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c103 getchar_unlocked(void) function
/illumos-gate/usr/src/head/
H A Dstdio.h312 extern int getchar_unlocked(void);
378 #define getchar_unlocked() getc_unlocked(stdin) macro
/illumos-gate/usr/src/boot/include/
H A Dstdio.h323 int getchar_unlocked(void);
521 #define getchar_unlocked() getc_unlocked(stdin) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h265 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
369 #define getchar_unlocked _ast_getchar_unlocked macro
524 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h244 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
348 #define getchar_unlocked _ast_getchar_unlocked macro
503 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h265 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
369 #define getchar_unlocked _ast_getchar_unlocked macro
524 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h244 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
348 #define getchar_unlocked _ast_getchar_unlocked macro
503 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h265 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
369 #define getchar_unlocked _ast_getchar_unlocked macro
524 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h244 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
348 #define getchar_unlocked _ast_getchar_unlocked macro
503 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h265 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
369 #define getchar_unlocked _ast_getchar_unlocked macro
524 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h244 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
348 #define getchar_unlocked _ast_getchar_unlocked macro
503 extern __MANGLE__ int getchar_unlocked __PROTO__((void));
/illumos-gate/usr/src/man/man3c/
H A DMakefile827 getchar_unlocked.3c \
1709 getchar_unlocked.3c := LINKSRC = fgetc.3c

Completed in 92 milliseconds