mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-18 11:28:52 -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 | ||
| arpaname.c | ||
| arpaname.rst | ||
| dnstap-read.c | ||
| dnstap-read.rst | ||
| Makefile.am | ||
| mdig.c | ||
| mdig.rst | ||
| named-journalprint.c | ||
| named-journalprint.rst | ||
| named-nzd2nzf.c | ||
| named-nzd2nzf.rst | ||
| named-rrchecker.c | ||
| named-rrchecker.rst | ||
| nsec3hash.c | ||
| nsec3hash.rst | ||