HomeSort by: relevance | last modified time | path
    Searched defs:cmplen (Results 1 - 16 of 16) sorted by relevancy

  /src/external/mpl/bind/dist/fuzz/
dns_qpkey_name.c 69 size_t cmplen = dns_qpkey_fromname(cmp, namecmp); local
70 size_t len = ISC_MIN(keylen, cmplen);
  /src/sys/netinet/
accf_http.c 221 int cmplen, cc; local
229 STRSETUP(cmp, cmplen, "ET ");
232 STRSETUP(cmp, cmplen, "EAD ");
237 if (cc < cmplen) {
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_enc.c 388 int cmplen, i; local
389 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
390 i = memcmp(d1->data, d2->data, cmplen);
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_enc.c 391 int cmplen, i; local
392 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
393 i = memcmp(d1->data, d2->data, cmplen);
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_enc.c 376 int cmplen, i; local
377 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
378 i = memcmp(d1->data, d2->data, cmplen);
  /src/sbin/mount/
mount.c 412 size_t cmplen = sizeof(sfp[i].f_fstypename); local
419 cmplen -= TYPESIZE;
427 strncmp(vfstype, mountedtype, cmplen) == 0) {
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
test-data.c 909 size_t cmplen; local
917 cmplen = strlen((*pzones)[n].name);
919 if ((*pzones)[n].name[cmplen - 1] == '.') {
920 cmplen--;
923 zptr -= (cmplen - 1);
929 if (!strncmp((*pzones)[n].name, zptr, cmplen)) {
934 if (cmplen > last_matchlen) {
935 ndlen = strlen(nodebuf) - cmplen;
947 last_matchlen = cmplen;
dummylib.c 1132 size_t cmplen; local
1136 cmplen = end - record;
1143 if ((cmplen - 2) < strlen(query)) {
1146 qptr = query + strlen(query) - (cmplen - 2);
1148 if (strncmp(qptr, rptr, cmplen - 2) == 0) {
1155 if (strlen(query) > cmplen) {
1157 } else if (strlen(query) < cmplen) {
1161 return strncmp(record, query, cmplen);
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 261 int len, cmplen = 0; local
278 cmplen = src - p1->name + 1;
283 if (cmplen == 0)
284 cmplen = len;
294 if (strncmp (p->name, buffer, cmplen) != 0
295 || (p->name[cmplen] != '\0' && p->name[cmplen] != '.'
296 && p->name[cmplen - 1] != '/'))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 261 int len, cmplen = 0; local
278 cmplen = src - p1->name + 1;
283 if (cmplen == 0)
284 cmplen = len;
294 if (strncmp (p->name, buffer, cmplen) != 0
295 || (p->name[cmplen] != '\0' && p->name[cmplen] != '.'
296 && p->name[cmplen - 1] != '/'))
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c 2696 unsigned int cmplen = 0; local
2791 cmplen = i2dlen;
2795 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) {
2807 if (cmplen == t->dlen &&
2808 memcmp(cmpbuf, t->data, cmplen) == 0) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vfy.c 2638 unsigned int cmplen = 0; local
2734 cmplen = i2dlen;
2738 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) {
2750 if (cmplen == t->dlen &&
2751 memcmp(cmpbuf, t->data, cmplen) == 0) {
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c 2898 unsigned int cmplen = 0; local
2993 cmplen = i2dlen;
2997 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) {
3009 if (cmplen == t->dlen && memcmp(cmpbuf, t->data, cmplen) == 0) {
3105 unsigned int cmplen = 0; local
3114 cmplen = i2dlen = (unsigned int)len;
3127 cmplen = i2dlen;
3131 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) {
3137 if (cmplen == t->dlen && memcmp(cmpbuf, t->data, cmplen) == 0)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
utils.c 2335 size_t cmplen
2337 if (strncmp (string1, string2, cmplen) != 0)
2340 string1 += cmplen;
2341 string2 += cmplen;
2387 cmplen = std::min (p1 - string1, p2 - string2);
2390 if (strncmp (string1, string2, cmplen) != 0)
2397 if (strncmp (string1, string2, cmplen) != 0)
2401 string1 += cmplen;
2402 string2 += cmplen;
2328 size_t cmplen local
  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 2282 size_t cmplen
2284 if (strncmp (string1, string2, cmplen) != 0)
2287 string1 += cmplen;
2288 string2 += cmplen;
2334 cmplen = std::min (p1 - string1, p2 - string2);
2337 if (strncmp (string1, string2, cmplen) != 0)
2344 if (strncmp (string1, string2, cmplen) != 0)
2348 string1 += cmplen;
2349 string2 += cmplen;
2275 size_t cmplen local
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 3032 size_t cmplen; local
3046 cmplen = SIZEOF_INADDR(af1);
3053 cmplen);

Completed in 102 milliseconds