/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | tp_test.c | 52 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 D | application_test.cpp | 50 int ch; local 57 while ((ch = ::getopt(argc, argv, ":Z")) != -1) { 58 switch (ch) {
|
H A D | application.cpp | 88 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 D | h_app_opts_args.cpp | 76 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 D | application_test.cpp | 54 int ch; local 61 while ((ch = ::getopt(argc, argv, ":Z")) != -1) { 62 switch (ch) {
|
H A D | atf-config.cpp | 69 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 D | ntservice.c | 132 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 D | inet_pton.c | 75 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 D | lwinetpton.c | 74 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 D | lwconfig.c | 126 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 D | dnssec-revoke.c | 86 int ch; local 109 while ((ch = isc_commandline_parse(argc, argv, "E:fK:rRhv:V")) != -1) { 110 switch (ch) {
|
H A D | dnssec-verify.c | 181 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 D | dnssec-dsfromkey.c | 353 int ch; local 382 while ((ch = isc_commandline_parse(argc, argv, OPTIONS)) != -1) { 383 switch (ch) {
|
/bind-9.11.3/bin/tests/ |
H A D | log_test.c | 41 int ch, i, file_versions, stderr_line; local 60 while ((ch = isc_commandline_parse(argc, argv, "ms:r:")) != -1) { 61 switch (ch) {
|
H A D | wire_test.c | 110 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 D | byaddr_test.c | 78 int ch; local 94 while ((ch = isc_commandline_parse(argc, argv, "nvw:")) != -1) { 95 switch (ch) {
|
H A D | name_test.c | 81 int ch; local 83 while ((ch = isc_commandline_parse(argc, argv, "acdiqs:w")) != -1) { 84 switch (ch) {
|
H A D | rbt_test.c | 254 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 D | atf-sh.cpp | 147 atf_sh::process_option(int ch, const char* arg) argument 149 switch (ch) {
|
/bind-9.11.3/lib/samples/ |
H A D | sample-request.c | 142 int ch, i, gaierror; local 152 while ((ch = isc_commandline_parse(argc, argv, "t:")) != -1) { 153 switch (ch) {
|
H A D | sample-async.c | 260 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 D | dnstap-read.c | 278 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 D | ddns-confgen.c | 104 int ch; local 136 while ((ch = isc_commandline_parse(argc, argv, 138 switch (ch) {
|
H A D | rndc-confgen.c | 120 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 D | dynstr.c | 220 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--)
|