| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/ |
| io_tell.t | 31 if ($tst->eof) { print "not ok 1\n"; } else { print "ok 1\n"; } 38 if (eof) {$x++;} 44 unless (eof) { print "not ok 3\n"; } else { print "ok 3\n"; } 48 if (eof) { print "not ok 5\n"; } else { print "ok 5\n"; } 56 if ($tst->eof) { print "not ok 9\n"; } else { print "ok 9\n"; } 64 unless (eof) { print "not ok 13\n"; } else { print "ok 13\n"; }
|
| /onnv/onnv-gate/usr/src/cmd/msgfmt/ |
| gnu_lex.h | 47 int eof; member in struct:ch
|
| gnu_lex.c | 93 if (c == EOF) { 136 if (!pch->eof) { 157 if (c == EOF) { 164 och.eof = 1; 176 och.eof = 0; 185 och.eof = 0; 192 och.eof = 0; 198 och.eof = 0; 222 if (pch->eof) { 233 och.eof = 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
| tell.t | 20 if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; } 27 if (eof) {$x++;} 33 unless (eof) { print "not ok 3\n"; } else { print "ok 3\n"; } 37 if (eof) { print "not ok 5\n"; } else { print "ok 5\n"; } 45 if (eof($TST)) { print "not ok 9\n"; } else { print "ok 9\n"; } 53 unless (eof) { print "not ok 13\n"; } else { print "ok 13\n"; }
|
| argv.t | 44 if (eof()) { 73 ok( eof TRY ); 75 ok( eof NEVEROPENED, 'eof() true on unopened filehandle' ); 79 ok( !eof(), 'STDIN has something' ); 85 ok( eof(), 'eof() true with empty @ARGV' ); 88 ok( !eof() ); 91 ok( !eof() ); 94 ok( eof(), 'eof() true after closing ARGV' ) [all...] |
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| hunt3.c | 25 static int eof = 0; local 29 if (eof) 53 if (sinput == 0 && c <= 0) eof = 1;
|
| mkey2.c | 21 static int eof = 0; variable 42 alph = used = prevc = eof = 0; 60 while ((c = getc(f)) != EOF && used < keycount) 98 if (eof) 115 eof = 1;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/cmd/ |
| while.t | 19 if (!eof && /vt100/) {print "ok 1\n";} else {print "not ok 1 $_\n";} 29 if (!eof || /vt100/ || $bad) {print "not ok 2\n";} else {print "ok 2\n";} 43 if (!eof || $bad) {print "not ok 3\n";} else {print "ok 3\n";} 56 if (!eof && /vt100/) {print "ok 4\n";} else {print "not ok 4\n";} 70 if (!eof || /vt100/ || $bad) {print "not ok 6\n";} else {print "ok 6\n";} 88 if (!eof || $bad) {print "not ok 8\n";} else {print "ok 8\n";}
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Handle/ |
| stdhandle.t | 35 print "not " if eof($f); 43 print "not " unless eof($f);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/ |
| scalar.t | 20 print "not " unless eof($fh); 23 print "not " if eof($fh); 31 print "not " if eof($fh);
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kwarn/ |
| kwarnd_send.c | 68 static void eof(void); 127 setsignals(eof); 143 eof(); 188 eof(void) function
|
| /onnv/onnv-gate/usr/src/lib/libast/common/disc/ |
| sfdcseekable.c | 37 int eof; /* if eof has been reached */ member in struct:_skable_s 70 if(sk->eof) 87 { sk->eof = 1; 93 sk->eof = 1; 137 { if(sk->eof) 150 { sk->eof = 1; 185 sk->eof = 0; 218 sk->eof = 0;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/evp/ |
| encode.c | 93 * 0xF2 is EOF 238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,tmp2,exp_nl; local 274 * holds it. and eof will hold how many characters to 279 eof++; 303 if (((i+1) == inl) && (((n&3) == 0) || eof)) 308 updates), eof may contain the incorrect number 310 eof = 0; 311 if (d[n-1] == '=') eof++; 312 if (d[n-2] == '=') eof++; 328 ret+=(v-eof); [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/ |
| shcalc.sh | 129 [[ "${calcline}" == ~(Elri)(exit|quit|eof) ]] && break 151 # EOF.
|
| /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/ |
| audio_sun.c | 272 prinfo->eof = 0; 292 prinfo->eof = 0; 408 play->eof = 0; 430 rec->eof = 0; 461 struct eofcnt *eof; local 466 while ((eof = list_remove_head(&dc->dc_eofcnt)) != NULL) { 467 kmem_free(eof, sizeof (*eof)); 830 if (CHANGED(npr, opr, eof)) { 835 if (npr->eof == 0) 1007 struct eofcnt *eof; local 1399 struct eofcnt *eof; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libkmf/libkmf/common/ |
| pem_encode.c | 325 int seof = -1, eof = 0, rv = -1, ret = 0; local 363 * holds it. and eof will hold how many characters to 368 eof++; 391 if (((i+1) == inl) && (((n&3) == 0) || eof)) { 396 * updates), eof may contain the incorrect number 399 eof = 0; 400 if (d[n-1] == '=') eof++; 401 if (d[n-2] == '=') eof++; 420 ret += (v-eof); 422 eof = 1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/write/ |
| write.c | 77 static void eof(); 118 while ((c = getopt(argc, argv, "")) != EOF) 353 setsignals(eof); 441 eof(); 462 extern void eof(); 491 setsignals(eof); 508 eof() function
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| main.c | 396 if ((flags & prompt) && standin->fstak == 0 && !eof) { 421 if (eof) { 424 eof = 0; 440 eof |= (flags & oneflg);
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/fat/ |
| traverse.h | 32 int eof; member in struct:_FatTraverseInfo
|
| /onnv/onnv-gate/usr/src/cmd/unpack/ |
| unpack.c | 78 static char *eof; variable 106 eof = &characters[0]; 140 tree[i] = eof; 142 if (eof >= &characters[255]) 144 *eof++ = *inp++; 147 *eof++ = *inp++; 205 if (p == eof) { 292 while ((c = getopt(argc, argv, "/")) != EOF) { 516 * reached EOF unexpectedly 528 * reached EOF unexpectedl [all...] |
| /onnv/onnv-gate/usr/src/uts/common/brand/lx/io/ |
| lx_audio.c | 542 int rv, junk, eof, retry; local 558 /* setup a uio to output a eof (a fragment with a length of 0) */ 583 * we depend on the ai.play.eof value to keep track of 587 ai.play.eof = 0; 616 eof = 3; 618 /* sanity check the eof value */ 619 ASSERT(ai.play.eof == 0); 620 ai.play.eof = 0; 661 * then write a eof to the stream to tell the device to 662 * increment ai.play.eof when it's done processing th [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_odir.c | 491 * - If a matching entry was found eof will be B_FALSE and 493 * - If there are no matching entries eof will be B_TRUE. 498 smb_odirent_t *odirent, boolean_t *eof) 537 *eof = B_FALSE; 540 *eof = B_TRUE; 566 * - If a matching entry was found eof will be B_FALSE and 568 * - If there are no matching entries eof will be B_TRUE. 573 smb_fileinfo_t *fileinfo, boolean_t *eof) 635 *eof = B_FALSE; 638 *eof = B_TRUE 940 int eof; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| FileHandle.t | 55 print "not " if (defined($line) || !$fh->eof);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| fw.h | 87 bool_t eof; member in struct:invk_result
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| compile.c | 84 int eof = seof; local 104 if((c = GETC(sp)) == eof || c == '\n') { 125 if(c == eof) { 154 if(PEEKC(sp) != eof && PEEKC(sp) != '\n')
|