bin/ksh/edit.c
219
edchars.eof = cb.c_cc[VEOF];
bin/ksh/edit.c
260
edchars.eof = cb.lchars.tc_eofc;
bin/ksh/edit.c
272
edchars.eof = cb.tchars.t_eofc;
bin/ksh/edit.c
296
if (edchars.eof == vdisable_c)
bin/ksh/edit.c
297
edchars.eof = -1;
bin/ksh/edit.c
50
= edchars.eof = -2;
bin/ksh/edit.h
37
int eof;
bin/ksh/lex.c
784
char *volatile eof;
bin/ksh/lex.c
791
eof = evalstr(iop->delim, 0);
bin/ksh/lex.c
799
eofp = eof;
bin/ksh/lex.c
824
yyerror("here document `%s' unclosed\n", eof);
bin/ksh/vi.c
231
} else if (c == edchars.eof && state != VVERSION) {
bin/ksh/vi.c
233
x_vi_zotc(edchars.eof);
common/dist/zlib/gzguts.h
191
int eof; /* true if end of input file reached */
common/dist/zlib/gzlib.c
402
state->eof = 0;
common/dist/zlib/gzlib.c
543
state->eof = 0;
common/dist/zlib/gzlib.c
72
state->eof = 0; /* not at end of file */
common/dist/zlib/gzread.c
216
state->eof = 1;
common/dist/zlib/gzread.c
275
} while (state->x.have == 0 && (!state->eof || strm->avail_in));
common/dist/zlib/gzread.c
298
else if (state->eof && state->strm.avail_in == 0)
common/dist/zlib/gzread.c
352
else if (state->eof && state->strm.avail_in == 0)
common/dist/zlib/gzread.c
388
if (len && state->eof)
common/dist/zlib/gzread.c
45
state->eof = 1;
common/dist/zlib/gzread.c
62
if (state->eof == 0) {
distrib/utils/more/prim.c
114
int eof = 0, do_repaint;
distrib/utils/more/prim.c
165
eof = 1;
distrib/utils/more/prim.c
192
if (eof && !sigs)
games/boggle/boggle/help.c
55
int eof, i;
games/boggle/boggle/help.c
65
eof = 0;
games/boggle/boggle/help.c
68
eof = 1; /* Nothing there... */
games/boggle/boggle/help.c
71
while (!eof) {
games/boggle/boggle/help.c
74
eof = 1;
games/boggle/boggle/help.c
81
if (eof || ungetc(getc(fp), fp) == EOF) {
games/boggle/boggle/help.c
82
eof = 1;
games/boggle/boggle/help.c
95
if (eof) {
games/hack/makedefs.c
144
int eof;
games/hack/makedefs.c
155
eof++;
games/hack/makedefs.c
177
if (eof) {
lib/libc/gen/getcap.c
260
int myfd, eof, foundit;
lib/libc/gen/getcap.c
308
eof = 0;
lib/libc/gen/getcap.c
406
eof = 1;
lib/libc/gen/getcap.c
482
if (eof)
lib/libc/rpc/getnetconfig.c
115
int eof; /* all entries has been read */
lib/libc/rpc/getnetconfig.c
288
if (ni.eof == 1)
lib/libc/rpc/getnetconfig.c
313
ni.eof = 1;
lib/libc/rpc/getnetconfig.c
396
ni.eof = ni.ref = 0;
lib/libc/rpc/getnetconfig.c
448
if (ni.eof == 1) /* that's all the entries */
sbin/umbctl/umbctl.c
191
int eof;
sbin/umbctl/umbctl.c
224
eof = feof(fp);
sbin/umbctl/umbctl.c
225
if(fclose(fp) != 0 || !eof)
share/examples/refuse/ian/libfetch/ftp.c
485
int eof; /* EOF reached */
share/examples/refuse/ian/libfetch/ftp.c
513
if (io->eof)
share/examples/refuse/ian/libfetch/ftp.c
519
io->eof = 1;
share/examples/refuse/ian/libfetch/ftp.c
611
io->eof = io->err = 0;
share/examples/refuse/ian/libfetch/http.c
125
int eof; /* end-of-file flag */
share/examples/refuse/ian/libfetch/http.c
203
if (io->eof)
share/examples/refuse/ian/libfetch/http.c
223
io->eof = 1;
share/examples/refuse/ian/libfetch/http.c
262
if (io->eof)
sys/arch/hp300/stand/inst/inst.c
552
int fileno, ignoreshread, eof, len;
sys/arch/hp300/stand/inst/inst.c
674
for (i = 0, eof = 0; i < nblks || ignoreshread == 0; i++) {
sys/arch/hp300/stand/inst/inst.c
686
eof = 1;
sys/arch/hp300/stand/inst/inst.c
695
if (eof)
sys/arch/i386/stand/misc/rawrite.c
174
if (eof(fdin)) {
sys/compat/common/vfs_syscalls_12.c
188
goto eof;
sys/compat/common/vfs_syscalls_12.c
249
eof:
sys/compat/common/vfs_syscalls_30.c
265
goto eof;
sys/compat/common/vfs_syscalls_30.c
321
eof:
sys/compat/common/vfs_syscalls_43.c
406
goto eof;
sys/compat/common/vfs_syscalls_43.c
467
eof:
sys/compat/linux/common/linux_file64.c
470
goto eof;
sys/compat/linux/common/linux_file64.c
527
eof:
sys/compat/linux/common/linux_misc.c
837
goto eof;
sys/compat/linux/common/linux_misc.c
913
eof:
sys/compat/linux32/common/linux32_dirent.c
176
goto eof;
sys/compat/linux32/common/linux32_dirent.c
251
eof:
sys/compat/sunos/sunos.h
137
u_int eof;
sys/compat/sunos/sunos_ioctl.c
749
sunos_aui.play.eof = 0;
sys/compat/sunos/sunos_ioctl.c
750
sunos_aui.record.eof = 0;
sys/compat/sunos/sunos_misc.c
418
goto eof;
sys/compat/sunos/sunos_misc.c
479
eof:
sys/compat/sunos32/sunos32_ioctl.c
789
sunos_aui.play.eof = 0;
sys/compat/sunos32/sunos32_ioctl.c
790
sunos_aui.record.eof = 0;
sys/compat/sunos32/sunos32_misc.c
607
goto eof;
sys/compat/sunos32/sunos32_misc.c
668
eof:
sys/dev/audio/audio.c
7851
pi->eof = ptrack->eofcounter;
sys/dev/audio/audio.c
7862
ri->eof = 0;
sys/dev/pci/cxgb/cxgb_offload.c
1563
int length, int *eof, void *data)
sys/dev/pci/cxgb/cxgb_offload.c
1579
*eof = 1;
sys/dev/pci/cxgb/cxgb_offload.c
1603
int length, int *eof, void *data)
sys/dev/pci/cxgb/cxgb_offload.c
1633
*eof = 1;
sys/dev/pci/if_vmx.c
2263
int idx, eof;
sys/dev/pci/if_vmx.c
2280
eof = rxcd->eop;
sys/dev/pci/if_vmx.c
2286
} while (!eof);
sys/fs/nfs/client/nfs_clrpcops.c
1410
int error = 0, len, retlen, tsiz, eof = 0;
sys/fs/nfs/client/nfs_clrpcops.c
1465
eof = fxdr_unsigned(int, *(tl + 1));
sys/fs/nfs/client/nfs_clrpcops.c
1468
eof = fxdr_unsigned(int, *tl);
sys/fs/nfs/client/nfs_clrpcops.c
1478
if (eof || retlen == 0)
sys/fs/nfs/client/nfs_clrpcops.c
2708
int reqsize, tryformoredirs = 1, readsize, eof = 0, gotmnton = 0;
sys/fs/nfs/client/nfs_clrpcops.c
3054
eof = fxdr_unsigned(int, *tl);
sys/fs/nfs/client/nfs_clrpcops.c
3056
more_dirs = !eof;
sys/fs/nfs/client/nfs_clrpcops.c
3092
*eofp = eof;
sys/fs/nfs/client/nfs_clrpcops.c
3143
int attrflag, tryformoredirs = 1, eof = 0, gotmnton = 0;
sys/fs/nfs/client/nfs_clrpcops.c
3546
eof = fxdr_unsigned(int, *tl);
sys/fs/nfs/client/nfs_clrpcops.c
3548
more_dirs = !eof;
sys/fs/nfs/client/nfs_clrpcops.c
3584
*eofp = eof;
sys/fs/nfs/client/nfs_clrpcops.c
5462
int eof, error, iolaymode, recalled;
sys/fs/nfs/client/nfs_clrpcops.c
5522
eof = 0;
sys/fs/nfs/client/nfs_clrpcops.c
5524
while (len > 0 && error == 0 && eof == 0) {
sys/fs/nfs/client/nfs_clrpcops.c
5535
must_commit, &eof, &stateid, rwaccess, dip,
sys/fs/nfs/client/nfs_clvnops.c
2276
int error = 0, eof, attrflag;
sys/fs/nfs/client/nfs_clvnops.c
2300
&attrflag, &eof, NULL);
sys/fs/nfs/client/nfs_clvnops.c
2309
if (eof)
sys/fs/nfs/client/nfs_clvnops.c
2336
int error = 0, attrflag, eof;
sys/fs/nfs/client/nfs_clvnops.c
2359
&attrflag, &eof, NULL);
sys/fs/nfs/client/nfs_clvnops.c
2368
if (eof)
sys/fs/nfs/server/nfs_nfsdserv.c
642
int error = 0, cnt, getret = 1, reqlen, eof = 0;
sys/fs/nfs/server/nfs_nfsdserv.c
737
eof = 1;
sys/fs/nfs/server/nfs_nfsdserv.c
742
eof = 1;
sys/fs/nfs/server/nfs_nfsdserv.c
773
if (eof)
sys/fs/sysvbfs/bfs.c
441
uintptr_t eof;
sys/fs/sysvbfs/bfs.c
446
eof = (uintptr_t)(dir + 1) - 1;
sys/fs/sysvbfs/bfs.c
447
eof = eof - (uintptr_t)dir_base +
sys/fs/sysvbfs/bfs.c
452
printf("eof new=%d old=%d\n", eof, root_inode->eof_offset_byte);
sys/fs/sysvbfs/bfs.c
455
if (eof > root_inode->eof_offset_byte) {
sys/fs/sysvbfs/bfs.c
456
root_inode->eof_offset_byte = eof;
sys/fs/sysvbfs/bfs.c
460
if (eof == root_inode->eof_offset_byte) {
sys/fs/sysvbfs/bfs.c
461
root_inode->eof_offset_byte = eof - sizeof *dir;
sys/fs/udf/udf_allocation.c
131
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
132
if (eof)
sys/fs/udf/udf_allocation.c
1396
int error, eof;
sys/fs/udf/udf_allocation.c
1411
udf_get_adslot(meta_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
1412
if (eof)
sys/fs/udf/udf_allocation.c
1810
int *eof) {
sys/fs/udf/udf_allocation.c
1844
*eof = 1;
sys/fs/udf/udf_allocation.c
1890
*eof = (offset >= l_ad) || (l_ad == 0);
sys/fs/udf/udf_allocation.c
1891
if (*eof) {
sys/fs/udf/udf_allocation.c
2169
int slot, eof;
sys/fs/udf/udf_allocation.c
2179
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
2180
if (eof)
sys/fs/udf/udf_allocation.c
2247
int lb_size, run_length, eof;
sys/fs/udf/udf_allocation.c
2301
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
2302
if (eof) {
sys/fs/udf/udf_allocation.c
2410
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
2411
if (eof)
sys/fs/udf/udf_allocation.c
247
int i, slot, eof;
sys/fs/udf/udf_allocation.c
2491
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
2492
if (eof)
sys/fs/udf/udf_allocation.c
2612
int eof, error;
sys/fs/udf/udf_allocation.c
2741
udf_get_adslot(udf_node, slot, &c_ad, &eof);
sys/fs/udf/udf_allocation.c
2742
if (eof)
sys/fs/udf/udf_allocation.c
2765
udf_get_adslot(udf_node, slot, &c_ad, &eof);
sys/fs/udf/udf_allocation.c
2887
int eof, error;
sys/fs/udf/udf_allocation.c
2990
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
2991
if (eof) {
sys/fs/udf/udf_allocation.c
303
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
304
if (eof)
sys/fs/udf/udf_allocation.c
3056
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
3057
if (eof)
sys/fs/udf/udf_allocation.c
466
int rel, part, error, eof, slot, flags;
sys/fs/udf/udf_allocation.c
555
slot, &s_icb_loc, &eof);
sys/fs/udf/udf_allocation.c
558
slot, eof,
sys/fs/udf/udf_allocation.c
563
if (eof) {
sys/fs/udf/udf_allocation.c
660
int eof, error, flags;
sys/fs/udf/udf_allocation.c
693
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
695
"lb_num = %d, part = %d\n", slot, eof,
sys/fs/udf/udf_allocation.c
700
if (eof) {
sys/fs/udf/udf_allocation.c
728
udf_get_adslot(udf_node, slot, &s_ad, &eof);
sys/fs/udf/udf_allocation.c
730
"lb_num = %d, part = %d\n", slot, eof,
sys/fs/udf/udf_allocation.c
735
if (eof) {
sys/fs/udf/udf_allocation.c
99
int lb_size, eof, slot;
sys/fs/udf/udf_subr.c
5362
int slot, eof, error;
sys/fs/udf/udf_subr.c
5543
udf_get_adslot(udf_node, slot, &icb_loc, &eof);
sys/fs/udf/udf_subr.c
5545
"lb_num = %d, part = %d\n", slot, eof,
sys/fs/udf/udf_subr.c
5550
if (eof)
sys/fs/udf/udf_subr.h
107
void udf_get_adslot(struct udf_node *udf_node, int slot, struct long_ad *icb, int *eof);
sys/kern/sys_pipe.c
822
int eof = 0;
sys/kern/sys_pipe.c
833
eof |= (rpipe->pipe_state & PIPE_EOF);
sys/kern/sys_pipe.c
843
eof |= (wpipe->pipe_state & PIPE_EOF);
sys/kern/sys_pipe.c
846
if (wpipe == NULL || eof)
sys/lib/libsa/nfs.c
427
n_long eof;
sys/lib/libsa/nfs.c
435
n_long eof;
sys/miscfs/genfs/genfs_io.c
1440
off_t eof, offset, startoffset;
sys/miscfs/genfs/genfs_io.c
1459
GOP_SIZE(vp, vp->v_writesize, &eof, 0);
sys/miscfs/genfs/genfs_io.c
1469
bytes = MIN(len, eof - startoffset);
sys/net/zlib.c
1677
#define FLUSH_BLOCK_ONLY(s, eof) { \
sys/net/zlib.c
1682
(eof)); \
sys/net/zlib.c
1689
#define FLUSH_BLOCK(s, eof) { \
sys/net/zlib.c
1690
FLUSH_BLOCK_ONLY(s, eof); \
sys/net/zlib.c
1691
if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
sys/net/zlib.c
2957
int eof) /* true if this is the last block for a file */
sys/net/zlib.c
2959
send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
sys/net/zlib.c
3020
int eof) /* true if this is the last block for a file */
sys/net/zlib.c
3075
_tr_stored_block(s, buf, stored_len, eof);
sys/net/zlib.c
3082
send_bits(s, (STATIC_TREES<<1)+eof, 3);
sys/net/zlib.c
3088
send_bits(s, (DYN_TREES<<1)+eof, 3);
sys/net/zlib.c
3102
if (eof) {
sys/net/zlib.c
3109
s->compressed_len-7*eof));
sys/net/zlib.c
558
int eof);
sys/net/zlib.c
561
int eof);
sys/nfs/nfs_clntsubs.c
483
int error, eof, nc, len;
sys/nfs/nfs_clntsubs.c
496
error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
sys/nfs/nfs_vnops.c
1126
int error = 0, len, retlen, tsiz, eof __unused, byte_count;
sys/nfs/nfs_vnops.c
1134
eof = 0;
sys/nfs/nfs_vnops.c
1168
eof = fxdr_unsigned(int, *(tl + 1));
sys/nfs/nfs_vnops.c
1179
if (eof || retlen == 0)
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
213
goto eof;
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
247
eof:
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
314
goto eof;
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
373
eof:
sys/sys/audioio.h
63
u_int eof; /* End Of File (zero-size writes) counter */
sys/ufs/lfs/lfs_vfsops.c
2131
off_t eof, offset, startoffset = 0;
sys/ufs/lfs/lfs_vfsops.c
2199
GOP_SIZE(vp, vp->v_size, &eof, 0);
sys/ufs/lfs/lfs_vfsops.c
2209
KASSERT(eof >= 0);
sys/ufs/lfs/lfs_vfsops.c
2211
if (startoffset >= eof) {
sys/ufs/lfs/lfs_vfsops.c
2215
bytes = MIN(npages << PAGE_SHIFT, eof - startoffset);
sys/ufs/lfs/lfs_vfsops.c
2400
if (haveeof && startoffset >= eof) {
sys/ufs/lfs/lfs_vfsops.c
2403
pgs[0]->offset, eof, npages));
sys/ufs/lfs/ulfs_lookup.c
1207
off_t eof;
sys/ufs/lfs/ulfs_lookup.c
1213
GOP_SIZE(vp, vp->v_size, &eof, 0);
sys/ufs/lfs/ulfs_lookup.c
1218
const int size = MIN(eof - curoff, bsize);
sys/ufs/lfs/ulfs_lookup.c
1223
KASSERT(curoff < eof);
sys/ufs/ufs/ufs_lookup.c
1373
off_t eof;
sys/ufs/ufs/ufs_lookup.c
1379
GOP_SIZE(vp, vp->v_size, &eof, 0);
sys/ufs/ufs/ufs_lookup.c
1384
const int size = MIN(eof - curoff, bsize);
sys/ufs/ufs/ufs_lookup.c
1389
KASSERT(curoff < eof);
tests/dev/audio/audiotest.c
1546
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
1564
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
1634
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
1652
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4742
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
4743
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4750
XP_EQ(1, ai.play.eof);
tests/dev/audio/audiotest.c
4751
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4760
XP_EQ(1, ai.play.eof);
tests/dev/audio/audiotest.c
4761
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4769
XP_EQ(2, ai.play.eof);
tests/dev/audio/audiotest.c
4770
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4779
XP_EQ(2, ai.play.eof);
tests/dev/audio/audiotest.c
4780
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4790
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
4791
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4807
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
4808
XP_EQ(0, ai.record.eof);
usr.bin/audio/ctl/ctl.c
114
{ "play.eof", &info.play.eof, UINT, READONLY },
usr.bin/audio/ctl/ctl.c
133
{ "record.eof", &info.record.eof, UINT, READONLY },
usr.bin/cmp/special.c
66
goto eof;
usr.bin/cmp/special.c
73
goto eof;
usr.bin/cmp/special.c
96
eof:
usr.bin/compress/zopen.c
475
goto eof;
usr.bin/compress/zopen.c
557
eof: return (num - count);
usr.bin/deroff/deroff.c
209
static int eof(void);
usr.bin/deroff/deroff.c
372
c = eof();
usr.bin/deroff/deroff.c
377
c = eof();
usr.bin/deroff/deroff.c
95
#define Cget ( (c=getc(infile)) == EOF ? eof() : ((c==ldelim)&&(filesp==files) ? skeqn() : c) )
usr.bin/deroff/deroff.c
96
#define C1get ( (c=getc(infile)) == EOF ? eof() : c)
usr.bin/gzip/unzstd.c
40
int eof = 0;
usr.bin/gzip/unzstd.c
61
while (!eof) {
usr.bin/gzip/unzstd.c
67
eof = 1;
usr.bin/gzip/zuncompress.c
231
goto eof;
usr.bin/gzip/zuncompress.c
321
eof: return (num - count);
usr.bin/lam/lam.c
199
if (ip->eof)
usr.bin/lam/lam.c
206
ip->eof = 1;
usr.bin/lam/lam.c
61
short eof; /* eof flag */
usr.bin/tip/cmds.c
134
int cnt, eof;
usr.bin/tip/cmds.c
159
eof = read(FD, &c, 1) <= 0;
usr.bin/tip/cmds.c
163
if (eof || any(c, eofchars))