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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetc.c32 #pragma weak _getc_unlocked = getc_unlocked
45 #undef getc_unlocked macro
64 getc_unlocked(FILE *iop) function
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c97 getc_unlocked(Sfio_t* sp) function
/illumos-gate/usr/src/head/
H A Dstdio.h311 extern int getc_unlocked(FILE *);
370 #define getc_unlocked(p) (--(p)->_cnt < 0 \ macro
378 #define getchar_unlocked() getc_unlocked(stdin)
/illumos-gate/usr/src/boot/include/
H A Dstdio.h322 int getc_unlocked(FILE *);
518 #define getc_unlocked(fp) __sgetc(fp) macro
521 #define getchar_unlocked() getc_unlocked(stdin)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/man/man3c/
H A DMakefile825 getc_unlocked.3c \
1707 getc_unlocked.3c := LINKSRC = fgetc.3c

Completed in 96 milliseconds