Searched refs:cmplen (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Dcell_util.c33 int cmplen = strlen(substr); local
38 if ((StrnCaseCmp(list[i], substr, cmplen) == 0) &&
39 (list[i][cmplen] == '=')) {
41 if (list[i][cmplen + 1] != '\0')
42 return &(list[i][cmplen + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Dcell_util.c33 int cmplen = strlen(substr); local
38 if ((StrnCaseCmp(list[i], substr, cmplen) == 0) &&
39 (list[i][cmplen] == '=')) {
41 if (list[i][cmplen + 1] != '\0')
42 return &(list[i][cmplen + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/winbindd/idmap_adex/
H A Dcell_util.c33 int cmplen = strlen(substr); local
38 if ((StrnCaseCmp(list[i], substr, cmplen) == 0) &&
39 (list[i][cmplen] == '=')) {
41 if (list[i][cmplen + 1] != '\0')
42 return &(list[i][cmplen + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dtasn_enc.c429 int cmplen, i; local
430 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
431 i = memcmp(d1->data, d2->data, cmplen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dtasn_enc.c410 int cmplen, i; local
411 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
412 i = memcmp(d1->data, d2->data, cmplen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dtasn_enc.c429 int cmplen, i; local
430 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
431 i = memcmp(d1->data, d2->data, cmplen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dtasn_enc.c410 int cmplen, i; local
411 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
412 i = memcmp(d1->data, d2->data, cmplen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dtasn_enc.c429 int cmplen, i; local
430 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
431 i = memcmp(d1->data, d2->data, cmplen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dtasn_enc.c410 int cmplen, i; local
411 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
412 i = memcmp(d1->data, d2->data, cmplen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dstr.c241 unsigned int cmplen = vsf_sysutil_strlen(p_text); local
242 return (str_equal_internal(p_str->p_buf, p_str->len, p_text, cmplen) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dstr.c241 unsigned int cmplen = vsf_sysutil_strlen(p_text); local
242 return (str_equal_internal(p_str->p_buf, p_str->len, p_text, cmplen) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dstr.c241 unsigned int cmplen = vsf_sysutil_strlen(p_text); local
242 return (str_equal_internal(p_str->p_buf, p_str->len, p_text, cmplen) == 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/odhcp6c/src/
H A Dodhcp6c.c569 size_t len, cmplen = offsetof(struct odhcp6c_entry, target) + ((new->length + 7) / 8); local
575 if (!memcmp(c, new, cmplen) && !memcmp(c->auxtarget, new->auxtarget, new->auxlen))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/odhcp6c/src/
H A Dodhcp6c.c569 size_t len, cmplen = offsetof(struct odhcp6c_entry, target) + ((new->length + 7) / 8); local
575 if (!memcmp(c, new, cmplen) && !memcmp(c->auxtarget, new->auxtarget, new->auxlen))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/odhcp6c/src/
H A Dodhcp6c.c569 size_t len, cmplen = offsetof(struct odhcp6c_entry, target) + ((new->length + 7) / 8); local
575 if (!memcmp(c, new, cmplen) && !memcmp(c->auxtarget, new->auxtarget, new->auxlen))

Completed in 133 milliseconds