Home
last modified time | relevance | path

Searched refs:memcmp (Results 251 – 275 of 535) sorted by relevance

1...<<11121314151617181920>>...22

/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h212 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_rec.c238 if (memcmp(uid, dbp->fileid, DB_FILE_ID_LEN) != 0) {
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c1473 if(len == pp->len && memcmp(name,pp->name,len)==0) in path_addcomp()
1543 if(m==0 || m==6 && memcmp((void*)sp,(void*)"FPATH=",m)==0) in path_chkpaths()
1553 else if(m==11 && memcmp((void*)sp,(void*)"PLUGIN_LIB=",m)==0) in path_chkpaths()
1761 if(memcmp(name,pp->name,pp->len)==0 && name[pp->len]==c) in path_dirfind()
H A Dparse.c200 if(!(ap->argflag&ARG_RAW) || memcmp(ap->argval,"--",2)) in check_typedef()
204 if(memcmp(ap->argval,"-T",2)==0) in check_typedef()
219 while((cp= *argv++) && memcmp(cp,"--",2)) in check_typedef()
223 if(memcmp(cp,"-T",2)==0) in check_typedef()
841 if(shp->shcomp && memcmp(".sh.math.",t->funct.functnam,9)==0) in funct()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c899 if (!memcmp(test, testbuf, sizeof(test))) in eth_probe()
911 if (!memcmp(testbuf, test, sizeof(test))) in eth_probe()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme.c414 memcmp(zero_guid, guid, sizeof (zero_guid)) != 0); in nvme_guid_valid()
423 memcmp(zero_eui, eui64, sizeof (zero_eui)) != 0); in nvme_eui64_valid()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c99 } else if ((is_noelf = memcmp(&ehdr.e_ident[EI_MAG0], ELFMAG, in open_core()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c434 memcmp(s1->dh_signature_val, in __cmpsig()
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c54 #define bcmp(s, d, n) memcmp(s, d, n)
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c82 if (memcmp(d1, d2, len) != 0) in memcmp_pad_max()
/illumos-gate/usr/src/boot/include/netinet6/
H A Din6.h230 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c356 if (memcmp(event, cp, n)) in setdisc()
/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.c292 memcmp(h->t[i].p+h->info.key_offset, k, size) == 0) { in ohash_lookup_memory()
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c290 else if (memcmp(b, buf, nbytes)) in tst_write()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c225 memcmp(BIGKEY(pagep), kkey, BIGKEYLEN(pagep))) {
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c2369 (memcmp(NSPTR(name), NSPTR(&(p->name)), name->size))) { in name_lookup()
2504 if (memcmp(NSPTR(d0), NSPTR(d1), d0->size) < 0) { in data_compare()
2510 return (memcmp(NSPTR(d0), NSPTR(d1), d0->size)); in data_compare()
2512 if (memcmp(NSPTR(d0), NSPTR(d1), d1->size) <= 0) { in data_compare()
2555 r = memcmp(c0, c1, s); in data_pair_compare()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c312 } else if (memcmp(md5_digest, md5->auth_digest, in ndmpd_connect_client_auth_v2()
1236 if (memcmp(digest, auth_digest, in ndmpd_connect_auth_md5()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c465 if (memcmp(addmask_key, x->rn_key, mlen) != 0) in rn_addmask()
725 memcmp(v + head_off, tt->rn_key + head_off, vlen - head_off) != 0) { in rn_delete()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c731 if (memcmp(ptr2, reqcksum.contents, reqcksum.length) != 0) {
740 if (memcmp(ptr2, reqcksum.contents, reqcksum.length) != 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dabd.c862 ret = memcmp(buf, ba_ptr->arg_buf, size); in abd_cmp_buf_off_cb()
990 return (memcmp(bufa, bufb, size)); in abd_cmp_cb()
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c318 if (0 == memcmp(targetPort, in doDevInfoStuffForTargetPort()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h315 (dc)->size > 0 ? memcmp((Void_t*)(k1), ((Void_t*)k2), (dc)->size) : \
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c125 return (ap1 == ap2 || memcmp(ap1, ap2, sizeof (thrattr_t)) == 0); in pthread_attr_equal()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c48 if (memcmp(alg, ber_rsaEncryption, in key_mgr_get_private_key_type()
/illumos-gate/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c241 (memcmp(expName->value, expNameTokId, expNameTokIdLen) != 0))

1...<<11121314151617181920>>...22