Searched defs:flag_eof (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c45 static int chcount,flag_eof; variable
88 chcount=0; flag_eof=0;
101 if (!flag_eof)
107 flag_eof = 1;
110 flag_eof = 1;
188 return((flag_eof && !nmatch) ? EOF : nmatch);
229 if (!flag_eof)
284 flag_eof = 1;
286 flag_eof = 1;
407 flag_eof
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c143 int chcount, flag_eof; local
182 chcount = 0; flag_eof = 0;
197 if (!flag_eof) {
202 flag_eof = 1;
208 if (!flag_eof) {
214 flag_eof = 1;
226 if (!flag_eof) {
230 flag_eof = 1;
237 if (!flag_eof) {
242 flag_eof
600 number(int *chcount, int *flag_eof, int stow, int type, int len, int size, FILE *iop, va_list *listp) argument
845 string(int *chcount, int *flag_eof, int stow, int type, int len, char *tab, FILE *iop, va_list *listp) argument
976 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, va_list *listp) argument
1012 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, va_list *listp) argument
1122 wbrstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, unsigned char *brstr, va_list *listp) argument
1186 brstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, unsigned char *brstr, va_list *listp) argument
[all...]

Completed in 47 milliseconds