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

12

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dquery-loc.c20 char ch; local
27 while ((ch = getopt (argc, argv, "vd:")) != EOF)
29 switch (ch)
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtp_test.c56 int ch; local
63 while ((ch = getopt(argc, argv, ":Z")) != -1) {
64 switch (ch) {
H A Dutils.c326 char ch; local
334 while ((cnt = read(fd, &ch, sizeof(ch))) == sizeof(ch) &&
335 ch != '\n') {
336 error = atf_dynstr_append_fmt(&temp, "%c", ch);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication_test.cpp54 int ch; local
61 while ((ch = ::getopt(argc, argv, ":Z")) != -1) {
62 switch (ch) {
H A Dapplication.cpp92 impl::option::option(char ch, argument
95 m_character(ch),
158 impl::app::process_option(int ch ATF_DEFS_ATTRIBUTE_UNUSED,
185 int ch; local
188 while ((ch = ::getopt(m_argc, m_argv, optstr.c_str())) != -1) {
189 switch (ch) {
203 process_option(ch, ::optarg);
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_app_opts_args.cpp77 h_app_opts_args::process_option(int ch, const char* arg) argument
79 switch (ch) {
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A Datf-config.cpp74 atf_config::process_option(int ch, const char* arg ATF_DEFS_ATTRIBUTE_UNUSED) argument
76 switch (ch) {
/bind-9.6-ESV-R11/bin/tests/
H A Dlog_test.c49 int ch, i, file_versions, stderr_line; local
68 while ((ch = isc_commandline_parse(argc, argv, "ms:r:")) != -1) {
69 switch (ch) {
H A Dbyaddr_test.c86 int ch; local
102 while ((ch = isc_commandline_parse(argc, argv, "nvw:")) != -1) {
103 switch (ch) {
H A Dname_test.c89 int ch; local
91 while ((ch = isc_commandline_parse(argc, argv, "acdiqs:w")) != -1) {
92 switch (ch) {
H A Drbt_test.c263 int length, ch; local
274 while ((ch = isc_commandline_parse(argc, argv, "m")) != -1) {
275 switch (ch) {
H A Dwire_test.c87 int ch; local
92 while ((ch = isc_commandline_parse(argc, argv, "pbsrt")) != -1) {
93 switch (ch) {
H A Dbyname_test.c205 int ch; local
222 while ((ch = isc_commandline_parse(argc, argv, "d:vw:")) != -1) {
223 switch (ch) {
H A Dsig0_test.c214 int ch; local
225 while ((ch = isc_commandline_parse(argc, argv, "vp:")) != -1) {
226 switch (ch) {
/bind-9.6-ESV-R11/lib/isc/
H A Dinet_pton.c84 int saw_digit, octets, ch; local
90 while ((ch = *src++) != '\0') {
93 if ((pch = strchr(digits, ch)) != NULL) {
106 } else if (ch == '.' && saw_digit) {
139 int ch, seen_xdigits; local
152 while ((ch = *src++) != '\0') {
155 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
156 pch = strchr((xdigits = xdigits_u), ch);
164 if (ch == ':') {
180 if (ch
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwinetpton.c83 int saw_digit, octets, ch; local
89 while ((ch = *src++) != '\0') {
92 if ((pch = strchr(digits, ch)) != NULL) {
103 } else if (ch == '.' && saw_digit) {
141 int ch, seen_xdigits; local
154 while ((ch = *src++) != '\0') {
157 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
158 pch = strchr((xdigits = xdigits_u), ch);
166 if (ch == ':') {
182 if (ch
[all...]
H A Dlwconfig.c134 int ch; local
136 ch = fgetc(fp);
137 while (ch != '\n' && ch != EOF)
138 ch = fgetc(fp);
140 return (ch);
151 int ch; local
153 ch = fgetc(fp);
154 while (ch != '\n' && ch !
172 int ch; local
[all...]
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c97 int ch; local
118 while ((ch = isc_commandline_parse(argc, argv,
121 switch (ch) {
H A Ddnssec-dsfromkey.c253 int ch; local
275 while ((ch = isc_commandline_parse(argc, argv,
277 switch (ch) {
H A Ddnssec-keygen.c141 int ch, rsa_exp = 0, generator = 0, param = 0; local
162 while ((ch = isc_commandline_parse(argc, argv,
165 switch (ch) {
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc-confgen.c142 int ch; local
168 while ((ch = isc_commandline_parse(argc, argv,
170 switch (ch) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Ddynstr.c224 atf_dynstr_init_rep(atf_dynstr_t *ad, size_t len, char ch) argument
240 memset(ad->m_data, ch, len);
311 atf_dynstr_rfind_ch(const atf_dynstr_t *ad, char ch) argument
315 for (pos = ad->m_length; pos > 0 && ad->m_data[pos - 1] != ch; pos--)
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp172 atf_run::process_option(int ch, const char* arg) argument
174 switch (ch) {
H A Dio_test.cpp61 char ch = 'A', chr; local
64 ATF_REQUIRE_EQ(ch, chr);
65 if (ch == 'Z')
66 ch = 'A';
68 ch++;
78 char ch = 'A'; local
80 os << ch; local
81 if (ch == 'Z')
82 ch = 'A';
84 ch
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c357 int ch; local
365 while ((ch = isc_commandline_parse(argc, argv,
368 switch (ch) {
497 ns_main_earlyfatal("parsing options returned %d", ch);

Completed in 36 milliseconds

12