Lines Matching defs:loptstr
342 # define loptstr(lstr, sstr) lstr
345 # define loptstr(lstr, sstr) sstr
365 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
367 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
369 fprintf (stderr, "\t-L file|dir%s", loptstr (", --logfile=file|dir\n", ""));
371 fprintf (stderr, "\t-V name%s", loptstr (", --view=name\n", ""));
373 fprintf (stderr, "\t-D dir%s", loptstr (", --directory=dir\n", ""));
375 fprintf (stderr, "\t-N file%s", loptstr (", --named-conf=file\n", ""));
377 fprintf (stderr, "\t-o zone%s", loptstr (", --origin=zone", ""));
380 fprintf (stderr, "\t-h%s\t print this help\n", loptstr (", --help", "\t"));
381 fprintf (stderr, "\t-f%s\t force re-signing\n", loptstr (", --force", "\t"));
382 fprintf (stderr, "\t-n%s\t no execution of external signing command\n", loptstr (", --noexec", "\t"));
383 // fprintf (stderr, "\t-r%s\t reload zone via <rndc reload zone> (or via the external distribution command)\n", loptstr (", --reload", "\t"));
384 fprintf (stderr, "\t-r%s\t reload zone via %s\n", loptstr (", --reload", "\t"), conf->dist_cmd ? conf->dist_cmd: "rndc");
385 fprintf (stderr, "\t-v%s\t be verbose (use twice to be very verbose)\n", loptstr (", --verbose", "\t"));