Searched refs:getc_unlocked (Results 1 - 20 of 20) sorted by relevance

/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c97 getc_unlocked(Sfio_t* sp) function
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Dbgets.c50 #define getc(f) getc_unlocked(f)
/opensolaris-onvv-gate/usr/src/head/
H A Dstdio.h320 extern int getc_unlocked(FILE *);
412 extern int getc_unlocked();
462 #define getc_unlocked(p) (--(p)->_cnt < 0 \ macro
470 #define getc_unlocked(p) (--(p)->_cnt < 0 \ macro
479 #define getchar_unlocked() getc_unlocked(stdin)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dnostdio.h55 #undef getc_unlocked macro
119 #define getc_unlocked(f) _CANNOT _getc_unlocked_ macro
H A Dfakesdio.h42 #undef getc_unlocked macro
83 #define getc_unlocked(f) PerlIO_getc(f) macro
/opensolaris-onvv-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c91 * it's own FILE pointer, we can use getc_unlocked w/o difficulties,
107 switch (c = getc_unlocked(f)) {
134 c = getc_unlocked(f);
/opensolaris-onvv-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c324 while ((i = getc_unlocked(fp)) != EOF) {
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c87 # define getc getc_unlocked
/opensolaris-onvv-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c89 * it's own FILE pointer, we can use getc_unlocked w/o difficulties,
105 switch (c = getc_unlocked(f)) {
132 c = getc_unlocked(f);
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common331 getc_unlocked
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1754 getc_unlocked;

Completed in 139 milliseconds