Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 99) sorted by relevance

1234

/titanic_50/usr/src/cmd/msgfmt/
H A Dgnu_lex.c136 if (!pch->eof) { in po_ungetc()
164 och.eof = 1; in po_getc()
176 och.eof = 0; in po_getc()
185 och.eof = 0; in po_getc()
192 och.eof = 0; in po_getc()
198 och.eof = 0; in po_getc()
222 if (pch->eof) { in expand_es()
233 och.eof = 0; in expand_es()
276 if (pch->eof) { in expand_es()
292 if (pch->eof) { in expand_es()
[all …]
H A Dgnu_lex.h47 int eof; member
/titanic_50/usr/src/lib/libast/common/disc/
H A Dsfdcseekable.c37 int eof; /* if eof has been reached */ member
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;
/titanic_50/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c271 prinfo->eof = 0; in devaudio_proc_alloc()
291 prinfo->eof = 0; in devaudio_proc_alloc()
407 play->eof = 0; in devaudio_proc_hold()
429 rec->eof = 0; in devaudio_proc_hold()
460 struct eofcnt *eof; in devaudio_clear_eof() local
465 while ((eof = list_remove_head(&dc->dc_eofcnt)) != NULL) { in devaudio_clear_eof()
466 kmem_free(eof, sizeof (*eof)); in devaudio_clear_eof()
829 if (CHANGED(npr, opr, eof)) { in devaudio_ioc_setinfo()
834 if (npr->eof == 0) { in devaudio_ioc_setinfo()
837 opr->eof = npr->eof; in devaudio_ioc_setinfo()
[all …]
/titanic_50/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c68 static void eof(void);
127 setsignals(eof); in warn_send()
143 eof(); in warn_send()
188 eof(void) in eof() function
/titanic_50/usr/src/cmd/refer/
H A Dhunt3.c25 static int eof = 0; in getq() local
29 if (eof) in getq()
53 if (sinput == 0 && c <= 0) eof = 1; in getq()
H A Dmkey2.c21 static int eof = 0; variable
42 alph = used = prevc = eof = 0; in dofile()
98 if (eof) in grec()
115 eof = 1; in grec()
/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c325 int seof = -1, eof = 0, rv = -1, ret = 0; in PEM_DecodeUpdate() local
368 eof++; in PEM_DecodeUpdate()
391 if (((i+1) == inl) && (((n&3) == 0) || eof)) { in PEM_DecodeUpdate()
399 eof = 0; in PEM_DecodeUpdate()
400 if (d[n-1] == '=') eof++; in PEM_DecodeUpdate()
401 if (d[n-2] == '=') eof++; in PEM_DecodeUpdate()
420 ret += (v-eof); in PEM_DecodeUpdate()
422 eof = 1; in PEM_DecodeUpdate()
430 if ((v < ctx->length) && eof) { in PEM_DecodeUpdate()
/titanic_50/usr/src/cmd/unpack/
H A Dunpack.c78 static char *eof; variable
106 eof = &characters[0]; in getdict()
140 tree[i] = eof; in getdict()
142 if (eof >= &characters[255]) in getdict()
144 *eof++ = *inp++; in getdict()
147 *eof++ = *inp++; in getdict()
205 if (p == eof) { in decode()
/titanic_50/usr/src/cmd/write/
H A Dwrite.c77 static void eof();
353 setsignals(eof); in main()
441 eof(); in main()
462 extern void eof();
491 setsignals(eof);
508 eof() in eof() function
/titanic_50/usr/src/cmd/vi/port/
H A Dex_re.c741 vi_compile(int eof, int oknl) in vi_compile() argument
760 if (isalpha(eof) || isdigit(eof)) in vi_compile()
762 if(eof >= 0200 && MB_CUR_MAX > 1) in vi_compile()
765 if (eof == '\\') in vi_compile()
787 if (c == eof || c == '\n' || c == EOF) { in vi_compile()
794 if (c != eof) in vi_compile()
796 return (eof); in vi_compile()
806 if (c == eof || c == EOF) { in vi_compile()
1017 return(eof); in vi_compile()
1057 return(eof); in vi_compile()
/titanic_50/usr/src/cmd/deroff/
H A Dderoff.c56 #define C ((c = getc(infile)) == EOF ? eof() : \
58 #define C1 ((c = getc(infile)) == EOF ? eof() : c)
113 static int eof(void);
197 c = eof(); in skeqn()
201 c = eof(); in skeqn()
204 c = eof(); in skeqn()
233 eof(void) in eof() function
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c517 smb_odirent_t *odirent, boolean_t *eof) in smb_odir_read() argument
552 *eof = B_FALSE; in smb_odir_read()
555 *eof = B_TRUE; in smb_odir_read()
588 smb_fileinfo_t *fileinfo, uint16_t *eof) in smb_odir_read_fileinfo() argument
646 *eof = 0; in smb_odir_read_fileinfo()
649 *eof = 1; /* per. FindFirst, FindNext spec. */ in smb_odir_read_fileinfo()
673 smb_streaminfo_t *sinfo, boolean_t *eof) in smb_odir_read_streaminfo() argument
705 *eof = B_TRUE; in smb_odir_read_streaminfo()
751 *eof = B_FALSE; in smb_odir_read_streaminfo()
754 *eof = B_TRUE; in smb_odir_read_streaminfo()
[all …]
H A Dsmb_cmn_setfile.c110 uint64_t eof; in smb_set_eof_info() local
113 if (smb_mbc_decodef(&si->si_data, "q", &eof) != 0) in smb_set_eof_info()
126 attr->sa_vattr.va_size = (u_offset_t)eof; in smb_set_eof_info()
H A Dsmb_mangle_name.c371 int err, eof, bufsize, reclen; in smb_unmangle() local
404 &eof, flags, zone_kcred())) == 0) { in smb_unmangle()
440 if (eof) { in smb_unmangle()
/titanic_50/usr/src/cmd/sh/
H A Dmain.c384 if ((flags & prompt) && standin->fstak == 0 && !eof) { in exfile()
409 if (eof) { in exfile()
412 eof = 0; in exfile()
428 eof |= (flags & oneflg); in exfile()
/titanic_50/usr/src/uts/common/fs/
H A Dgfs.c396 gfs_readdir_fini(gfs_readdir_state_t *st, int error, int *eofp, int eof) in gfs_readdir_fini() argument
408 *eofp = eof; in gfs_readdir_fini()
1005 int error, eof = 0; in gfs_dir_readdir() local
1019 !eof) { in gfs_dir_readdir()
1033 gstate.grd_dirent, &eof, &off, &next, in gfs_dir_readdir()
1034 data, flags)) != 0 || eof) in gfs_dir_readdir()
1048 eof = 1; in gfs_dir_readdir()
1052 return (gfs_readdir_fini(&gstate, error, eofp, eof)); in gfs_dir_readdir()
/titanic_50/usr/src/tools/onbld/Checks/
H A DHdrChk.py79 self.eof = False
100 self.eof = True
136 if not hdr.eof:
/titanic_50/usr/src/head/
H A Dregexp.h80 register int eof = seof; in compile() local
96 if ((c = GETC()) == eof || c == '\n') { in compile()
117 if (c == eof) { in compile()
146 if (PEEKC() != eof && PEEKC() != '\n') in compile()
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c3285 un->un_read_only, un->un_pos.eof, un->un_oflags); in st_tape_init()
3416 if ((minor & MT_BSD) && (un->un_pos.eof == ST_EOF)) { in st_close()
3421 un->un_pos.eof = ST_NO_EOF; in st_close()
3439 switch (un->un_pos.eof) { in st_close()
3458 if (un->un_pos.eof >= ST_EOF_PENDING) { in st_close()
3459 un->un_pos.eof = ST_EOT_PENDING; in st_close()
3474 un->un_pos.eof); in st_close()
3475 un->un_pos.eof = ST_NO_EOF; in st_close()
3484 un->un_pos.eof = ST_NO_EOF; in st_close()
3494 "Undefined state 0x%x", un->un_pos.eof); in st_close()
[all …]
/titanic_50/usr/src/cmd/mdb/sun4v/modules/mdesc/
H A Dmdesc.c89 md_element_t *mdeptr, *eof; in mdinfo() local
166 eof = mdep + (mdesize / sizeof (md_element_t)); in mdinfo()
167 for (mdeptr = mdep; mdeptr < eof; ++mdeptr) { in mdinfo()
/titanic_50/usr/src/uts/common/zmod/
H A Dtrees.c867 void _tr_stored_block(s, buf, stored_len, eof) in _tr_stored_block() argument
871 int eof; /* true if this is the last block for a file */
873 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
921 void _tr_flush_block(s, buf, stored_len, eof) in _tr_flush_block() argument
925 int eof; /* true if this is the last block for a file */
981 _tr_stored_block(s, buf, stored_len, eof);
988 send_bits(s, (STATIC_TREES<<1)+eof, 3);
994 send_bits(s, (DYN_TREES<<1)+eof, 3);
1008 if (eof) {
1015 s->compressed_len-7*eof));
H A Ddeflate.h285 int eof));
288 int eof));
/titanic_50/usr/src/cmd/bnu/
H A Dfio.c269 char eof; local
282 if (eof = flen > FIBUFSIZ)
287 } while (!eof);
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c70 int rc, eof; in ldap_init_searchprefs() local
94 eof = feof( fp ); in ldap_init_searchprefs()
97 if ( rlen != len && !eof ) { /* error: didn't get the whole file */ in ldap_init_searchprefs()

1234