HomeSort by: relevance | last modified time | path
    Searched defs:query (Results 1 - 25 of 153) sorted by relevancy

1 2 3 4 5 6 7

  /src/games/robots/
query.c 1 /* $NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $ */
35 static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $");
45 * query:
49 query(const char *prompt) function
  /src/external/gpl3/gcc/dist/gcc/
vr-values.h 23 #include "value-query.h"
32 simplify_using_ranges (range_query *query = NULL,
72 class range_query *query; member in class:simplify_using_ranges
gimple-range-fold.h 33 // Fold stmt S into range R using range query Q.
35 // Recalculate stmt S into R using range query Q as if it were on edge ON_EDGE.
101 inline range_query *query () { return m_query; } function in class:fur_source
  /src/lib/libc/arch/arm/misc/
arm_initfini.c 69 struct sysctlnode query, md[64]; local
76 memset(&query, 0, sizeof(query));
77 query.sysctl_flags = SYSCTL_VERSION;
79 if (sysctl(mib, 2, md, &len, &query, sizeof(query)) == -1)
  /src/external/bsd/kyua-cli/dist/cli/
cmd_db_exec_test.cpp 67 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
68 ATF_REQUIRE(query.step());
69 ATF_REQUIRE_EQ(exp_value, cli::format_cell(query, 0));
70 ATF_REQUIRE(!query.step());
124 sqlite::statement query = db.create_statement( local
126 ATF_REQUIRE_EQ("c1,c2,c3bis", cli::format_headers(query));
146 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
147 query.step();
150 cli::format_row(query));
  /src/external/bsd/kyua-cli/dist/store/
dbtypes_test.cpp 69 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
70 ATF_REQUIRE(query.step());
71 ATF_REQUIRE(column(query, "column") == value);
72 ATF_REQUIRE(!query.step());
95 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
96 ATF_REQUIRE(query.step());
98 column(query, "column"));
99 ATF_REQUIRE(!query.step());
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_resolve.c 91 static VSTRING *query; local
101 if (query == 0) {
102 query = vstring_alloc(10);
125 rewrite_clnt_internal(MAIL_ATTR_RWR_LOCAL, addr, query);
126 resolve_clnt_query_from(STR(sender_buf), STR(query), reply);
  /src/external/mpl/bind/dist/bin/tests/system/ssutoctou/
tests_ssutoctou.py 27 import dns.query namespace
55 dns.query.tcp(up, ip, port=port, timeout=2)
102 msg = isctest.query.create("ns.example.", "A")
103 res = isctest.query.udp(msg, "10.53.0.1")
  /src/external/mpl/bind/dist/bin/tests/system/tsig/
tests_badtime.py 18 import dns.query namespace
65 dns.query.send_tcp(sock, wire, timeout())
67 dns.query.receive_tcp(sock, timeout(), keyring=keyring)
  /src/external/mpl/bind/dist/bin/tests/system/optout/
tests_optout.py 18 import dns.query namespace
51 msg = isctest.query.create(qname, qtype)
52 query_func = isctest.query.tcp if tcp else isctest.query.udp
59 dns.query.inbound_xfr(
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_py/
tests_rrsig_labels_signer.py 28 import isctest.query namespace
72 msg = isctest.query.create("www.attacker.rrsig-labels-signer", "A")
73 res = isctest.query.udp(msg, ns9.ip)
112 isctest.query.udp(
113 isctest.query.create("www.attacker.rrsig-labels-signer", "A"), ns9.ip
115 isctest.query.udp(
116 isctest.query.create("seed.unsigned.rrsig-labels-signer", "A"), ns9.ip
119 res = isctest.query.udp(
120 isctest.query.create("www.rrsig-labels-signer", "A"), ns9.ip
tests_delegationtrap.py 15 secure delegations so that a single query forces the resolver to build a
18 complexity attack -- a low query rate turns into a large amount of
26 must resolve -- so the chain exhausts the recursion-query budget after
27 ~25 labels and the deep query is terminated with SERVFAIL.
32 as secure, and a deep chain is stopped by the recursion-query budget
51 import isctest.query namespace
60 # max-recursion-queries budget allows, so the recursion-query limit stops it.
93 Its chain of trust is short (well under the query budget), so the
97 msg = isctest.query.create("leaf.attack.delegationtrap", "A")
98 res = isctest.query.udp(msg, ns9.ip
    [all...]
  /src/external/gpl2/groff/dist/src/include/
search.h 53 linear_searcher(const char *query, int query_len,
64 char *query; member in class:search_list_iterator
67 search_list_iterator(search_list *, const char *query);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-fold.h 33 // Fold stmt S into range R using range query Q.
35 // Recalculate stmt S into R using range query Q as if it were on edge ON_EDGE.
124 inline range_query *query () { return m_query; } function in class:fur_source
vr-values.h 24 #include "value-query.h"
33 simplify_using_ranges (range_query *query = NULL,
37 { query = q; m_not_executable_flag = not_executable_flag; }
87 class range_query *query; member in class:simplify_using_ranges
  /src/external/ibm-public/postfix/dist/src/global/
verify_clnt.c 218 static void query(char *query, VSTRING *buf) function
222 switch (verify_clnt_query(query, &status, buf)) {
237 static void update(char *query)
241 char *cp = query;
254 switch (verify_clnt_update(query, atoi(status_text), cp)) {
300 if (strcmp(command, "query") == 0)
301 query(cp, buffer);
  /src/external/ibm-public/postfix/dist/src/util/
dict_nisplus.c 68 char *template; /* parsed query template */
104 * This NIS client always quotes the entire query string (the value part of
123 static VSTRING *query; local
137 query = vstring_alloc(100);
176 * Plug the key into the query template, which typically looks something
181 * names such as [x=y],a.b.c. Our query length is limited because Postfix
184 vstring_sprintf(query, dict_nisplus->template, STR(quoted_key));
185 reply = nis_list(STR(query), FOLLOW_LINKS | FOLLOW_PATH, NULL, NULL);
210 msg_info("%s: %s, column %d -> %s", myname, STR(query),
231 msg_info("%s: not found: query %s", myname, STR(query))
    [all...]
dict_ni.c 81 char *query; local
93 query = mymalloc(strlen(path) + strlen(key_prop) + 3 + strlen(key_value));
94 sprintf(query, "%s/%s=%s", path, key_prop, key_value);
101 if (ni_pathsearch(domain, &dir, query) == NI_OK
143 myfree(query);
  /src/external/mpl/bind/dist/bin/tests/system/xferquota/
tests_xferquota.py 23 import dns.query namespace
71 axfr_msg = isctest.query.create("zone000099.example.", "AXFR")
72 a_msg = isctest.query.create("a.changing.", "A")
75 ns1response = isctest.query.tcp(msg, "10.53.0.1")
76 ns2response = isctest.query.tcp(msg, "10.53.0.2")
96 dns.query.tcp(msg, "10.53.0.3", port=port, timeout=2, source="10.53.0.1")
117 dns.query.inbound_xfr(
  /src/lib/libc/locale/
setlocale_local.h 60 char query[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)]; member in struct:_locale
  /src/sys/kern/
subr_hash.c 193 bool fill, query; local
216 /* Can't QUERY one hash without supplying the hash name. */
219 query = true;
225 query = false;
231 if (query && (strcmp(hash->hs_name, queryname) != 0)) {
249 if (query && written == 0) /* query not found? */
  /src/usr.sbin/btdevctl/
btdevctl.c 67 int ch, query, verbose, attach, detach, set, none; local
73 query = false;
123 query = true;
154 if (dev == NULL || query == true) {
156 printf("Performing SDP query for service '%s'..\n", service);
212 "\t-q force SDP query\n"
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRegMatrix.cpp 62 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]);
73 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't
178 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR, function in class:LiveRegMatrix
180 LiveIntervalUnion::Query &Q = Queries[RegUnit];
201 return query(LR, Unit).checkInterference();
221 // checkInterference overload is called twice, without any other query()
223 // the cached query - the LR address seen the second time may well be the
226 // this query.
228 // FIXME: the usability of the Query API needs to be improved to avoi
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libbib/
search.cpp 86 : list(p), ptr(p->list), iter(0), query(strsave(q)),
95 a_delete query; local
103 iter = ptr->make_search_item_iterator(query);
  /src/external/ibm-public/postfix/dist/src/dnsblog/
dnsblog.c 22 /* query arguments plus an address list with the resulting IP
24 /* Otherwise it replies with the query arguments plus an empty
136 static VSTRING *query; variable
146 /* static void dnsblog_query - query DNSBL for client address */
166 VSTRING_RESET(query);
181 vstring_sprintf_append(query, "%x.%x.",
194 vstring_strcat(query, octets->argv[i]);
195 vstring_strcat(query, ".");
201 * Tack on the RBL domain name and query the DNS for an A record.
203 vstring_strcat(query, dnsbl_domain)
    [all...]

Completed in 32 milliseconds

1 2 3 4 5 6 7