Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c115 uint32_t eos = 0; in asn1_d2i_read_bio() local
177 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()
/freebsd/contrib/libpcap/rpcapd/
H A Dfileconf.c356 char *eos; in fileconf_read() local
392 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()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c1720 char *eos = line + len; in evhttp_parse_request_line() local
1729 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() argument
4513 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() argument
4532 while (s < eos) { in userinfo_ok()
[all …]
/freebsd/contrib/libevent/
H A Dhttp.c1720 char *eos = line + len; in evhttp_parse_request_line() local
1729 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() argument
4513 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() argument
4532 while (s < eos) { in userinfo_ok()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzstd_test_data.txt1 …tas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione volupta…
/freebsd/usr.bin/compress/doc/
H A DNOTES2 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:
/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c892 char *eos; local
910 unit = strtol(cp, &eos, 10);
911 if (*eos != '\0') {
H A DCHANGES1401 for "lo" followed by an eos or digit (newer versions of Linux
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1043 uint64_t end_blkid, boolean_t eos) in range_alloc() argument
1050 range->eos_marker = eos; in range_alloc()