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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c151 int eos = 0; local
203 eos++;
204 if (eos < 0) {
209 } else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) {
210 /* eos value, so go back and read another header */
211 eos--;
212 if (eos <= 0)
250 if (eos <= 0) {
H A Da_bytes.c263 c->eos = ASN1_const_check_infinite_end(&c->p,
265 if (c->eos)
H A Dasn1_lib.c287 if ((c->inf == (1 | V_ASN1_CONSTRUCTED)) && (!c->eos)) {
332 c->eos = 0;
H A Dasn1.h174 int eos; /* end of sequence read for indefinite member in struct:asn1_ctx_st
189 int eos; /* end of sequence read for indefinite member in struct:asn1_const_ctx_st
H A Dasn1_mac.h126 (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
/freebsd-9.3-release/sys/dev/ieee488/
H A Dugpib.h113 int ibdev(int boardID, int pad, int sad, int tmo, int eot, int eos);
116 int ibeos(int handle, int eos);
H A Dibfoo_int.h130 int eos; member in struct:ibarg
H A Dibfoo.c82 int eos; member in struct:handle
358 if (h->eos & REOS) {
359 upd7210_wr(u, EOSR, h->eos & 0xff);
362 if (h->eos & XEOS) {
363 upd7210_wr(u, EOSR, h->eos & 0xff);
366 if (h->eos & BIN)
584 h->eos = ib->ap->eos;
608 ib->ap->__iberr = ib->h->eos;
609 ib->h->eos
[all...]
/freebsd-9.3-release/lib/libgpib/
H A Dibfoo.c150 ibdev (int boardID, int pad, int sad, int tmo, int eot, int eos) argument
160 io.eos = eos;
191 ibeos (int handle, int eos) argument
197 io.eos = eos;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c4265 /* Return true if the string starting at s and ending immediately before eos
4269 scheme_ok(const char *s, const char *eos) argument
4272 EVUTIL_ASSERT(eos >= s);
4273 if (s == eos)
4277 while (++s < eos) {
4287 /* Return true iff [s..eos) is a valid userinfo */
4289 userinfo_ok(const char *s, const char *eos) argument
4291 while (s < eos) {
4296 else if (*s == '%' && s+2 < eos &&
4307 regname_ok(const char *s, const char *eos) argument
4324 parse_port(const char *s, const char *eos) argument
4342 bracket_addr_ok(const char *s, const char *eos) argument
4386 parse_authority(struct evhttp_uri *uri, char *s, char *eos) argument
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dlpi.c787 char *eos; local
805 unit = strtol(cp, &eos, 10);
806 if (*eos != '\0') {

Completed in 100 milliseconds