Searched defs:place (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dcommandline.c96 static char *place = ENDOPT; local
105 if (isc_commandline_reset || *place == '\0') {
115 *(place = argv[isc_commandline_index]) != '-') {
119 place = ENDOPT;
123 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
129 place = ENDOPT;
134 isc_commandline_option = *place++;
143 if (*place
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dgen-win32.h103 static char *place = ENDOPT; local
110 if (isc_commandline_reset || *place == '\0') {
117 *(place = argv[isc_commandline_index]) != '-') {
121 place = ENDOPT;
125 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
131 place = ENDOPT;
136 isc_commandline_option = *place++;
145 if (*place
[all...]

Completed in 6 milliseconds