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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dzkt-ls.c317 # define loptstr(lstr, sstr) lstr macro
320 # define loptstr(lstr, sstr) sstr macro
340 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
342 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
344 fprintf (stderr, "\t-h%s\t no headline or trusted-key section header/trailer in -T mode\n", loptstr (", --nohead", "\t"));
345 fprintf (stderr, "\t-d%s\t skip directory arguments\n", loptstr (", --directory", "\t"));
346 fprintf (stderr, "\t-L%s\t print the domain name left justified (default: %s)\n", loptstr (", --leftjust", "\t"), ljustflag ? "on": "off");
347 fprintf (stderr, "\t-l list%s", loptstr (", --label=\"list\"\n\t", ""));
349 fprintf (stderr, "\t-C[term]%s", loptstr (", --color[=\"term\"]\n\t", ""));
351 fprintf (stderr, "\t-p%s\t show path of keyfile / create key in current directory\n", loptstr (",
[all...]
H A Dzkt-conf.c309 # define loptstr(lstr, sstr) lstr macro
312 # define loptstr(lstr, sstr) sstr macro
327 fprintf (stderr, " -V name%s", loptstr (", --view=name\n", ""));
329 fprintf (stderr, " -d%s\tprint built-in default config parameter\n", loptstr (", --default", ""));
330 fprintf (stderr, " -s%s\tprint site wide config file parameter (this is the default)\n", loptstr (", --sitecfg", ""));
331 fprintf (stderr, " -l%s\tprint local config file parameter\n", loptstr (", --localcfg", ""));
332 fprintf (stderr, " -a%s\tprint all parameter not only the different one\n", loptstr (", --all", ""));
333 fprintf (stderr, " -c file%s", loptstr (", --config=file\n", ""));
335 fprintf (stderr, " -O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
337 fprintf (stderr, " -t%s\ttest the config parameter if they are useful \n", loptstr (",
[all...]
H A Ddnssec-zkt.c406 # define loptstr(lstr, sstr) lstr macro
409 # define loptstr(lstr, sstr) sstr macro
452 fprintf (stderr, "('%s -9%s' prints out a short description)\n", progname, loptstr ("|--ksk-rollover", ""));
465 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
467 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
469 fprintf (stderr, "\t-h%s\t no headline or trusted-key section header/trailer in -T mode\n", loptstr (", --nohead", "\t"));
470 fprintf (stderr, "\t-d%s\t skip directory arguments\n", loptstr (", --directory", "\t"));
471 fprintf (stderr, "\t-L%s\t print the domain name left justified (default: %s)\n", loptstr (", --leftjust", "\t"), ljustflag ? "on": "off");
473 fprintf (stderr, "\t-p%s\t show path of keyfile / create key in current directory\n", loptstr (", --path", "\t"));
474 fprintf (stderr, "\t-r%s\t recursive mode on/off (default: %s)\n", loptstr(",
[all...]
H A Dzkt-keyman.c337 # define loptstr(lstr, sstr) lstr macro
340 # define loptstr(lstr, sstr) sstr macro
368 fprintf (stderr, "('%s -9%s' prints out a brief description)\n", progname, loptstr ("|--ksk-rollover", ""));
381 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
383 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
385 fprintf (stderr, "\t-d%s\t skip directory arguments\n", loptstr (", --directory", "\t"));
386 fprintf (stderr, "\t-r%s\t recursive mode on/off (default: %s)\n", loptstr(", --recursive", "\t"), recflag ? "on": "off");
387 fprintf (stderr, "\t-F days%s=days\t set key lifetime\n", loptstr (", --setlifetime", "\t"));
388 fprintf (stderr, "\t-k%s\t key signing keys only\n", loptstr (", --ksk", "\t"));
389 fprintf (stderr, "\t-z%s\t zone signing keys only\n", loptstr (",
[all...]
H A Dzkt-signer.c344 # define loptstr(lstr, sstr) lstr macro
347 # define loptstr(lstr, sstr) sstr macro
367 fprintf (stderr, "\t-c file%s", loptstr (", --config=file\n", ""));
369 fprintf (stderr, "\t-O optstr%s", loptstr (", --config-option=\"optstr\"\n", ""));
371 fprintf (stderr, "\t-L file|dir%s", loptstr (", --logfile=file|dir\n", ""));
373 fprintf (stderr, "\t-V name%s", loptstr (", --view=name\n", ""));
375 fprintf (stderr, "\t-D dir%s", loptstr (", --directory=dir\n", ""));
377 fprintf (stderr, "\t-N file%s", loptstr (", --named-conf=file\n", ""));
379 fprintf (stderr, "\t-o zone%s", loptstr (", --origin=zone", ""));
382 fprintf (stderr, "\t-h%s\t print this help\n", loptstr (",
[all...]

Completed in 105 milliseconds