Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 207) sorted by last modified time

123456789

/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c3191 return (feof(fp)); in win32_feof()
H A Dwin32iop.h184 #undef feof
204 #define feof(f) win32_feof(f) macro
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod267 This corresponds to feof(). Returns a true/false indication of
/openbsd/gnu/usr.bin/perl/
H A Diperlsys.h290 # define PerlSIO_feof(f) (((errno==1025)?errno=0:0),feof(f))
294 # define PerlSIO_feof(f) feof(f)
H A DXSUB.h502 # undef feof
537 # define feof PerlSIO_feof macro
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm44 feof => 'IO::Handle::eof',
H A DPOSIX.pod438 =item C<feof>
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t91 execvp fabs fclose fdopen feof ferror fflush fgetc fgetpos
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007219 feof # Z added by devel/scanprov
/openbsd/usr.sbin/smtpd/
H A Dsmtpc.c387 if (feof(ifp)) in parse_message()
H A Denqueue.c385 if (feof(fp)) in enqueue()
463 } else if (feof(fin)) in get_responses()
569 if (feof(fin)) in parse_message()
H A Dmda.c442 if (feof(s->datafp)) { in mda_io()
H A Dmta_session.c1453 if (feof(s->datafp)) { in mta_queue_data()
/openbsd/sbin/restore/
H A Dtape.c351 if (fgets(buf, sizeof buf, terminal) == NULL || feof(terminal)) in getvol()
/openbsd/regress/sys/kern/pledge/generic/
H A Dmanager.c140 if (feof(fd)) in grab_syscall()
/openbsd/lib/libc/
H A DSymbols.list1369 feof
/openbsd/usr.sbin/unbound/testcode/
H A Dunitauth.c697 while(!feof(i1) && !feof(i2)) { in checkfile()
702 if((!cp1 && !feof(i1)) || (!cp2 && !feof(i2))) in checkfile()
716 unit_assert(feof(i1) && feof(i2)); in checkfile()
/openbsd/usr.sbin/unbound/iterator/
H A Diter_hints.c331 while(!feof(f)) { in read_root_hints()
/openbsd/usr.sbin/unbound/services/
H A Dauthzone.c1484 while(!feof(in)) { in az_parse_file()
/openbsd/sbin/unwind/libunbound/validator/
H A Dval_anchor.c444 while(!feof(in)) { in anchor_read_file()
/openbsd/sbin/unwind/libunbound/services/
H A Dauthzone.c1484 while(!feof(in)) { in az_parse_file()
/openbsd/sbin/unwind/libunbound/iterator/
H A Diter_hints.c331 while(!feof(f)) { in read_root_hints()
/openbsd/usr.sbin/unbound/validator/
H A Dval_anchor.c444 while(!feof(in)) { in anchor_read_file()
/openbsd/sbin/disklabel/
H A Deditor.c966 if (feof(stdin)) { in getstring()
/openbsd/lib/libexpat/examples/
H A Delement_declarations.c217 done = feof(stdin); in main()

123456789