Lines Matching refs:myself
49 char *myself = "cloneMappingFormat"; in cloneMappingFormat() local
57 new = am(myself, nf * sizeof (new[0])); in cloneMappingFormat()
68 new[i].match.string = sdup(myself, T, in cloneMappingFormat()
75 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
78 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
94 new[i].match.berString = sdup(myself, T, in cloneMappingFormat()
155 char *myself = "copyIndex"; in copyIndex() local
163 new->name[i] = sdup(myself, T, old->name[i]); in copyIndex()
180 char *myself = "cloneIndex"; in cloneIndex() local
182 __nis_index_t *new = am(myself, sizeof (*new)); in cloneIndex()
218 char *myself = "cloneName"; in cloneName() local
223 new = am(myself, numNames * sizeof (new[0])); in cloneName()
229 new[i] = sdup(myself, T, name[i]); in cloneName()
268 char *myself = "cloneValue"; in cloneValue() local
273 n = am(myself, count * sizeof (*n)); in cloneValue()
282 n[c].val = am(myself, n[c].numVals * in cloneValue()
313 n[c].val[i].value = am(myself, amlen); in cloneValue()
337 char *myself = "berEncode"; in berEncode() local
355 myself); in berEncode()
378 char *str = am(myself, val->val[i].length + 1); in berEncode()
392 myself); in berEncode()
400 myself); in berEncode()
422 char *myself = "berDecode"; in berDecode() local
445 myself); in berDecode()
453 v = am(myself, len); in berDecode()
469 struct berval *bv = am(myself, sizeof (*bv)); in berDecode()
495 myself); in berDecode()
762 char *myself = "getMappingFormat"; in getMappingFormat() local
771 val = am(myself, sizeof (*val)); in getMappingFormat()
777 bp2buf(myself, &b, "%%s"); in getMappingFormat()
780 bp2buf(myself, &b, "%s", NIL(f->match.string)); in getMappingFormat()
783 bp2buf(myself, &b, "["); in getMappingFormat()
787 bp2buf(myself, &b, "%c", in getMappingFormat()
790 bp2buf(myself, &b, "%c-%c", in getMappingFormat()
794 bp2buf(myself, &b, "]"); in getMappingFormat()
799 bp2buf(myself, &b, "*"); in getMappingFormat()
802 bp2buf(myself, &b, "%s", NIL(f->match.berString)); in getMappingFormat()
806 bp2buf(myself, &b, "\""); in getMappingFormat()
809 bp2buf(myself, &b, "<unknown>"); in getMappingFormat()
813 val->val = am(myself, sizeof (val->val[0])); in getMappingFormat()
841 val = am(myself, sizeof (*val)); in getMappingFormat()
846 val->val = am(myself, sizeof (val->val[0])); in getMappingFormat()
851 val->val[0].value = sdup(myself, T, f->match.string); in getMappingFormat()
860 val = am(myself, sizeof (*val)); in getMappingFormat()
902 char *myself = "explodeValues"; in explodeValues() local
915 v = am(myself, sizeof (*v)); in explodeValues()
928 v->val = am(myself, nv * sizeof (v->val[0])); in explodeValues()
941 sbc2buf(myself, v1->val[i1].value, in explodeValues()
945 bc2buf(myself, v1->val[i1].value, in explodeValues()
949 sbc2buf(myself, v2->val[i2].value, in explodeValues()
953 bc2buf(myself, v2->val[i2].value, in explodeValues()
967 sbc2buf(myself, v1->val[i1].value, in explodeValues()
971 bc2buf(myself, v1->val[i1].value, in explodeValues()
975 sbc2buf(myself, v2->val[i2].value, in explodeValues()
979 bc2buf(myself, v2->val[i2].value, in explodeValues()
993 sbc2buf(myself, v1->val[i1].value, in explodeValues()
997 bc2buf(myself, v1->val[i1].value, in explodeValues()
1001 sbc2buf(myself, v2->val[i2].value, in explodeValues()
1005 bc2buf(myself, v2->val[i2].value, in explodeValues()
1019 sbc2buf(myself, v1->val[i1].value, in explodeValues()
1023 bc2buf(myself, v1->val[i1].value, in explodeValues()
1027 sbc2buf(myself, v2->val[i2].value, in explodeValues()
1031 bc2buf(myself, v2->val[i2].value, in explodeValues()
1130 char *myself = "getIndex"; in getIndex() local
1136 bp2buf(myself, &b, "["); in getIndex()
1144 bp2buf(myself, &b, ", "); in getIndex()
1145 bp2buf(myself, &b, "%s=", i->name[n]); in getIndex()
1148 bc2buf(myself, val->val[j].value, in getIndex()
1152 bp2buf(myself, &b, "<no-vals>"); in getIndex()
1156 bp2buf(myself, &b, "]"); in getIndex()
1166 char *myself = "getObjSpec"; in getObjSpec() local
1172 sbc2buf(myself, o->name, slen(o->name), &b); in getObjSpec()
1206 char *myself = "getSearchTriple"; in getSearchTriple() local
1216 sbc2buf(myself, s->base, slen(s->base), &b); in getSearchTriple()
1219 bp2buf(myself, &b, "?%s?", getScope(s->scope)); in getSearchTriple()
1228 a = am(myself, l+1); in getSearchTriple()
1237 sbc2buf(myself, a, la, &b); in getSearchTriple()
1240 sbc2buf(myself, s->attrs, slen(s->attrs), &b); in getSearchTriple()
1252 char *myself = "getMappingItem"; in getMappingItem() local
1265 val = am(myself, sizeof (*val)); in getMappingItem()
1272 bp2buf(myself, &b, "nis+:"); in getMappingItem()
1273 bp2buf(myself, &b, "%s", NIL(i->name)); in getMappingItem()
1276 bc2buf(myself, ":", 1, &b); in getMappingItem()
1277 sbc2buf(myself, buf, len, &b); in getMappingItem()
1283 val->val = am(myself, sizeof (val->val[0])); in getMappingItem()
1294 bp2buf(myself, &b, "ldap:"); in getMappingItem()
1295 bp2buf(myself, &b, "%s", NIL(i->name)); in getMappingItem()
1298 bc2buf(myself, ":", 1, &b); in getMappingItem()
1299 sbc2buf(myself, buf, len, &b); in getMappingItem()
1305 val->val = am(myself, sizeof (val->val[0])); in getMappingItem()
1315 p2buf(myself, "<unknown>:"); in getMappingItem()
1316 p2buf(myself, "%s", NIL(i->name)); in getMappingItem()
1325 char *myself = "copyObjSpec"; in copyObjSpec() local
1333 new->index.name = am(myself, old->index.numIndexes * in copyObjSpec()
1339 new->index.value = am(myself, old->index.numIndexes * in copyObjSpec()
1346 new->name = sdup(myself, T, old->name); in copyObjSpec()
1356 char *myself = "cloneObjSpec"; in cloneObjSpec() local
1358 __nis_obj_spec_t *new = am(myself, sizeof (*new)); in cloneObjSpec()
1386 char *myself = "copySearchTriple"; in copySearchTriple() local
1396 new->base = sdup(myself, T, old->base); in copySearchTriple()
1400 new->attrs = sdup(myself, T, old->attrs); in copySearchTriple()
1424 char *myself = "cloneSearchTriple"; in cloneSearchTriple() local
1426 __nis_search_triple_t *new = am(myself, sizeof (*new)); in cloneSearchTriple()
1476 char *myself = "cloneTripleOrObj"; in cloneTripleOrObj() local
1478 __nis_triple_or_obj_t *new = am(myself, sizeof (*new)); in cloneTripleOrObj()
1539 char *myself = "cloneItem"; in cloneItem() local
1544 new = am(myself, sizeof (*new)); in cloneItem()
1576 char *myself = "concatenateMappingItem"; in concatenateMappingItem() local
1581 new = am(myself, (numItems + 1) * sizeof (*new)); in concatenateMappingItem()
1605 char *myself = "concatenateValues"; in concatenateValues() local
1616 v = am(myself, sizeof (*v)); in concatenateValues()
1619 v->val = am(myself, n * sizeof (v->val[0])); in concatenateValues()
1644 v->val[v->numVals].value = am(myself, alen); in concatenateValues()
1760 char *myself = "scanMappingFormat"; in scanMappingFormat() local
1837 *val = am(myself, len + 1); in scanMappingFormat()
1854 myself, *val); in scanMappingFormat()
1860 myself, *val); in scanMappingFormat()
1867 myself, *val); in scanMappingFormat()
1873 "to %s", myself, *val, tmpstr); in scanMappingFormat()
2097 char *myself = "matchMappingItem"; in matchMappingItem() local
2126 v = am(myself, sizeof (v[0])); in matchMappingItem()
2129 v[0] = am(myself, sizeof (*v[0])); in matchMappingItem()
2143 v = am(myself, numItems * sizeof (v[0])); in matchMappingItem()
2147 v[n] = am(myself, sizeof (*v[n])); in matchMappingItem()
2158 v[n]->val = am(myself, inVal->numVals * sizeof (v[n]->val[0])); in matchMappingItem()
2405 char *myself = "getMappingElement"; in getMappingElement() local
2412 tv = am(myself, e->element.print.numSubElements * in getMappingElement()
2414 np_ldap_stat = am(myself, in getMappingElement()