Searched refs:eof (Results 1 - 25 of 96) sorted by relevance

1234

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.h47 int eof; member in struct:ch
H A Dgnu_lex.c136 if (!pch->eof) {
164 och.eof = 1;
176 och.eof = 0;
185 och.eof = 0;
192 och.eof = 0;
198 och.eof = 0;
222 if (pch->eof) {
233 och.eof = 0;
276 if (pch->eof) {
292 if (pch->eof) {
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dhunt3.c25 static int eof = 0; local
29 if (eof)
53 if (sinput == 0 && c <= 0) eof = 1;
H A Dmkey2.c21 static int eof = 0; variable
42 alph = used = prevc = eof = 0;
98 if (eof)
115 eof = 1;
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c68 static void eof(void);
127 setsignals(eof);
143 eof();
188 eof(void) function
/illumos-gate/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;
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshcalc.sh128 [[ "${calcline}" == ~(Elri)(exit|quit|eof) ]] && break
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c271 prinfo->eof = 0;
291 prinfo->eof = 0;
407 play->eof = 0;
429 rec->eof = 0;
460 struct eofcnt *eof; local
465 while ((eof = list_remove_head(&dc->dc_eofcnt)) != NULL) {
466 kmem_free(eof, sizeof (*eof));
829 if (CHANGED(npr, opr, eof)) {
834 if (npr->eof
1006 struct eofcnt *eof; local
1398 struct eofcnt *eof; local
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c325 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
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_setfile.c110 uint64_t eof; local
113 if (smb_mbc_decodef(&si->si_data, "q", &eof) != 0)
126 attr->sa_vattr.va_size = (u_offset_t)eof;
H A Dsmb_odir.c509 * - If a matching entry was found eof will be B_FALSE and
512 * - If we've scanned to the end, eof will be B_TRUE.
517 smb_odirent_t *odirent, boolean_t *eof)
552 *eof = B_FALSE;
555 *eof = B_TRUE;
580 * - If a matching entry was found eof will be B_FALSE and
583 * - If at end of dir, eof will be B_TRUE.
588 smb_fileinfo_t *fileinfo, uint16_t *eof)
646 *eof = 0;
649 *eof
516 smb_odir_read(smb_request_t *sr, smb_odir_t *od, smb_odirent_t *odirent, boolean_t *eof) argument
587 smb_odir_read_fileinfo(smb_request_t *sr, smb_odir_t *od, smb_fileinfo_t *fileinfo, uint16_t *eof) argument
672 smb_odir_read_streaminfo(smb_request_t *sr, smb_odir_t *od, smb_streaminfo_t *sinfo, boolean_t *eof) argument
1047 int eof; local
[all...]
H A Dsmb_mangle_name.c371 int err, eof, bufsize, reclen; local
404 &eof, flags, zone_kcred())) == 0) {
440 if (eof) {
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c77 static void eof();
353 setsignals(eof);
441 eof();
462 extern void eof();
491 setsignals(eof);
508 eof() function
/illumos-gate/usr/src/cmd/sh/
H A Dmain.c384 if ((flags & prompt) && standin->fstak == 0 && !eof) {
409 if (eof) {
412 eof = 0;
428 eof |= (flags & oneflg);
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c78 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) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzread.c20 state->fd, and update state->eof, state->err, and state->msg as appropriate.
43 state->eof = 1;
47 /* Load up input buffer and set eof flag if last data loaded -- return -1 on
48 error, 0 otherwise. Note that the eof flag is set when the end of the input
62 if (state->eof == 0) {
151 state->eof = 1;
254 } while (state->x.have == 0 && (!state->eof || strm->avail_in));
278 else if (state->eof && state->strm.avail_in == 0)
341 else if (state->eof && strm->avail_in == 0) {
/illumos-gate/usr/src/head/
H A Dregexp.h80 register int eof = seof; local
96 if ((c = GETC()) == eof || c == '\n') {
117 if (c == eof) {
146 if (PEEKC() != eof && PEEKC() != '\n')
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h87 bool_t eof; member in struct:invk_result
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h102 int eof; variable
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/mdesc/
H A Dmdesc.c89 md_element_t *mdeptr, *eof; local
166 eof = mdep + (mdesize / sizeof (md_element_t));
167 for (mdeptr = mdep; mdeptr < eof; ++mdeptr) {
/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py79 self.eof = False
100 self.eof = True
136 if not hdr.eof:
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c741 vi_compile(int eof, int oknl) argument
760 if (isalpha(eof) || isdigit(eof))
762 if(eof >= 0200 && MB_CUR_MAX > 1)
765 if (eof == '\\')
787 if (c == eof || c == '\n' || c == EOF) {
794 if (c != eof)
796 return (eof);
806 if (c == eof || c == EOF) {
1017 return(eof);
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c867 void _tr_stored_block(s, buf, stored_len, eof)
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)
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));
[all...]
/illumos-gate/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 */
/illumos-gate/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();
201 c = eof();
204 c = eof();
233 eof(void) function

Completed in 156 milliseconds

1234