/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/ |
H A D | traverse.h | 32 int eof; member in struct:_FatTraverseInfo
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | xargs.c | 52 "[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 D | 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;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | srchpref.c | 79 int rc, eof; local 103 eof = feof( fp ); 106 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
|
H A D | getfilter.c | 72 int eof; local 97 eof = feof( fp ); 100 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
|
H A D | disptmpl.c | 132 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 D | line64.c | 165 int eof; local 214 eof = feof( fp );
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | srchpref.c | 70 int rc, eof; local 94 eof = feof( fp ); 97 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
|
H A D | getfilter.c | 60 int eof; local 85 eof = feof( fp ); 88 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
|
H A D | disptmpl.c | 111 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 D | fileurl.c | 363 int eof; local 400 eof = feof( fp );
|
H A D | ldaptest.c | 102 int eof; local 130 eof = feof( fp );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 65 $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 D | pem_encode.c | 322 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 D | script_sh.h | 189 int eof; 188 int eof; member in struct:grub_lexer_param
|
H A D | net.h | 231 int eof; member in struct:grub_net
|
/osnet-11/usr/src/grub/grub2/grub-core/font/ |
H A D | font.c | 94 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 D | nic.c | 1031 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 D | CGI.pm | 3574 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 D | zlib.c | 414 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...] |