Searched defs:eof (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtraverse.h32 int eof; member in struct:_FatTraverseInfo
/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/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/libldap4/common/
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 Dgetfilter.c72 int eof; local
97 eof = feof( fp );
100 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/libldap4/util/
H A Dline64.c165 int eof; local
214 eof = feof( fp );
/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 );
H A Dldaptest.c102 int eof; local
130 eof = feof( fp );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm65 $io->eof
391 sub eof { subroutine
392 @_ == 1 or croak 'usage: $io->eof()';
393 eof($_[0]);
/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/grub/grub2/include/grub/
H A Dscript_sh.h189 int eof;
188 int eof; member in struct:grub_lexer_param
H A Dnet.h231 int eof; member in struct:grub_net
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c94 int eof; member in struct:font_file_section
232 If 1 is returned due to being at the end of the file, then section->eof is
233 set to 1; otherwise, section->eof is set to 0. */
241 section->eof = 0;
248 section->eof = 1;
262 section->eof = 1;
508 if (section.eof)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1031 int decode_rfc1533(unsigned char *p, unsigned int block, unsigned int len, int eof) argument
1060 if (!eof)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm3574 while (!$buffer->eof) {
3708 while (!$buffer->eof) {
4017 die "Malformed multipart POST: data truncated\n" if $self->eof;
4193 'eof' => <<'END_OF_FUNC'
4194 sub eof { subroutine
4802 while (!eof(IN)) {
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c414 int eof));
2224 local void ct_stored_block(s, buf, stored_len, eof)
2228 int eof; /* true if this is the last block for a file */
2230 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
2289 int eof = flush == Z_FINISH; local
2329 if (eof && compressed_len == 0L) /* force stored file */
2331 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable())
2367 ct_stored_block(s, buf, stored_len, eof);
2376 send_bits(s, (STATIC_TREES<<1)+eof, 3);
2380 send_bits(s, (DYN_TREES<<1)+eof,
[all...]

Completed in 90 milliseconds