mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:29:59 -04:00
There were several methods how we used 'argv[0]'. Some programs had a static value, some programs did use isc_file_progname(), some programs stripped 'lt-' from the beginning of the name. And some used argv[0] directly. Unify the handling and all the variables into isc_commandline_progname that gets populated by the new isc_commandline_init(argc, argv) call. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| dig.c | ||
| dig.rst | ||
| dighost.c | ||
| dighost.h | ||
| host.c | ||
| host.rst | ||
| Makefile.am | ||
| nslookup.c | ||
| nslookup.rst | ||