Searched defs:ch (Results 1 - 25 of 52) sorted by relevance

123

/bind-9.11.3/unit/atf-src/atf-c/
H A Dtp_test.c52 int ch; local
59 while ((ch = getopt(argc, argv, ":Z")) != -1) {
60 switch (ch) {
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication_test.cpp50 int ch; local
57 while ((ch = ::getopt(argc, argv, ":Z")) != -1) {
58 switch (ch) {
H A Dapplication.cpp88 impl::option::option(char ch, argument
91 m_character(ch),
145 impl::app::process_option(int ch ATF_DEFS_ATTRIBUTE_UNUSED,
172 int ch; local
175 while ((ch = ::getopt(m_argc, m_argv, optstr.c_str())) != -1) {
176 switch (ch) {
185 process_option(ch, ::optarg);
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dh_app_opts_args.cpp76 h_app_opts_args::process_option(int ch, const char* arg) argument
78 switch (ch) {
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication_test.cpp54 int ch; local
61 while ((ch = ::getopt(argc, argv, ":Z")) != -1) {
62 switch (ch) {
H A Datf-config.cpp69 atf_config::process_option(int ch, const char* arg ATF_DEFS_ATTRIBUTE_UNUSED) argument
71 switch (ch) {
/bind-9.11.3/bin/named/win32/
H A Dntservice.c132 int rc, ch; local
136 while ((ch = isc_commandline_parse(argc, argv, NS_MAIN_ARGS)) != -1) {
137 switch (ch) {
/bind-9.11.3/lib/isc/
H A Dinet_pton.c75 int saw_digit, octets, ch; local
81 while ((ch = *src++) != '\0') {
84 if ((pch = strchr(digits, ch)) != NULL) {
98 } else if (ch == '.' && saw_digit) {
131 int ch, seen_xdigits; local
144 while ((ch = *src++) != '\0') {
147 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
148 pch = strchr((xdigits = xdigits_u), ch);
156 if (ch == ':') {
172 if (ch
[all...]
/bind-9.11.3/lib/lwres/
H A Dlwinetpton.c74 int saw_digit, octets, ch; local
80 while ((ch = *src++) != '\0') {
83 if ((pch = strchr(digits, ch)) != NULL) {
95 } else if (ch == '.' && saw_digit) {
133 int ch, seen_xdigits; local
146 while ((ch = *src++) != '\0') {
149 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
150 pch = strchr((xdigits = xdigits_u), ch);
158 if (ch == ':') {
174 if (ch
[all...]
H A Dlwconfig.c126 int ch; local
128 ch = fgetc(fp);
129 while (ch != '\n' && ch != EOF)
130 ch = fgetc(fp);
132 return (ch);
143 int ch; local
145 ch = fgetc(fp);
146 while (ch != '\n' && ch !
164 int ch; local
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssec-revoke.c86 int ch; local
109 while ((ch = isc_commandline_parse(argc, argv, "E:fK:rRhv:V")) != -1) {
110 switch (ch) {
H A Ddnssec-verify.c181 int ch; local
189 while ((ch = isc_commandline_parse(argc, argv, CMDLINE_FLAGS)) != -1) {
190 switch (ch) {
221 while ((ch = isc_commandline_parse(argc, argv, CMDLINE_FLAGS)) != -1) {
222 switch (ch) {
H A Ddnssec-dsfromkey.c353 int ch; local
382 while ((ch = isc_commandline_parse(argc, argv, OPTIONS)) != -1) {
383 switch (ch) {
/bind-9.11.3/bin/tests/
H A Dlog_test.c41 int ch, i, file_versions, stderr_line; local
60 while ((ch = isc_commandline_parse(argc, argv, "ms:r:")) != -1) {
61 switch (ch) {
H A Dwire_test.c110 int ch; local
116 while ((ch = isc_commandline_parse(argc, argv, CMDLINE_FLAGS)) != -1) {
117 switch (ch) {
138 while ((ch = isc_commandline_parse(argc, argv, CMDLINE_FLAGS)) != -1) {
139 switch (ch) {
H A Dbyaddr_test.c78 int ch; local
94 while ((ch = isc_commandline_parse(argc, argv, "nvw:")) != -1) {
95 switch (ch) {
H A Dname_test.c81 int ch; local
83 while ((ch = isc_commandline_parse(argc, argv, "acdiqs:w")) != -1) {
84 switch (ch) {
H A Drbt_test.c254 int length, ch; local
265 while ((ch = isc_commandline_parse(argc, argv, "m")) != -1) {
266 switch (ch) {
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-sh.cpp147 atf_sh::process_option(int ch, const char* arg) argument
149 switch (ch) {
/bind-9.11.3/lib/samples/
H A Dsample-request.c142 int ch, i, gaierror; local
152 while ((ch = isc_commandline_parse(argc, argv, "t:")) != -1) {
153 switch (ch) {
H A Dsample-async.c260 int ch; local
275 while ((ch = isc_commandline_parse(argc, argv, "s:t:")) != -1) {
276 switch (ch) {
/bind-9.11.3/bin/tools/
H A Ddnstap-read.c278 int rv = 0, ch; local
280 while ((ch = isc_commandline_parse(argc, argv, "mpy")) != -1) {
281 switch (ch) {
/bind-9.11.3/bin/confgen/
H A Dddns-confgen.c104 int ch; local
136 while ((ch = isc_commandline_parse(argc, argv,
138 switch (ch) {
H A Drndc-confgen.c120 int ch; local
148 while ((ch = isc_commandline_parse(argc, argv,
151 switch (ch) {
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Ddynstr.c220 atf_dynstr_init_rep(atf_dynstr_t *ad, size_t len, char ch) argument
236 memset(ad->m_data, ch, len);
307 atf_dynstr_rfind_ch(const atf_dynstr_t *ad, char ch) argument
311 for (pos = ad->m_length; pos > 0 && ad->m_data[pos - 1] != ch; pos--)

Completed in 40 milliseconds

123