Searched refs:loptstr (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-ls.c315 # define loptstr(lstr, sstr) lstr macro
318 # define loptstr(lstr, sstr) sstr macro
338 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
340 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
342 fprintf (stderr, "\t-h%s\t no headline or trusted-key section header/trailer in -T mode\n", loptstr (", --nohead", "\t"));
343 fprintf (stderr, "\t-d%s\t skip directory arguments\n", loptstr (", --directory", "\t"));
344 fprintf (stderr, "\t-L%s\t print the domain name left justified (default: %s)\n", loptstr (", --leftjust", "\t"), ljustflag ? "on": "off");
345 fprintf (stderr, "\t-l list%s", loptstr (", --label=\"list\"\n\t", ""));
347 fprintf (stderr, "\t-C[term]%s", loptstr (", --color[=\"term\"]\n\t", ""));
349 fprintf (stderr, "\t-p%s\t show path of keyfile / create key in current directory\n", loptstr (",
[all...]
H A Dzkt-conf.c307 # define loptstr(lstr, sstr) lstr macro
310 # define loptstr(lstr, sstr) sstr macro
325 fprintf (stderr, " -V name%s", loptstr (", --view=name\n", ""));
327 fprintf (stderr, " -d%s\tprint built-in default config parameter\n", loptstr (", --default", ""));
328 fprintf (stderr, " -s%s\tprint site wide config file parameter (this is the default)\n", loptstr (", --sitecfg", ""));
329 fprintf (stderr, " -l%s\tprint local config file parameter\n", loptstr (", --localcfg", ""));
330 fprintf (stderr, " -a%s\tprint all parameter not only the different one\n", loptstr (", --all", ""));
331 fprintf (stderr, " -c file%s", loptstr (", --config=file\n", ""));
333 fprintf (stderr, " -O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
335 fprintf (stderr, " -t%s\ttest the config parameter if they are useful \n", loptstr (",
[all...]
H A Ddnssec-zkt.c404 # define loptstr(lstr, sstr) lstr macro
407 # define loptstr(lstr, sstr) sstr macro
450 fprintf (stderr, "('%s -9%s' prints out a short description)\n", progname, loptstr ("|--ksk-rollover", ""));
463 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
465 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
467 fprintf (stderr, "\t-h%s\t no headline or trusted-key section header/trailer in -T mode\n", loptstr (", --nohead", "\t"));
468 fprintf (stderr, "\t-d%s\t skip directory arguments\n", loptstr (", --directory", "\t"));
469 fprintf (stderr, "\t-L%s\t print the domain name left justified (default: %s)\n", loptstr (", --leftjust", "\t"), ljustflag ? "on": "off");
471 fprintf (stderr, "\t-p%s\t show path of keyfile / create key in current directory\n", loptstr (", --path", "\t"));
472 fprintf (stderr, "\t-r%s\t recursive mode on/off (default: %s)\n", loptstr(",
[all...]
H A Dzkt-keyman.c335 # define loptstr(lstr, sstr) lstr macro
338 # define loptstr(lstr, sstr) sstr macro
366 fprintf (stderr, "('%s -9%s' prints out a brief description)\n", progname, loptstr ("|--ksk-rollover", ""));
379 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
381 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
383 fprintf (stderr, "\t-d%s\t skip directory arguments\n", loptstr (", --directory", "\t"));
384 fprintf (stderr, "\t-r%s\t recursive mode on/off (default: %s)\n", loptstr(", --recursive", "\t"), recflag ? "on": "off");
385 fprintf (stderr, "\t-F days%s=days\t set key lifetime\n", loptstr (", --setlifetime", "\t"));
386 fprintf (stderr, "\t-k%s\t key signing keys only\n", loptstr (", --ksk", "\t"));
387 fprintf (stderr, "\t-z%s\t zone signing keys only\n", loptstr (",
[all...]
H A Dzkt-signer.c342 # define loptstr(lstr, sstr) lstr macro
345 # define loptstr(lstr, sstr) sstr macro
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 (",
[all...]

Completed in 16 milliseconds