Home
last modified time | relevance | path

Searched refs:cmpstr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dp12misc.c497 ASN1_STRING *cmpstr = NULL; in sunw_find_localkeyid() local
516 cmpstr = (ASN1_STRING *)M_ASN1_OCTET_STRING_new(); in sunw_find_localkeyid()
517 if (cmpstr == NULL || in sunw_find_localkeyid()
518 M_ASN1_OCTET_STRING_set(cmpstr, keyid_str, len) == 0) { in sunw_find_localkeyid()
523 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_localkeyid()
526 ASN1_STRING_free(cmpstr); in sunw_find_localkeyid()
569 ASN1_STRING *cmpstr = NULL; in sunw_find_fname() local
588 cmpstr = (ASN1_STRING *)asc2bmpstring(fname, strlen(fname)); in sunw_find_fname()
589 if (cmpstr == NULL) { in sunw_find_fname()
596 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_fname()
[all …]
/titanic_41/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c414 char *cmpstr; /* the string to compare token to */ in searchhost() local
480 cmpstr = (field == FIELD1)? fileaddr : filehost; in searchhost()
483 if (strcmp(token, cmpstr) == 0) { in searchhost()
521 char *cmpstr; /* the string to compare the token to */ in searchserv() local
548 cmpstr = (field == FIELD1)? fileservice : fileport; in searchserv()
551 if (strcmp(token, cmpstr) == 0) { in searchserv()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch.c76 char *cmpstr = &mntpt[0]; /* compare against mntpnt if fs, */ in meta_patch_vfstab() local
93 cmpstr = &fstype[0]; in meta_patch_vfstab()
132 (bdev[0] == '#') || (strcmp(cmpstr, cmpname) != 0) || in meta_patch_vfstab()
/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.c1194 ASN1_STRING *cmpstr = NULL; in sunw_find_localkeyid() local
1213 cmpstr = (ASN1_STRING *)M_ASN1_OCTET_STRING_new(); in sunw_find_localkeyid()
1214 if (cmpstr == NULL || in sunw_find_localkeyid()
1215 M_ASN1_OCTET_STRING_set(cmpstr, keyid_str, len) == 0) { in sunw_find_localkeyid()
1220 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_localkeyid()
1223 ASN1_STRING_free(cmpstr); in sunw_find_localkeyid()
1266 ASN1_STRING *cmpstr = NULL; in sunw_find_fname() local
1285 cmpstr = (ASN1_STRING *)asc2bmpstring(fname, strlen(fname)); in sunw_find_fname()
1286 if (cmpstr == NULL) { in sunw_find_fname()
1293 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_fname()
[all …]
/titanic_41/usr/src/cmd/troff/
H A Dn5.c732 true = cmpstr(i);
790 cmpstr(c) in cmpstr() function