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

12

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dgetc.c46 #undef getc_unlocked macro
61 getc_unlocked(FILE *fp) function
/macosx-10.9.5/cctools-845/as/
H A Dapp.c168 do ch=getc_unlocked(fp);
172 ch=getc_unlocked(fp);
181 ch=getc_unlocked(fp);
186 ch=getc_unlocked(fp);
199 ch=getc_unlocked(fp);
214 ch=getc_unlocked(fp);
244 ch=getc_unlocked(fp);
283 ch=getc_unlocked(fp);
290 do ch= getc_unlocked(fp);
300 ch=getc_unlocked(f
[all...]
H A Dinput-file.c130 c=getc_unlocked(f_in);
132 c=getc_unlocked(f_in);
H A Dread.c4652 the_char = getc_unlocked(dump_fp);
4659 the_char = getc_unlocked(dump_fp);
4676 the_char = getc_unlocked(dump_fp);
4686 *char_pointer++ = getc_unlocked(dump_fp);
4687 *char_pointer++ = getc_unlocked(dump_fp);
4688 *char_pointer++ = getc_unlocked(dump_fp);
4689 *char_pointer++ = getc_unlocked(dump_fp);
4917 the_char = getc_unlocked(fp);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunlocked-io.h102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
H A Dargp-namefrob.h127 # define getc_unlocked(x) getc (x) macro
H A Dlocalcharset.c87 # define getc getc_unlocked
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dunlocked-io.h102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dunlocked-io.h102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h53 # define getc(x) getc_unlocked (x)
/macosx-10.9.5/gpatch-3/patch/
H A Dunlocked-io.h53 # define getc(x) getc_unlocked (x)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dstdio_c99.c97 getc_unlocked(Sfio_t* sp) function
/macosx-10.9.5/xnu-2422.115.4/SETUP/decomment/
H A Ddecomment.c76 bufchar = getc_unlocked(fp);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h424 int getc_unlocked(FILE *);
450 #define getc_unlocked(fp) __sgetc(fp) macro
454 #define getchar_unlocked() getc_unlocked(stdin)
/macosx-10.9.5/text_cmds-87/tail/
H A Dforward.c237 if ('\n' != getc_unlocked(fp)) {
258 while(EOF != (ch = getc_unlocked(fp))) {
301 while(EOF != (ch = getc_unlocked(fp))) {
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dlocalcharset.c91 # define getc getc_unlocked
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dlocalcharset.c91 # define getc getc_unlocked
H A Dconfigure5750 for ac_func in feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
/macosx-10.9.5/libiconv-41/libiconv/libcharset/lib/
H A Dlocalcharset.c94 # define getc getc_unlocked
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dstrings.c508 /* Only use getc_unlocked if we found a declaration for it.
513 c = getc_unlocked (stream);
H A Dconfigure7024 for ac_func in sbrk utimes setmode getc_unlocked strcoll
8356 echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
8357 echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6
8371 #ifndef getc_unlocked
8372 char *p = (char *) getc_unlocked;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dlex.c429 c = getc_unlocked(stream);
/macosx-10.9.5/ntp-88/lib/isc/
H A Dlex.c429 c = getc_unlocked(stream);
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Ddiffstat.c218 #define MY_GETC getc_unlocked
H A Dconfigure5811 for ac_func in getc_unlocked

Completed in 171 milliseconds

12