| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| no-gnu-debuglink.exp | 44 set question "Load new symbol table from .*\? .y or n. " 45 gdb_test "file $binfile" "" "file command, again" $question "y"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| no-gnu-debuglink.exp | 44 set question "Load new symbol table from .*\? .y or n. " 45 gdb_test "file $binfile" "" "file command, again" $question "y"
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dso-utils.c | 41 dns_rr_t question; local 42 memset(&question, 0, sizeof(question)); 45 dns_rr_parse(&question, wire->data, wire_length - DNS_HEADER_SIZE, &offp, false, false)) 53 size_t namelen = dns_name_to_wire_canonical(towire.p, towire.lim - towire.p, question.name); 56 dns_u16_to_wire(&towire, question.type); 57 dns_u16_to_wire(&towire, question.qclass); 63 dns_name_free(question.name);
|
| dnssd-proxy.c | 126 typedef struct question question_t; 140 // query. In this case, we create the query, ask the question, generate a single DNS response, send it, and 186 answer_t *next; // List of answers to a question. 197 struct question { struct 200 dnssd_query_t *queries; // dnssd queries that are asking this question. 201 dnssd_txn_t *txn; // Subordinate DNSServiceRef for this question 203 answer_t *answers; // Answers this question has received. 204 int64_t start_time; // When this question was started. 205 int serviceFlags; // Service flags to use with this question. 226 int num_questions; // In case of a multi-question query, how many questions were aske 234 question_t *question; \/\/ Question asked by this query pointing to a cache entry. member in struct:dnssd_query 419 question_t *question = context; local 1165 question_t *question = query->question; local 2395 question_t *question = query->question; local 2647 question_t *question = query->question; local 2676 question_t *question = query->question; local 2843 question_t *question = query->question; local 2941 question_t *question = context; local 3072 question_t *question = query->question; local 3124 question_t *question = *questions; local 3247 question_t *question = query->question; local 3525 dns_rr_t question; local 3591 dns_rr_t question; local 3980 dns_rr_t question; local [all...] |
| probe-srp.c | 70 dns_wire_t question; member in struct:probe_state 187 INFO("datagram from " PRI_S_SRP " on port %d xid %x (question xid %x) rcode %d", connection->name, 188 ntohs(probe_state->connection->address.sin6.sin6_port), message->wire.id, probe_state->question.id, rcode); 191 INFO("datagram from " PRI_SEGMENTED_IPv6_ADDR_SRP " on port %d xid %x (question xid %x) rcode %d", 193 ntohs(probe_state->connection->address.sin6.sin6_port), message->wire.id, probe_state->question.id, rcode); 195 if (message->wire.id != probe_state->question.id) { 196 return; // not a response to the question we asked 260 // Send the question 263 iov.iov_base = &probe_state->question; 303 memset(&probe_state->question, 0, DNS_HEADER_SIZE) [all...] |
| dnssd-relay.c | 202 dp_dns_query(comm_t *comm, dns_rr_t *question) 205 dnssd_query_t *query = dp_query_generate(comm, question, false, &rcode); 217 // For DNS queries, we need to return the question. 227 TOWIRE_CHECK("TYPE", &query->towire, dns_u16_to_wire(&query->towire, question->type)); // TYPE 228 TOWIRE_CHECK("CLASS", &query->towire, dns_u16_to_wire(&query->towire, question->qclass)); // CLASS 230 ERROR("dp_dns_query: failure encoding question: " PUB_S_SRP, failnote); 247 query->question = comm->message; 265 dns_rr_t question; local 302 if (!dns_rr_parse(&question, comm->message->wire.data, comm->message->length, &offset, false, false)) { 306 dp_dns_query(comm, &question); [all...] |
| object-types.h | 62 OBJECT_TYPE(question)
|
| /src/external/bsd/libevent/dist/test/ |
| regress_testutils.c | 156 char *question; local 159 TT_DIE(("Only handling one question at a time; got %d", 162 question = req->questions[0]->name; 164 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) && 168 TT_DIE(("Unexpected question: '%s'", question)); 173 strtolower(question); 201 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr, 209 question, 1, &in6.s6_addr, 100);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_testutils.c | 155 char *question; local 158 TT_DIE(("Only handling one question at a time; got %d", 161 question = req->questions[0]->name; 163 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) && 167 TT_DIE(("Unexpected question: '%s'", question)); 172 strtolower(question); 200 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr, 208 question, 1, &in6.s6_addr, 100);
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNS.c | 163 // Question default timeout values 348 LogMemCorruption("Questions list: Duplicate Question %p should not have LocalSocket set %##s (%s)", q, q->qname.c, DNSTypeName(q->qtype)); 380 // A, AAAA , CNAME, or PTR. The caller should answer the question with this record and not send out 381 // the question on the wire if LocalOnlyRecordAnswersQuestion() also returns true. 403 // Depending on whether this is a multicast or unicast question we want to set either: 642 // Do not follow CNAME if the question asks for CNAME record. 662 // 1. The question is not DNSSEC question, or 663 // 2. The question is DNSSEC question and the CNAME being followed has been validated by DNSSEC 4768 DNSQuestion question; local 4816 DNSQuestion question; local [all...] |
| uDNS.h | 113 DNSServer *qDNSServer; // DNS server stolen from the question that created this server structure. 148 extern void GetZoneData_QuestionCallback(mDNS *m, DNSQuestion *question, const ResourceRecord *answer, 164 extern mStatus mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question); 165 extern mStatus mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question);
|
| /src/sbin/fsck_lfs/ |
| utilities.c | 85 reply(const char *question) 94 persevere = !strcmp(question, "CONTINUE"); 97 printf("%s? no\n\n", question); 101 printf("%s? yes\n\n", question); 105 printf("%s? [yn] ", question);
|
| /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/ |
| ans.pl | 156 my ($question) = $request->question; 157 my $qname = $question->qname; 158 my $qclass = $question->qclass; 159 my $qtype = $question->qtype;
|
| /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/ |
| ans.pl | 160 my ($question) = $request->question; 161 my $qname = $question->qname; 162 my $qclass = $question->qclass; 163 my $qtype = $question->qtype;
|
| /src/tests/usr.bin/indent/ |
| lsym_lparen_or_lbracket.c | 254 cond ? (question) : (5); 300 cond ? (question) : (5);
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| OperatorPrecedence.cpp | 53 case tok::question: return prec::Conditional;
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| lang-pascal | 22 question = '''Your command, please?'', asked the waiter.'; 27 writeln(question); 44 #: prog.question 62 #: prog.question
|
| /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans7/ |
| ans.pl | 59 my @questions = $packet->question;
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| ditch.pl | 76 my $q = new Net::DNS::Question($tokens[0], $tokens[1], "IN"); 78 $packet->push(question => $q);
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| check.py | 130 section_equal(res1.question, res2.question) 138 section_equal(res1.question, res2.question) 220 assert len(message.question) == 1, str(message)
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/ |
| ans.py | 46 qname = m.question[0].name.to_text() 47 rrtype = m.question[0].rdtype
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| demangle_tree.py | 22 question = line.find('?') 23 if question == -1: 26 open_paren = line.find('(', question) 32 mangled = line[question : open_paren]
|
| /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans6/ |
| ans.pl | 54 my @questions = $packet->question;
|
| /src/games/quiz/ |
| quiz.c | 230 char *answer, *t, question[LINE_SZ]; local 265 (void)strcpy(question, t); 277 (void)printf("%s?\n", question);
|
| /src/sbin/fsck_ext2fs/ |
| utilities.c | 110 reply(const char *question) 117 persevere = !strcmp(question, "CONTINUE"); 120 printf("%s? no\n\n", question); 124 printf("%s? yes\n\n", question); 128 printf("%s? [yn] ", question);
|