Searched refs:getc_unlocked (Results 1 – 8 of 8) sorted by relevance
215 while ((c=getc_unlocked(cfile)) != EOF && c == ' ' in ruserpass()227 for (i=0; i < 8 && (c=getc_unlocked(cfile)) != EOF && in ruserpass()237 while ((c=getc_unlocked(cfile)) != EOF in ruserpass()252 if ((c=getc_unlocked(cfile)) == EOF) { in ruserpass()296 while ((c = getc_unlocked(cfile)) != EOF && in libc_hidden_def()303 while ((c = getc_unlocked(cfile)) != EOF && c != '"') { in libc_hidden_def()305 c = getc_unlocked(cfile); in libc_hidden_def()310 while ((c = getc_unlocked(cfile)) != EOF in libc_hidden_def()313 c = getc_unlocked(cfile); in libc_hidden_def()
637 int ch = getc_unlocked (hostf); in __ivaliduser2()640 ch = getc_unlocked (hostf); in __ivaliduser2()
14 #undef getc_unlocked79 strong_alias(__fgetc_unlocked,getc_unlocked)80 libc_hidden_def(getc_unlocked)
578 #define GETC(SC) getc_unlocked((SC)->fp)945 return (getc_unlocked)(sc->fp); /* Disable the macro. */ in sc_getc()
10 getc_unlocked
493 extern int getc_unlocked (FILE *__stream);494 libc_hidden_proto(getc_unlocked)905 #define getc_unlocked(_fp) __GETC_UNLOCKED(_fp) macro
128 while ((c = getc_unlocked(tf)) != '\n' && c != EOF) in libc_hidden_def()
98 #define l_getc(f) getc_unlocked(f)
Completed in 13 milliseconds