HomeSort by relevance Sort by last modified time
    Searched defs:eof (Results 1 - 25 of 65) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/msgfmt/
gnu_lex.h 47 int eof; member in struct:ch
  /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/lib/libparted/common/libparted/fs/fat/
traverse.h 32 int eof; member in struct:_FatTraverseInfo
  /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/cmd/mdb/sun4v/modules/mdesc/
mdesc.c 89 md_element_t *mdeptr, *eof; local
166 eof = mdep + (mdesize / sizeof (md_element_t));
167 for (mdeptr = mdep; mdeptr < eof; ++mdeptr) {
  /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/cmd/ldap/common/
fileurl.c 363 int eof; local
400 eof = feof( fp );
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
srchpref.c 79 int rc, eof; local
103 eof = feof( fp );
106 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
getfilter.c 72 int eof; local
97 eof = feof( fp );
100 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
disptmpl.c 132 int rc, eof; local
158 eof = feof( fp );
161 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
srchpref.c 70 int rc, eof; local
94 eof = feof( fp );
97 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
getfilter.c 60 int eof; local
85 eof = feof( fp );
88 if ( rlen != len && !eof ) { /* error: didn't get the whole file */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Handle.pm 65 $io->eof
391 sub eof { subroutine
392 @_ == 1 or croak 'usage: $io->eof()';
393 eof($_[0]);
  /onnv/onnv-gate/usr/src/lib/libldap4/util/
line64.c 167 int eof; local
216 eof = feof( fp );
  /onnv/onnv-gate/usr/src/cmd/bnu/
fio.c 269 char eof; local
282 if (eof = flen > FIBUFSIZ)
287 } while (!eof);
364 while ((c = getc(fp)) != EOF) {
408 if (c == EOF)
416 * At EOF - append checksum, there is space for it...
  /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')
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
cfsd_fscache.c 963 int eof = 0; local
1126 if (!eof) {
1130 eof = 1;
1141 (eof || (fscache_object_p->i_again_seq < entp->dl_seq))) {
1152 } else if (eof) {
    [all...]
  /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/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/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/head/
regexp.h 93 register int eof = seof; local
109 if ((c = GETC()) == eof || c == '\n') {
130 if (c == eof) {
159 if (PEEKC() != eof && PEEKC() != '\n')
  /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/uts/common/fs/cachefs/
cachefs_dir.c 306 * Get the current EOF for the directory(data file)
707 * Increment the offset. If we've hit EOF, fill in
917 int eof = 0; local
952 error = VOP_READDIR(backvp, &uio, cr, &eof, NULL, 0);
966 if (eof || count == 0)
    [all...]

Completed in 1859 milliseconds

1 2 3