/titanic_44/usr/src/cmd/msgfmt/ |
H A D | gnu_lex.c | 136 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 D | gnu_lex.h | 47 int eof; member
|
/titanic_44/usr/src/lib/libast/common/disc/ |
H A D | sfdcseekable.c | 37 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_44/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 271 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_44/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_send.c | 68 static void eof(void); 127 setsignals(eof); in warn_send() 143 eof(); in warn_send() 188 eof(void) in eof() function
|
/titanic_44/usr/src/cmd/refer/ |
H A D | hunt3.c | 25 static int eof = 0; in getq() local 29 if (eof) in getq() 53 if (sinput == 0 && c <= 0) eof = 1; in getq()
|
H A D | mkey2.c | 21 static int eof = 0; variable 42 alph = used = prevc = eof = 0; in dofile() 98 if (eof) in grec() 115 eof = 1; in grec()
|
/titanic_44/usr/src/lib/libkmf/libkmf/common/ |
H A D | pem_encode.c | 325 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_44/usr/src/cmd/unpack/ |
H A D | unpack.c | 78 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_44/usr/src/cmd/write/ |
H A D | write.c | 77 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_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_odir.c | 491 smb_odirent_t *odirent, boolean_t *eof) in smb_odir_read() argument 526 *eof = B_FALSE; in smb_odir_read() 529 *eof = B_TRUE; in smb_odir_read() 562 smb_fileinfo_t *fileinfo, uint16_t *eof) in smb_odir_read_fileinfo() argument 620 *eof = 0; in smb_odir_read_fileinfo() 623 *eof = 1; /* per. FindFirst, FindNext spec. */ in smb_odir_read_fileinfo() 648 smb_streaminfo_t *sinfo, boolean_t *eof) in smb_odir_read_streaminfo() argument 677 *eof = B_TRUE; in smb_odir_read_streaminfo() 719 *eof = B_FALSE; in smb_odir_read_streaminfo() 722 *eof = B_TRUE; in smb_odir_read_streaminfo() [all …]
|
H A D | smb_mangle_name.c | 371 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_44/usr/src/cmd/vi/port/ |
H A D | ex_re.c | 741 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_44/usr/src/cmd/deroff/ |
H A D | deroff.c | 56 #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_44/usr/src/cmd/sh/ |
H A D | main.c | 384 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_44/usr/src/uts/common/fs/ |
H A D | gfs.c | 396 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_44/usr/src/tools/onbld/Checks/ |
H A D | HdrChk.py | 79 self.eof = False 100 self.eof = True 136 if not hdr.eof:
|
/titanic_44/usr/src/head/ |
H A D | regexp.h | 80 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_44/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 3285 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_44/usr/src/cmd/mdb/sun4v/modules/mdesc/ |
H A D | mdesc.c | 89 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_44/usr/src/uts/common/zmod/ |
H A D | trees.c | 867 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 D | deflate.h | 285 int eof)); 288 int eof));
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | fio.c | 269 char eof; local 282 if (eof = flen > FIBUFSIZ) 287 } while (!eof);
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | srchpref.c | 70 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()
|
/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | shcalc.sh | 128 [[ "${calcline}" == ~(Elri)(exit|quit|eof) ]] && break
|