Lines Matching refs:printf
46 printf("missing name argument\n");
67 printf("out of memory!\n");
78 printf("dns_name_fromtext(%s) failed: %s\n",
107 printf("%.*s", (int)target.used, (char *)target.base);
131 printf("checking chain information for ");
133 printf("\n");
140 printf(" found exact.");
144 printf(" found parent.");
147 printf(" name not found.");
150 printf(" unexpected result: %s\n", dns_result_totext(result));
155 printf(" data at node: ");
158 printf(" no data at node.");
161 printf("\n name from dns_rbt_findnode: ");
168 printf("\n name from dns_rbtnodechain_current: ");
175 printf("%s\n", dns_result_totext(result));
176 printf("\n (foundname = ");
178 printf(", origin = ");
180 printf(")\n");
182 printf(" nodes returned from each function "
186 printf("\n result from dns_rbtnodechain_current: %s\n",
189 printf(" level_matches = %d, level_count = %d\n",
209 printf("iterating forward\n" );
216 printf("iterating backward\n" );
224 printf("start not found!\n");
229 printf(" new origin: ");
231 printf("\n");
237 printf("\n");
241 printf("UNEXEPCTED ITERATION ERROR: %s",
254 printf("... %s\n", dns_result_totext(r));
287 printf("Usage: %s [-m]\n", progname);
300 printf("isc_mem_create: %s: exiting\n",
307 printf("dns_rbt_create: %s: exiting\n",
318 printf("line to long (%lu max), ignored\n",
341 printf("adding name %s\n", arg);
350 printf("deleting name %s\n", arg);
360 printf("nuking name %s "
371 printf("searching for name %s ... ",
384 printf("found exact: ");
389 printf("found parent: ");
391 printf("\n\t(foundname: ");
393 printf(")\n");
396 printf("NOT FOUND!\n");
399 printf("OUT OF MEMORY!\n");
402 printf("UNEXPECTED RESULT\n");
436 printf("usage: print\n");
442 printf("usage: quit\n");
444 printf("a(dd) NAME, d(elete) NAME, "