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

12345

/opensolaris-onvv-gate/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"; }
/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.h47 int eof; member in struct:ch
H A Dgnu_lex.c136 if (!pch->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;
276 if (pch->eof) {
292 if (pch->eof) {
[all...]
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Dhunt3.c25 static int eof = 0; local
29 if (eof)
53 if (sinput == 0 && c <= 0) eof = 1;
H A Dmkey2.c21 static int eof = 0; variable
42 alph = used = prevc = eof = 0;
98 if (eof)
115 eof = 1;
/opensolaris-onvv-gate/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";}
/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c68 static void eof(void);
127 setsignals(eof);
143 eof();
188 eof(void) function
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dencode.c238 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);
332 eof
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dshcalc.sh128 [[ "${calcline}" == ~(Elri)(exit|quit|eof) ]] && break
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c271 prinfo->eof = 0;
291 prinfo->eof = 0;
407 play->eof = 0;
429 rec->eof = 0;
460 struct eofcnt *eof; local
465 while ((eof = list_remove_head(&dc->dc_eofcnt)) != NULL) {
466 kmem_free(eof, sizeof (*eof));
829 if (CHANGED(npr, opr, eof)) {
834 if (npr->eof
1006 struct eofcnt *eof; local
1398 struct eofcnt *eof; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c325 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
[all...]
/opensolaris-onvv-gate/usr/src/cmd/write/
H A Dwrite.c77 static void eof();
353 setsignals(eof);
441 eof();
462 extern void eof();
491 setsignals(eof);
508 eof() function
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dmain.c384 if ((flags & prompt) && standin->fstak == 0 && !eof) {
409 if (eof) {
412 eof = 0;
428 eof |= (flags & oneflg);
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtraverse.h32 int eof; member in struct:_FatTraverseInfo
/opensolaris-onvv-gate/usr/src/cmd/unpack/
H A Dunpack.c78 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) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c482 * - If a matching entry was found eof will be B_FALSE and
484 * - If there are no matching entries eof will be B_TRUE.
489 smb_odirent_t *odirent, boolean_t *eof)
524 *eof = B_FALSE;
527 *eof = B_TRUE;
553 * - If a matching entry was found eof will be B_FALSE and
555 * - If there are no matching entries eof will be B_TRUE.
560 smb_fileinfo_t *fileinfo, boolean_t *eof)
618 *eof = B_FALSE;
621 *eof
488 smb_odir_read(smb_request_t *sr, smb_odir_t *od, smb_odirent_t *odirent, boolean_t *eof) argument
559 smb_odir_read_fileinfo(smb_request_t *sr, smb_odir_t *od, smb_fileinfo_t *fileinfo, boolean_t *eof) argument
645 smb_odir_read_streaminfo(smb_request_t *sr, smb_odir_t *od, smb_streaminfo_t *sinfo, boolean_t *eof) argument
932 int eof; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.t55 print "not " if (defined($line) || !$fh->eof);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h87 bool_t eof; member in struct:invk_result
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h102 int eof; variable
/opensolaris-onvv-gate/usr/src/head/
H A Dregexp.h93 register int eof = seof; local
109 if ((c = GETC()) == eof || c == '\n') {
130 if (c == eof) {
159 if (PEEKC() != eof && PEEKC() != '\n')

Completed in 225 milliseconds

12345