Searched refs:eof (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_tell.t31 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"; }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dtell.t20 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"; }
H A Dargv.t44 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(), 'eo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/cmd/
H A Dwhile.t19 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";}
H A Dsubval.t134 eof F ? print "not ok $i\n" : print "ok $i\n";
142 eof F ? print "not ok $i\n" : print "ok $i\n";
151 eof UNIQ ? print "(not ok $i)\n" : print "ok $i\n";
161 eof F ? print "not ok $main'i\n" : print "ok $main'i\n";
169 eof F ? print "not ok $main'i\n" : print "ok $main'i\n";
177 eof UNIQ ? print "not ok $main'i\n" : print "ok $main'i\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Handle/
H A Dstdhandle.t35 print "not " if eof($f);
43 print "not " unless eof($f);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dscalar.t20 print "not " unless eof($fh);
23 print "not " if eof($fh);
31 print "not " if eof($fh);
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcseekable.c37 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;
/osnet-11/usr/src/lib/libcmd/common/
H A Dxargs.c52 "[e:eof?Set the end of file string. The first input line matching this string"
53 " terminates the input list. There is no eof string if \astring\a is"
54 " omitted. The default eof string is \b_\b if neither \b--eof\b nor"
84 "[E?Equivalent to \b--eof=string\b.]:[string]"
119 char* eof = "_"; local
145 eof = opt_info.arg;
278 if (eof && streq(s, eof))
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c322 int seof = -1, eof = 0, rv = -1, ret = 0; local
360 * holds it. and eof will hold how many characters to
365 eof++;
388 if (((i+1) == inl) && (((n&3) == 0) || eof)) {
393 * updates), eof may contain the incorrect number
396 eof = 0;
397 if (d[n-1] == '=') eof++;
398 if (d[n-2] == '=') eof++;
417 ret += (v-eof);
419 eof
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtraverse.h32 int eof; member in struct:_FatTraverseInfo
H A Dtraverse.c141 trav_info->eof = 0;
207 if (trav_info->eof)
220 trav_info->eof = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.t55 print "not " if (defined($line) || !$fh->eof);
/osnet-11/usr/src/tools/onbld/Checks/
H A DHdrChk.py78 self.eof = False
99 self.eof = True
135 if not hdr.eof:
/osnet-11/usr/src/lib/libldap4/common/
H A Dgetfilter.c72 int eof; local
97 eof = feof( fp );
100 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
H A Dsrchpref.c79 int rc, eof; local
103 eof = feof( fp );
106 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
H A Ddisptmpl.c132 int rc, eof; local
158 eof = feof( fp );
161 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c70 int rc, eof; local
94 eof = feof( fp );
97 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
H A Dgetfilter.c60 int eof; local
85 eof = feof( fp );
88 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
H A Ddisptmpl.c111 int rc, eof; local
137 eof = feof( fp );
140 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
/osnet-11/usr/src/cmd/ldap/common/
H A Dfileurl.c363 int eof; local
400 eof = feof( fp );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t115 # This will hang forever if eof is buggy, and alarm doesn't interrupt system
124 ok (eof RIGHT, "right is at EOF");
157 ok (!eof LEFT, "left is not at EOF");
211 # eof uses buffering. eof is indicated by a sysread of zero.
229 #ok (eof RIGHT, "right is at EOF");
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c165 int eof; local
214 eof = feof( fp );
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dhttp.c83 file->device->net->eof = 1;
155 file->device->net->eof = 1;
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dlexer.c277 if (lexerstate->eof)

Completed in 100 milliseconds

12