Searched refs:eos (Results 1 – 9 of 9) sorted by relevance
115 uint32_t eos = 0; in asn1_d2i_read_bio() local177 if (eos == UINT32_MAX) { in asn1_d2i_read_bio()181 eos++; in asn1_d2i_read_bio()183 } else if (eos && (slen == 0) && (tag == V_ASN1_EOC)) { in asn1_d2i_read_bio()185 eos--; in asn1_d2i_read_bio()186 if (eos == 0) in asn1_d2i_read_bio()238 if (eos == 0) { in asn1_d2i_read_bio()
356 char *eos; in fileconf_read() local392 eos = hostlist + strlen(hostlist); in fileconf_read()393 if (eos != hostlist) in fileconf_read()408 *eos = '\0'; in fileconf_read()422 *eos = '\0'; in fileconf_read()
1720 char *eos = line + len; in evhttp_parse_request_line() local1729 while (eos > line && *(eos-1) == ' ') { in evhttp_parse_request_line()1730 *(eos-1) = '\0'; in evhttp_parse_request_line()1731 --eos; in evhttp_parse_request_line()4510 scheme_ok(const char *s, const char *eos) in scheme_ok() argument4513 EVUTIL_ASSERT(eos >= s); in scheme_ok()4514 if (s == eos) in scheme_ok()4518 while (++s < eos) { in scheme_ok()4530 userinfo_ok(const char *s, const char *eos) in userinfo_ok() argument4532 while (s < eos) { in userinfo_ok()[all …]
1 …tas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione volupta…
2 From: James A. Woods <jaw@eos.arc.nasa.gov>57 From: James A. Woods <jaw@eos.arc.nasa.gov>60 In article <2042@eos.UUCP> you write:
892 char *eos; local910 unit = strtol(cp, &eos, 10);911 if (*eos != '\0') {
1401 for "lo" followed by an eos or digit (newer versions of Linux
1043 uint64_t end_blkid, boolean_t eos) in range_alloc() argument1050 range->eos_marker = eos; in range_alloc()