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

/osnet-11/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
/osnet-11/usr/src/lib/libgen/common/
H A Dbgets.c50 #define getc(f) getc_unlocked(f)
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c97 getc_unlocked(Sfio_t* sp) function
/osnet-11/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
/osnet-11/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);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetdelim.c49 # define getc_maybe_unlocked(fp) getc_unlocked(fp)
H A Dargp-namefrob.h126 # define getc_unlocked(x) getc (x) macro
H A Dlocalcharset.c100 # define getc getc_unlocked
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c102 # define getc getc_unlocked
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c330 while ((i = getc_unlocked(fp)) != EOF) {
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c420 * it's own FILE pointer, we can use getc_unlocked w/o difficulties,
439 switch (c = getc_unlocked(f)) {
471 c = getc_unlocked(f);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure13138 { $as_echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
13139 $as_echo_n "checking whether getc_unlocked is declared... " >&6; }
13153 #ifndef getc_unlocked
13154 (void) getc_unlocked;
22061 { $as_echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
22062 $as_echo_n "checking whether getc_unlocked is declared... " >&6; }
22076 #ifndef getc_unlocked
22077 (void) getc_unlocked;
22626 { $as_echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
22627 $as_echo_n "checking whether getc_unlocked i
[all...]

Completed in 132 milliseconds