Lines Matching refs:myself
37 char *myself = "printMappingFormat";
43 c2buf(myself, val->val[i].value, val->val[i].length);
51 char *myself = "printMappingFormatArray";
58 p2buf(myself, "\"");
60 sc2buf(myself, val->val[i].value,
64 p2buf(myself, "<illegal>");
68 p2buf(myself, "<novals>");
76 char *myself = "printIndex";
78 sc2buf(myself, str, len);
86 char *myself = "printObjSpec";
88 sc2buf(myself, str, len);
96 char *myself = "printSearchTriple";
98 sc2buf(myself, str, len);
106 char *myself = "printMappingItem";
112 p2buf(myself, "(");
114 c2buf(myself, val->val[j].value, val->val[j].length);
117 p2buf(myself, ")");
125 char *myself = "printMappingSubElement";
132 p2buf(myself, "(");
135 p2buf(myself, ", ");
139 p2buf(myself, ", \"%c\"", e->element.print.elide);
141 p2buf(myself, ")");
144 p2buf(myself, "(");
146 p2buf(myself, ", \"%c\")", e->element.split.delim);
149 p2buf(myself, "<me_match>");
152 p2buf(myself, "(");
154 p2buf(myself, ", ");
156 p2buf(myself, ")");
159 p2buf(myself, "(<unknown>)");
168 char *myself = "printMappingElement";
175 p2buf(myself, "(");
178 p2buf(myself, ", ");
183 p2buf(myself, ", \"%c\"", e->element.print.elide);
185 p2buf(myself, ")");
188 p2buf(myself, "(");
190 p2buf(myself, ", \"%c\")", e->element.split.delim);
193 p2buf(myself, "(");
196 p2buf(myself, ", ");
199 p2buf(myself, ")");
202 p2buf(myself, "(");
204 p2buf(myself, ", ");
206 p2buf(myself, ")");
209 p2buf(myself, "(<unknown>)");
217 char *myself = "printMappingRLHS";
220 p2buf(myself, "(");
225 p2buf(myself, ")");
232 char *myself = "printMappingRule";
235 p2buf(myself, "=");
241 char *myself = "printObjName";
244 p2buf(myself, "%s", NIL(name));
249 char *myself = "printobjectDN";
252 p2buf(myself, "\t");
254 p2buf(myself, ":\n\t");
258 p2buf(myself, ":\n\t\talways");
261 p2buf(myself, ":\n\t\tdbid=%s\n", NIL(o->dbIdName));
263 p2buf(myself, "\t\t\t");
268 p2buf(myself, ":\n\t\tnever");
271 p2buf(myself, ":\n\t\t<unknown>");
279 char *myself = "printTableMapping";
281 p2buf(myself, "\n%s:", NIL(t->dbId));
283 p2buf(myself, "\n\t%s \t%s", NIL(t->objName), NIL(t->objPath));
284 p2buf(myself, "\n\tTTL = (%d - %d) -> %d\n",
289 p2buf(myself, "\n");
292 p2buf(myself, "\tLDAP -> NIS+\n");
293 p2buf(myself, "\tRules:\n");
295 p2buf(myself, "\t\t");
297 p2buf(myself, "\n");
300 p2buf(myself, "\tNIS+ -> LDAP\n");
301 p2buf(myself, "\tRules:\n");
303 p2buf(myself, "\t\t");
305 p2buf(myself, "\n");
313 char *myself = "printRuleValue";
319 bp2buf(myself, &b, "Columns:\n");
321 bp2buf(myself, &b, "\t%s", NIL(rv->colName[i]));
323 bp2buf(myself, &b, "=");
325 sbc2buf(myself,
329 bc2buf(myself,
332 bp2buf(myself, &b, "\n");
334 bp2buf(myself, &b, "\n");
336 bp2buf(myself, &b, "\t\t");
338 sbc2buf(myself,
343 bc2buf(myself,
347 bp2buf(myself, &b, "\n");
354 bp2buf(myself, &b, "Attributes:\n");
356 bp2buf(myself, &b, "\t%s", NIL(rv->attrName[i]));
358 bp2buf(myself, &b, "=");
360 sbc2buf(myself,
365 bc2buf(myself,
369 bp2buf(myself, &b, "\n");
371 bp2buf(myself, &b, "\n");
373 bp2buf(myself, &b, "\t\t");
375 sbc2buf(myself,
380 bc2buf(myself,
384 bp2buf(myself, &b, "\n");
390 c2buf(myself, b.buf, b.len);
399 char *myself = "printLdapMod";
418 bp2buf(myself, b, "%s: %s\n", s, m->mod_type);
424 bp2buf(myself, b, "\t%s\n", *v);
433 bp2buf(myself, b, "\t<ber> %d bytes\n",
461 char *myself = "printObjAttr";
466 p2buf(myself, "\tzo_owner = %s\n", NIL(attr->zo_owner));
467 p2buf(myself, "\tzo_group = %s\n", NIL(attr->zo_group));
468 p2buf(myself, "\tzo_domain = %s\n", NIL(attr->zo_domain));
469 p2buf(myself, "\tzo_access = ");
470 printObjRights(myself, &attr->zo_access);
471 p2buf(myself, " (0x%08x)\n", attr->zo_access);
472 p2buf(myself, "\tzo_ttl = %d\n", attr->zo_ttl);