Searched refs:isc_commandline_parse (Results 1 - 25 of 31) sorted by relevance

12

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dcommandline.h46 isc_commandline_parse(int argc, char * const *argv, const char *options);
/bind-9.6-ESV-R11/lib/dns/
H A Dgen-unix.h48 #define isc_commandline_parse getopt macro
H A Dgen-win32.h102 isc_commandline_parse(int argc, char * const *argv, const char *options) { function
/bind-9.6-ESV-R11/lib/isc/
H A Dcommandline.c95 isc_commandline_parse(int argc, char * const *argv, const char *options) { function
/bind-9.6-ESV-R11/bin/tests/
H A Dlex_test.c84 while ((c = isc_commandline_parse(argc, argv, "qmcs")) != -1) {
H A Dsym_test.c53 while ((c = isc_commandline_parse(argc, argv, "tarc")) != -1) {
H A Dcompress_test.c59 while ((c = isc_commandline_parse(argc, argv, "rv")) != -1) {
H A Dbyaddr_test.c102 while ((ch = isc_commandline_parse(argc, argv, "nvw:")) != -1) {
H A Dlog_test.c68 while ((ch = isc_commandline_parse(argc, argv, "ms:r:")) != -1) {
H A Dname_test.c91 while ((ch = isc_commandline_parse(argc, argv, "acdiqs:w")) != -1) {
H A Dwire_test.c92 while ((ch = isc_commandline_parse(argc, argv, "pbsrt")) != -1) {
H A Dzone_test.c248 while ((c = isc_commandline_parse(argc, argv, "cdf:m:qsMS")) != EOF) {
H A Dbyname_test.c222 while ((ch = isc_commandline_parse(argc, argv, "d:vw:")) != -1) {
H A Drbt_test.c274 while ((ch = isc_commandline_parse(argc, argv, "m")) != -1) {
H A Dsig0_test.c225 while ((ch = isc_commandline_parse(argc, argv, "vp:")) != -1) {
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c118 while ((ch = isc_commandline_parse(argc, argv,
H A Ddnssec-dsfromkey.c275 while ((ch = isc_commandline_parse(argc, argv,
H A Ddnssec-keygen.c162 while ((ch = isc_commandline_parse(argc, argv,
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc-confgen.c168 while ((ch = isc_commandline_parse(argc, argv,
H A Drndc.c706 while ((ch = isc_commandline_parse(argc, argv, "b:c:hk:Mmp:s:Vy:"))
/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkzone.c158 while ((c = isc_commandline_parse(argc, argv,
H A Dnamed-checkconf.c458 while ((c = isc_commandline_parse(argc, argv, "dhjt:vz")) != EOF) {
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c138 while ((c = isc_commandline_parse(argc, argv, ":at:c:d:n:huxq:b:"))
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c612 while ((c = isc_commandline_parse(argc, argv, optstring)) != -1) {
676 while ((c = isc_commandline_parse(argc, argv, optstring)) != -1) {
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c365 while ((ch = isc_commandline_parse(argc, argv,

Completed in 33 milliseconds

12