Lines Matching defs:myself

34 	const char	*myself = "printMappingFormat";
40 c2buf(myself, val->val[i].value, val->val[i].length);
48 const char *myself = "printMappingFormatArray";
55 p2buf(myself, "\"");
57 sc2buf(myself, val->val[i].value,
61 p2buf(myself, "<illegal>");
65 p2buf(myself, "<novals>");
73 const char *myself = "printIndex";
75 sc2buf(myself, str, len);
83 const char *myself = "printObjSpec";
85 sc2buf(myself, str, len);
93 const char *myself = "printSearchTriple";
95 sc2buf(myself, str, len);
103 const char *myself = "printMappingItem";
109 p2buf(myself, "(");
111 c2buf(myself, val->val[j].value, val->val[j].length);
114 p2buf(myself, ")");
122 const char *myself = "printMappingSubElement";
129 p2buf(myself, "(");
132 p2buf(myself, ", ");
136 p2buf(myself, ", \"%c\"", e->element.print.elide);
138 p2buf(myself, ")");
141 p2buf(myself, "(");
143 p2buf(myself, ", \"%c\")", e->element.split.delim);
146 p2buf(myself, "<me_match>");
149 p2buf(myself, "(");
151 p2buf(myself, ", ");
153 p2buf(myself, ")");
156 p2buf(myself, "(<unknown>)");
165 const char *myself = "printMappingElement";
172 p2buf(myself, "(");
175 p2buf(myself, ", ");
180 p2buf(myself, ", \"%c\"", e->element.print.elide);
182 p2buf(myself, ")");
185 p2buf(myself, "(");
187 p2buf(myself, ", \"%c\")", e->element.split.delim);
190 p2buf(myself, "(");
193 p2buf(myself, ", ");
196 p2buf(myself, ")");
199 p2buf(myself, "(");
201 p2buf(myself, ", ");
203 p2buf(myself, ")");
206 p2buf(myself, "(<unknown>)");
214 const char *myself = "printMappingRLHS";
217 p2buf(myself, "(");
222 p2buf(myself, ")");
229 const char *myself = "printMappingRule";
232 p2buf(myself, "=");
238 const char *myself = "printObjName";
241 p2buf(myself, "%s", NIL(name));
246 const char *myself = "printobjectDN";
249 p2buf(myself, "\t");
251 p2buf(myself, ":\n\t");
255 p2buf(myself, ":\n\t\talways");
258 p2buf(myself, ":\n\t\tdbid=%s\n", NIL(o->dbIdName));
260 p2buf(myself, "\t\t\t");
265 p2buf(myself, ":\n\t\tnever");
268 p2buf(myself, ":\n\t\t<unknown>");
276 const char *myself = "printTableMapping";
278 p2buf(myself, "\n%s:", NIL(t->dbId));
280 p2buf(myself, "\n\t%s \t%s", NIL(t->objName), NIL(t->objPath));
281 p2buf(myself, "\n\tTTL = (%d - %d) -> %d\n",
286 p2buf(myself, "\n");
289 p2buf(myself, "\tLDAP -> NIS+\n");
290 p2buf(myself, "\tRules:\n");
292 p2buf(myself, "\t\t");
294 p2buf(myself, "\n");
297 p2buf(myself, "\tNIS+ -> LDAP\n");
298 p2buf(myself, "\tRules:\n");
300 p2buf(myself, "\t\t");
302 p2buf(myself, "\n");
310 const char *myself = "printRuleValue";
316 bp2buf(myself, &b, "Columns:\n");
318 bp2buf(myself, &b, "\t%s", NIL(rv->colName[i]));
320 bp2buf(myself, &b, "=");
322 sbc2buf(myself,
326 bc2buf(myself,
329 bp2buf(myself, &b, "\n");
331 bp2buf(myself, &b, "\n");
333 bp2buf(myself, &b, "\t\t");
335 sbc2buf(myself,
340 bc2buf(myself,
344 bp2buf(myself, &b, "\n");
351 bp2buf(myself, &b, "Attributes:\n");
353 bp2buf(myself, &b, "\t%s", NIL(rv->attrName[i]));
355 bp2buf(myself, &b, "=");
357 sbc2buf(myself,
362 bc2buf(myself,
366 bp2buf(myself, &b, "\n");
368 bp2buf(myself, &b, "\n");
370 bp2buf(myself, &b, "\t\t");
372 sbc2buf(myself,
377 bc2buf(myself,
381 bp2buf(myself, &b, "\n");
387 c2buf(myself, b.buf, b.len);
396 const char *myself = "printLdapMod";
415 bp2buf(myself, b, "%s: %s\n", s, m->mod_type);
421 bp2buf(myself, b, "\t%s\n", *v);
430 bp2buf(myself, b, "\t<ber> %d bytes\n",
458 const char *myself = "printObjAttr";
463 p2buf(myself, "\tzo_owner = %s\n", NIL(attr->zo_owner));
464 p2buf(myself, "\tzo_group = %s\n", NIL(attr->zo_group));
465 p2buf(myself, "\tzo_domain = %s\n", NIL(attr->zo_domain));
466 p2buf(myself, "\tzo_access = ");
467 printObjRights(myself, &attr->zo_access);
468 p2buf(myself, " (0x%08x)\n", attr->zo_access);
469 p2buf(myself, "\tzo_ttl = %d\n", attr->zo_ttl);