Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 98) sorted by relevance

1234

/original-bsd/lib/libc/stdio/
H A Dfeof.c20 #undef feof
22 feof(fp) in feof() function
H A DMakefile.inc6 SRCS+= clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \
21 MLINKS+=ferror.3 clearerr.3 ferror.3 feof.3 ferror.3 fileno.3
/original-bsd/usr.bin/cmp/
H A Dspecial.c65 if (feof(fp1)) {
66 if (!feof(fp2))
69 if (feof(fp2))
/original-bsd/usr.bin/tn3270/tools/mkhits/
H A Ddohits.c100 while (!feof(ourfile)) {
106 if (!feof(ourfile)) {
131 while (!feof(ourfile)) {
146 if (!feof(ourfile)) {
/original-bsd/usr.bin/f77/libI77/
H A Drsfe.c46 if(feof(cf)) in x_rnew()
66 if(feof(cf)) curunit->uend = YES; in x_getc()
H A Dmkvers.c84 if (feof(stdin))
H A Drdfe.c56 if(feof(cf)) in y_getc()
H A Dsfe.c40 if(feof(cf)) in x_rnew()
60 if(feof(cf)) curunit->uend = YES; in x_getc()
/original-bsd/old/sh/
H A Dio.c26 f->feof=FALSE;
37 return(f->feof=(s==0));
46 f->feof=0; f->feval=0;
H A Dword.c118 ELIF f->feof ORF f->fdes<0 in readc()
119 THEN c=EOF; f->feof++; in readc()
121 THEN close(f->fdes); f->fdes = -1; c=EOF; f->feof++; in readc()
H A Dmode.h93 BOOL feof; member
106 BOOL feof; member
/original-bsd/old/vpr/vtools/
H A Dvfw.c34 for (i=0; !feof(f); i++) {
/original-bsd/local/local.cmd/
H A Dchgbars.c137 while (!feof(file1)) {
162 while (!feof(file2)) {
/original-bsd/usr.bin/f77/libU77/
H A Dgetc_.c41 if (feof(lu->ufd))
H A Dfgetc_.c43 if (feof(lu->ufd))
H A Dmkvers.c84 if (feof(stdin))
/original-bsd/usr.sbin/sendmail/src/
H A Dcollect.c168 while (!feof(fp) && !ferror(fp))
379 if ((feof(fp) && smtpmode) || ferror(fp))
419 if (feof(fp))
426 if (LogLevel > 0 && feof(fp))
431 if (feof(fp))
/original-bsd/sbin/mount_umap/
H A Dmount_umap.c132 if (feof(fp))
180 if (feof(gfp))
/original-bsd/usr.bin/xsend/xget/
H A Dxget.c71 if(feof(stdin)) exit(0); in main()
150 if(feof(u)) break;
/original-bsd/old/num/
H A Dnum.c44 if (feof(STDIN))
/original-bsd/contrib/vmsprep/
H A Dvmsprep.c61 while(!feof(dirs)) {
86 while(!feof(files)) {
/original-bsd/usr.bin/f77/libF77/
H A Dmkvers.c84 if (feof(stdin))
/original-bsd/usr.bin/pascal/libpc/
H A DIOSYNC.c46 if (feof(curfile->fbuf)) {
/original-bsd/old/pcc/ccom.vax/VMS/
H A Dstdio.h42 #define feof(p) (((p)->_flag&_IOEOF)!=0) macro
/original-bsd/usr.bin/tset/
H A Dterm.c103 if (feof(stdin) || ferror(stdin)) {

1234