/src/games/boggle/boggle/ |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
help.c | 55 int eof, i; local in function:help 65 eof = 0; 66 if (ungetc(getc(fp), fp) == EOF) { 68 eof = 1; /* Nothing there... */ 71 while (!eof) { 74 eof = 1; 81 if (eof || ungetc(getc(fp), fp) == EOF) { 82 eof = 1; 95 if (eof) { [all...] |
/src/bin/ksh/ |
edit.h | 37 int eof; member in struct:__anon361866260108
|
edit.h | 37 int eof; member in struct:__anon361866260108
|
edit.h | 37 int eof; member in struct:__anon361866260108
|
edit.h | 37 int eof; member in struct:__anon361866260108
|
/src/games/hack/ |
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
makedefs.c | 144 int eof; variable in typeref:typename:int 155 eof++; 177 if (eof) {
|
/src/usr.bin/lam/ |
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
lam.c | 61 short eof; /* eof flag */ member in struct:openfile 199 if (ip->eof) 201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++) 205 if (c == EOF) { 206 ip->eof = 1;
|
/src/sys/nfs/ |
nfs_clntsubs.c | 481 int error, eof, nc, len; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
|
nfs_clntsubs.c | 481 int error, eof, nc, len; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
|
nfs_clntsubs.c | 481 int error, eof, nc, len; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
|
nfs_clntsubs.c | 481 int error, eof, nc, len; local in function:nfs_cookieheuristic 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
|
/src/distrib/utils/more/ |
prim.c | 76 * If the bottom line is empty, we are at EOF. 78 * we must be just at EOF. 114 int eof = 0, do_repaint; local in function:forw 129 * to hit eof in the middle of this screen, 165 eof = 1; 182 * EOF (i.e. before the requested number of lines), we 192 if (eof && !sigs) 774 * We hit EOF/BOF without a match.
|
/src/lib/libc/rpc/ |
getnetconfig.c | 115 int eof; /* all entries has been read */ member in struct:netconfig_info 288 if (ni.eof == 1) 313 ni.eof = 1; 396 ni.eof = ni.ref = 0; 448 if (ni.eof == 1) /* that's all the entries */ 468 if (stringp == NULL) /* eof */
|
/src/sbin/umbctl/ |
umbctl.c | 191 int eof; local in function:_umbctl_file 209 while((i = fgetc(fp)) != EOF && i != '\n'); 224 eof = feof(fp); 225 if(fclose(fp) != 0 || !eof)
|
/src/sys/fs/sysvbfs/ |
bfs.c | 441 uintptr_t eof; local in function:bfs_writeback_dirent 446 eof = (uintptr_t)(dir + 1) - 1; 447 eof = eof - (uintptr_t)dir_base + 452 printf("eof new=%d old=%d\n", eof, root_inode->eof_offset_byte); 455 if (eof > root_inode->eof_offset_byte) { 456 root_inode->eof_offset_byte = eof; 460 if (eof == root_inode->eof_offset_byte) { 461 root_inode->eof_offset_byte = eof - sizeof *dir [all...] |
/src/sys/arch/hp300/stand/inst/ |
inst.c | 552 int fileno, ignoreshread, eof, len; local in function:miniroot 674 for (i = 0, eof = 0; i < nblks || ignoreshread == 0; i++) { 686 eof = 1; 695 if (eof)
|