Lines Matching refs:myself

48 	char			*myself = "cloneMappingFormat";  in cloneMappingFormat()  local
56 new = am(myself, nf * sizeof (new[0])); in cloneMappingFormat()
67 new[i].match.string = sdup(myself, T, in cloneMappingFormat()
74 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
77 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
93 new[i].match.berString = sdup(myself, T, in cloneMappingFormat()
154 char *myself = "copyIndex"; in copyIndex() local
162 new->name[i] = sdup(myself, T, old->name[i]); in copyIndex()
179 char *myself = "cloneIndex"; in cloneIndex() local
181 __nis_index_t *new = am(myself, sizeof (*new)); in cloneIndex()
217 char *myself = "cloneName"; in cloneName() local
222 new = am(myself, numNames * sizeof (new[0])); in cloneName()
228 new[i] = sdup(myself, T, name[i]); in cloneName()
267 char *myself = "cloneValue"; in cloneValue() local
272 n = am(myself, count * sizeof (*n)); in cloneValue()
281 n[c].val = am(myself, n[c].numVals * in cloneValue()
312 n[c].val[i].value = am(myself, amlen); in cloneValue()
336 char *myself = "berEncode"; in berEncode() local
354 myself); in berEncode()
377 char *str = am(myself, val->val[i].length + 1); in berEncode()
391 myself); in berEncode()
399 myself); in berEncode()
421 char *myself = "berDecode"; in berDecode() local
444 myself); in berDecode()
452 v = am(myself, len); in berDecode()
468 struct berval *bv = am(myself, sizeof (*bv)); in berDecode()
494 myself); in berDecode()
761 char *myself = "getMappingFormat"; in getMappingFormat() local
770 val = am(myself, sizeof (*val)); in getMappingFormat()
776 bp2buf(myself, &b, "%%s"); in getMappingFormat()
779 bp2buf(myself, &b, "%s", NIL(f->match.string)); in getMappingFormat()
782 bp2buf(myself, &b, "["); in getMappingFormat()
786 bp2buf(myself, &b, "%c", in getMappingFormat()
789 bp2buf(myself, &b, "%c-%c", in getMappingFormat()
793 bp2buf(myself, &b, "]"); in getMappingFormat()
798 bp2buf(myself, &b, "*"); in getMappingFormat()
801 bp2buf(myself, &b, "%s", NIL(f->match.berString)); in getMappingFormat()
805 bp2buf(myself, &b, "\""); in getMappingFormat()
808 bp2buf(myself, &b, "<unknown>"); in getMappingFormat()
812 val->val = am(myself, sizeof (val->val[0])); in getMappingFormat()
840 val = am(myself, sizeof (*val)); in getMappingFormat()
845 val->val = am(myself, sizeof (val->val[0])); in getMappingFormat()
850 val->val[0].value = sdup(myself, T, f->match.string); in getMappingFormat()
859 val = am(myself, sizeof (*val)); in getMappingFormat()
901 char *myself = "explodeValues"; in explodeValues() local
914 v = am(myself, sizeof (*v)); in explodeValues()
927 v->val = am(myself, nv * sizeof (v->val[0])); in explodeValues()
940 sbc2buf(myself, v1->val[i1].value, in explodeValues()
944 bc2buf(myself, v1->val[i1].value, in explodeValues()
948 sbc2buf(myself, v2->val[i2].value, in explodeValues()
952 bc2buf(myself, v2->val[i2].value, in explodeValues()
966 sbc2buf(myself, v1->val[i1].value, in explodeValues()
970 bc2buf(myself, v1->val[i1].value, in explodeValues()
974 sbc2buf(myself, v2->val[i2].value, in explodeValues()
978 bc2buf(myself, v2->val[i2].value, in explodeValues()
992 sbc2buf(myself, v1->val[i1].value, in explodeValues()
996 bc2buf(myself, v1->val[i1].value, in explodeValues()
1000 sbc2buf(myself, v2->val[i2].value, in explodeValues()
1004 bc2buf(myself, v2->val[i2].value, in explodeValues()
1018 sbc2buf(myself, v1->val[i1].value, in explodeValues()
1022 bc2buf(myself, v1->val[i1].value, in explodeValues()
1026 sbc2buf(myself, v2->val[i2].value, in explodeValues()
1030 bc2buf(myself, v2->val[i2].value, in explodeValues()
1129 char *myself = "getIndex"; in getIndex() local
1135 bp2buf(myself, &b, "["); in getIndex()
1143 bp2buf(myself, &b, ", "); in getIndex()
1144 bp2buf(myself, &b, "%s=", i->name[n]); in getIndex()
1147 bc2buf(myself, val->val[j].value, in getIndex()
1151 bp2buf(myself, &b, "<no-vals>"); in getIndex()
1155 bp2buf(myself, &b, "]"); in getIndex()
1165 char *myself = "getObjSpec"; in getObjSpec() local
1171 sbc2buf(myself, o->name, slen(o->name), &b); in getObjSpec()
1205 char *myself = "getSearchTriple"; in getSearchTriple() local
1215 sbc2buf(myself, s->base, slen(s->base), &b); in getSearchTriple()
1218 bp2buf(myself, &b, "?%s?", getScope(s->scope)); in getSearchTriple()
1227 a = am(myself, l+1); in getSearchTriple()
1236 sbc2buf(myself, a, la, &b); in getSearchTriple()
1239 sbc2buf(myself, s->attrs, slen(s->attrs), &b); in getSearchTriple()
1251 char *myself = "getMappingItem"; in getMappingItem() local
1264 val = am(myself, sizeof (*val)); in getMappingItem()
1271 bp2buf(myself, &b, "nis+:"); in getMappingItem()
1272 bp2buf(myself, &b, "%s", NIL(i->name)); in getMappingItem()
1275 bc2buf(myself, ":", 1, &b); in getMappingItem()
1276 sbc2buf(myself, buf, len, &b); in getMappingItem()
1282 val->val = am(myself, sizeof (val->val[0])); in getMappingItem()
1293 bp2buf(myself, &b, "ldap:"); in getMappingItem()
1294 bp2buf(myself, &b, "%s", NIL(i->name)); in getMappingItem()
1297 bc2buf(myself, ":", 1, &b); in getMappingItem()
1298 sbc2buf(myself, buf, len, &b); in getMappingItem()
1304 val->val = am(myself, sizeof (val->val[0])); in getMappingItem()
1314 p2buf(myself, "<unknown>:"); in getMappingItem()
1315 p2buf(myself, "%s", NIL(i->name)); in getMappingItem()
1324 char *myself = "copyObjSpec"; in copyObjSpec() local
1332 new->index.name = am(myself, old->index.numIndexes * in copyObjSpec()
1338 new->index.value = am(myself, old->index.numIndexes * in copyObjSpec()
1345 new->name = sdup(myself, T, old->name); in copyObjSpec()
1355 char *myself = "cloneObjSpec"; in cloneObjSpec() local
1357 __nis_obj_spec_t *new = am(myself, sizeof (*new)); in cloneObjSpec()
1385 char *myself = "copySearchTriple"; in copySearchTriple() local
1395 new->base = sdup(myself, T, old->base); in copySearchTriple()
1399 new->attrs = sdup(myself, T, old->attrs); in copySearchTriple()
1423 char *myself = "cloneSearchTriple"; in cloneSearchTriple() local
1425 __nis_search_triple_t *new = am(myself, sizeof (*new)); in cloneSearchTriple()
1475 char *myself = "cloneTripleOrObj"; in cloneTripleOrObj() local
1477 __nis_triple_or_obj_t *new = am(myself, sizeof (*new)); in cloneTripleOrObj()
1538 char *myself = "cloneItem"; in cloneItem() local
1543 new = am(myself, sizeof (*new)); in cloneItem()
1575 char *myself = "concatenateMappingItem"; in concatenateMappingItem() local
1580 new = am(myself, (numItems + 1) * sizeof (*new)); in concatenateMappingItem()
1604 char *myself = "concatenateValues"; in concatenateValues() local
1615 v = am(myself, sizeof (*v)); in concatenateValues()
1618 v->val = am(myself, n * sizeof (v->val[0])); in concatenateValues()
1643 v->val[v->numVals].value = am(myself, alen); in concatenateValues()
1759 char *myself = "scanMappingFormat"; in scanMappingFormat() local
1836 *val = am(myself, len + 1); in scanMappingFormat()
1853 myself, *val); in scanMappingFormat()
1859 myself, *val); in scanMappingFormat()
1866 myself, *val); in scanMappingFormat()
1872 "to %s", myself, *val, tmpstr); in scanMappingFormat()
2096 char *myself = "matchMappingItem"; in matchMappingItem() local
2125 v = am(myself, sizeof (v[0])); in matchMappingItem()
2128 v[0] = am(myself, sizeof (*v[0])); in matchMappingItem()
2142 v = am(myself, numItems * sizeof (v[0])); in matchMappingItem()
2146 v[n] = am(myself, sizeof (*v[n])); in matchMappingItem()
2157 v[n]->val = am(myself, inVal->numVals * sizeof (v[n]->val[0])); in matchMappingItem()
2404 char *myself = "getMappingElement"; in getMappingElement() local
2411 tv = am(myself, e->element.print.numSubElements * in getMappingElement()
2413 np_ldap_stat = am(myself, in getMappingElement()