Searched refs:eos (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Dgetopt.c76 static char sw = '-', eos = '\0', arg = ':'; local
93 || argv[optind][1] == eos)
106 if (argv[optind][++sp] == eos)
115 if (argv[optind][sp + 1] != eos)
129 if (argv[optind][++sp] == eos)
/netbsd-6-1-5-RELEASE/usr.bin/nbperf/
H A Dnbperf.c123 char *line, *eos; local
151 nbperf.c = strtod(optarg, &eos);
152 if (errno || eos[0] || !nbperf.c)
160 tmp = strtoll(optarg, &eos, 0);
161 if (errno || eos == optarg || eos[0] ||
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_d2i_fp.c149 int eos=0; local
210 eos++;
211 if (eos < 0)
218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
220 /* eos value, so go back and read another header */
221 eos--;
222 if (eos <= 0)
266 if (eos <= 0)
H A Da_bytes.c273 c->eos=ASN1_const_check_infinite_end(&c->p,
275 if (c->eos) break;
H A Dasn1_lib.c290 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
342 c->eos=0;
H A Dasn1.h178 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
193 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st
H A Dasn1_mac.h126 (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dcofftag.s37 .def .eos
H A Dcofftag.d15 \[ 8\]\(sec -(1|2)\)\(fl 0x00\)\(ty 0\)\(scl 102\) \(nx 1\) 0x0+0004 .eos
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dsoaserial.c194 long pos, eos; local
210 eos = ftell (fp); /* mark first non digit/ws character pos */
212 digits = eos - pos;
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dpkgdb.c171 char *eos; local
186 eos = memchr(vald.data, 0, vald.size);
187 if (eos == NULL || eos + 1 != (char *)vald.data + vald.size) {
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c493 char *eos; local
523 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used);
524 if (eos != NULL && eos != ctx->inbuf.text && eos[-1] == '\r') {
527 eos[-1] = '\0';
548 ctx->inbuf.used -= ((eos - ctx->inbuf.text) + 1);
552 memmove(ctx->inbuf.text, eos + 1, ctx->inbuf.used);
H A Dctl_srvr.c573 char *eos, tmp[MAX_NTOP]; local
600 eos = memchr(sess->inbuf.text, '\n', sess->inbuf.used);
601 if (eos != NULL && eos != sess->inbuf.text && eos[-1] == '\r') {
602 eos[-1] = '\0';
613 sess->inbuf.used -= ((eos - sess->inbuf.text) + 1);
617 memmove(sess->inbuf.text, eos + 1, sess->inbuf.used);
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dio.c91 char* get_string(int eos);
324 get_string(int eos) argument
357 if (c <= 0 || c == eos || (eos == ' ' && c == '\t')) {
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.options.c270 char *eop = eos(buf);
H A Dhack.objnam.c318 p = eos(buf) - 1;
538 p = eos(bp);
578 p = eos(bp);
H A Dhack.end.c497 bp = eos(linebuf);
660 eos(char *s) function
H A Dextern.h141 char *eos(char *);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dprintcmd.c2520 char *eos, *sos;
2539 eos = current_substring + strlen (current_substring);
2542 while (*eos != 'f' && *eos != 'e' && *eos != 'E'
2543 && *eos != 'g' && *eos != 'G')
2544 eos--;
2546 sos = eos;
2579 if (*eos
2513 char *eos, *sos; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dftp.c1266 char buf[2 * PATH_MAX], *eol, *eos; local
1288 eos = eol - 1;
1290 eos = eol;
1291 *eos = '\0';
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-dlpi.c778 char *eos; local
796 unit = strtol(cp, &eos, 10);
797 if (*eos != '\0') {

Completed in 178 milliseconds