Searched defs:ljustflag (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zkt-ls.c | 82 int ljustflag = 0; variable 135 ljustflag = config->ljust; 230 ljustflag = !ljustflag; 344 fprintf (stderr, "\t-L%s\t print the domain name left justified (default: %s)\n", loptstr (", --leftjust", "\t"), ljustflag ? "on": "off");
|
H A D | dnssec-zkt.c | 81 int ljustflag = 0; variable 146 ljustflag = config->ljust; 266 ljustflag = !ljustflag; 469 fprintf (stderr, "\t-L%s\t print the domain name left justified (default: %s)\n", loptstr (", --leftjust", "\t"), ljustflag ? "on": "off");
|
H A D | zkt-keyman.c | 81 int ljustflag = 0; variable
|
Completed in 14 milliseconds