Searched refs:feof (Results 1 – 7 of 7) sorted by relevance
44 # undef feof45 # define feof(x) feof_unlocked (x) macro47 # define feof_unlocked(x) feof (x)
62 # undef feof68 using _STLP_VENDOR_CSTD::feof;
47 using ::feof;
935 if (feof(input->fp))1298 while (!feof (pipe_fp)) 1469 while (!feof (pipe_fp)) 1605 if (cur_cmd->x.fp && !feof (cur_cmd->x.fp))
236 if (!feof(prog.file)) in inchar()
1506 while (!feof (stdin) && ! ferror (stdin)) in main()