Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dproperty_test.c422 } queries[] = { in test_property() local
456 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
461 queries[i].nid, queries[i].prop, in test_property()
463 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property()
473 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
477 if (queries[i].prov == &fake_prov1) { in test_property()
479 queries[i].nid, in test_property()
480 queries[i].prop, in test_property()
483 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property()
490 queries[i].nid, in test_property()
[all …]
/netbsd/src/usr.bin/xlint/lint1/
Derr.c732 static const char *queries[] = { variable
764 bool is_query_enabled[sizeof(queries) / sizeof(queries[0])];
778 (void)vfprintf(out, queries[query_id], ap);
792 id >= sizeof(queries) / sizeof(queries[0]) || in enable_queries()
793 queries[id][0] == '\0') in enable_queries()
Dmakeman56 queries="$(list_messages "$2" "Q")"
116 $queries
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/docs/
Dtodo3 must set time limit when preparing all queries, and check size limit
5 queries, to have response alter in accordance to client IP. Will add
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dnisplus_table41 # the map name by "\fB,\fR" before making NIS+ queries.
57 # This queries the local aliases file before the NIS+ file.
Dmongodb_table82 # quotes, because all Postfix queries are strings containing
84 # numerical queries.
Dsqlite_table94 # parameter is non-empty, SQL queries for unqualified addresses
139 # and in fact because the input key is known in advance, queries
/netbsd/src/external/bsd/openresolv/dist/
DREADME.md52 In this instance, queries for foo.com will go to 1.2.3.4 and queries for
/netbsd/src/external/bsd/ipf/dist/rules/
Dtcpstate9 # allow nameserver queries and replies to pass through, but no other UDP
/netbsd/src/external/bsd/libbind/dist/doc/
Dresolver.cat528 servers, the rreessoollvveerr library queries them in the order listed.
35 domain Local domain name. Most queries for names within this domain
46 spaces or tabs separating the names. Most rreessoollvveerr queries will
50 listed domains are not local, and that queries will time out if
Dgethostbyname.cat378 queries. If the _s_t_a_y_o_p_e_n flag is non-zero, this sets the option to send
79 all queries to the name server using TCP and to retain the connection
81 queries are performed using UDP datagrams.
/netbsd/src/external/bsd/ntp/dist/sntp/
Dsntp-opts.def85 @code{ntpd}, and therefore @code{sntp} will send queries to these IPs
90 different machines, so we can send concurrent queries.
106 separate the queries we send out by the specified number of
Dinvoke-sntp.texi235 @code{ntpd}, and therefore @code{sntp} will send queries to these IPs
240 different machines, so we can send concurrent queries.
249 separate the queries we send out by the specified number of
/netbsd/src/crypto/external/bsd/netpgp/dist/doc/
Dspec.txt36 X We will not use GPG slave processes to do keyserver queries - nor
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dtuning.sdf81 search queries.
108 Almost no applications use presence filters in their search queries. Presence
122 indexers that help speed up inequality (lower than, ...) queries.
Dslapdconfig.sdf213 This will refer non-local queries to the global root LDAP server
374 This directive specifies the DN suffix of queries that will be
855 means that queries not local to one of the databases defined
864 backend that will handle queries for things in the
894 for queries to pass to this database. Line 8 specifies the directory
912 MDB database. This one handles queries involving the
/netbsd/src/external/bsd/ntp/dist/scripts/ntp-wait/
Dntp-wait-opts.def59 queries to
Dinvoke-ntp-wait.texi19 queries to
/netbsd/src/external/apache2/mDNSResponder/dist/
DREADME.md17 … network. mDNSResponder performs DNS resolution for non-local queries, and resolves queries in the…
/netbsd/src/external/bsd/ipf/dist/
DWhatsNew50.txt22 * DNS proxy for the kernel that can block queries based on domain names;
/netbsd/src/dist/pf/share/pf/
Dfaq-example223 # dns_out - DNS queries.
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dhlr_auc_gw.txt7 authentication queries over a UNIX domain socket to and external
/netbsd/src/external/bsd/libbind/dist/
DREADME57 Disable dropping queries from particular well known ports.
/netbsd/src/lib/libc/rpc/
DREADME128 client (rstat) will be installed in /usr/bin. This program queries
234 6) A new client, rstat, is provided which queries the rstat_svc and
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/
Drfc3490.txt308 reason why it is not in the zone. Clients issuing queries or
488 the "queries" rule from [STRINGPREP], set the flag called
794 resolve DNS queries. Those functions in the operating system are
824 DNS requests follow the rules for "queries" from [STRINGPREP].
942 small amount. Also, queries and responses for IDNs will probably be
943 somewhat longer than typical queries today, so more queries and

123456