Searched refs:isc_commandline_parse (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | commandline.h | 42 isc_commandline_parse(int argc, char *const *argv, const char *options);
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | commandline.h | 43 isc_commandline_parse(int argc, char *const *argv, const char *options);
|
/netbsd-src/external/mpl/bind/dist/bin/tests/ |
H A D | wire_test.c | 120 while ((ch = isc_commandline_parse(argc, argv, CMDLINE_FLAGS)) != -1) { in main() 144 while ((ch = isc_commandline_parse(argc, argv, CMDLINE_FLAGS)) != -1) { in main()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | gen-unix.h | 45 #define isc_commandline_parse getopt macro
|
H A D | gen-win32.h | 94 isc_commandline_parse(int argc, char *const *argv, const char *options) { in isc_commandline_parse() function
|
H A D | gen.c | 574 while ((c = isc_commandline_parse(argc, argv, "cdits:F:P:S:")) != -1) { in main()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | commandline.c | 84 isc_commandline_parse(int argc, char *const *argv, const char *options) { 85 isc_commandline_parse(int argc, char *const *argv, const char *options) { isc_commandline_parse() function
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | named-journalprint.c | 81 while ((ch = isc_commandline_parse(argc, argv, "c:dux")) != -1) { in main()
|
H A D | nsec3hash.c | 166 while ((ch = isc_commandline_parse(argc, argv, "-r")) != -1) { in main()
|
H A D | named-rrchecker.c | 106 while ((c = isc_commandline_parse(argc, argv, "ho:puCPT")) != -1) { in main()
|
H A D | dnstap-read.c | 347 while ((ch = isc_commandline_parse(argc, argv, "mptxy")) != -1) { in main()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | commandline.c | 85 isc_commandline_parse(int argc, char *const *argv, const char *options) { in isc_commandline_parse() function
|
/netbsd-src/external/mpl/dhcp/dist/tests/ |
H A D | t_api.c | 62 #define isc_commandline_parse getopt macro 182 while ((c = isc_commandline_parse(argc, argv, ":at:c:d:n:huxq:b:")) in main()
|