Searched refs:query (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_debug.h25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, query, size, stdout);\
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_debug.h25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, query, size, stdout);\
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_query.in62 ${hxtool} query \
68 ${hxtool} query \
74 ${hxtool} query \
79 ${hxtool} query \
84 ${hxtool} query \
89 ${hxtool} query \
95 ${hxtool} query \
101 ${hxtool} query \
108 ${hxtool} query \
115 ${hxtool} query \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_auth.c102 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
104 if (query == NULL)
106 os_free(query->auth_msg);
107 os_free(query);
113 struct hostapd_acl_query_data *query)
118 query->radius_id = radius_client_get_id(hapd->radius);
119 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
242 struct hostapd_acl_query_data *query;
254 query = hapd->acl_queries;
255 while (query) {
112 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
397 struct hostapd_acl_query_data *query, *prev; local
510 struct hostapd_acl_query_data *query, *prev; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddb_common.h32 extern void db_common_sql_build_query(VSTRING *query, CFG_PARSER *parser);
H A Ddict_sqlite.c43 /* .IP query
44 /* Query template. Before the query is actually issued, variable
56 /* Legacy query interface.
103 char *query; /* db_common_expand() query */ member in struct:__anon2398
138 myfree(dict_sqlite->query);
155 static VSTRING *query; local
197 * Expand the query and query the database.
206 INIT_VSTR(query, 1
[all...]
H A Dverify_clnt.c201 static void query(char *query, VSTRING *buf) argument
205 switch (verify_clnt_query(query, &status, buf)) {
220 static void update(char *query) argument
224 char *cp = query;
237 switch (verify_clnt_update(query, atoi(status_text), cp)) {
283 if (strcmp(command, "query") == 0)
284 query(cp, buffer);
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos.c75 char *query = NULL; // the user query local
146 /* Eliminate any stopwords from the query */
147 query = remove_stopwords(lower(str));
151 if (query == NULL)
169 args.search_str = query;
184 free(query);
231 * Scans the query and removes any stop words from it.
232 * Returns the modified query or NULL, if it contained only stop words.
236 remove_stopwords(const char *query) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dgeneric_lc_all.c90 strlcpy(&locale->query[0], s, sizeof(locale->query));
104 strlcat(&locale->query[0], "/",
105 sizeof(locale->query));
106 strlcat(&locale->query[0], s,
107 sizeof(locale->query));
110 strlcat(&locale->query[0], "/", sizeof(locale->query));
111 strlcat(&locale->query[0], t, sizeof(locale->query));
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/allow_query/ns2/
H A Dnamed40.conf58 allow-query { any; };
64 allow-query { none; };
70 allow-query { 10.53.0.2; };
76 allow-query { 10.53.0.1; };
82 allow-query { ! 10.53.0.2; };
88 allow-query { accept; };
94 allow-query { badaccept; };
100 allow-query { ! accept; };
107 allow-query { key one; };
113 allow-query { ! ke
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_resolve.c79 static VSTRING *query; local
85 if (query == 0)
86 query = vstring_alloc(10);
97 rewrite_clnt_internal(MAIL_ATTR_RWR_LOCAL, addr, query);
98 resolve_clnt_query(STR(query), reply);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in23 query-source address 10.53.0.1;
34 allow-query-cache { any; };
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Ddighost.c285 dns_name_t chase_name; /* the query name */
359 send_udp(dig_query_t *query);
365 launch_next_query(dig_query_t *query, isc_boolean_t include_question);
559 * This is little more than a linked list of servers to query in hopes
718 * linked lists: the server list (servers to query) and the query list
802 * the query list, since it will be regenerated by the setup_lookup()
1457 * Clear out a query when we're done with it. WARNING: This routine
1458 * WILL invalidate the query pointer.
1461 clear_query(dig_query_t *query) { argument
1700 followup_lookup(dns_message_t *msg, dig_query_t *query, dns_section_t section) argument
1868 next_origin(dig_query_t *query) argument
1981 dig_query_t *query; local
2323 dig_query_t *query, *next; local
2369 dig_query_t *query, *next; local
2391 bringup_timer(dig_query_t *query, unsigned int default_timeout) argument
2422 force_timeout(dig_lookup_t *l, dig_query_t *query) argument
2454 send_tcp_connect(dig_query_t *query) argument
2533 send_udp(dig_query_t *query) argument
2602 dig_query_t *query = NULL, *cq; local
2666 dig_query_t *query = NULL; local
2746 launch_next_query(dig_query_t *query, isc_boolean_t include_question) argument
2808 dig_query_t *query = NULL, *next; local
2887 check_for_more_data(dig_query_t *query, dns_message_t *msg, isc_socketevent_t *sevent) argument
3028 dig_query_t *query = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/dnsblog/
H A Ddnsblog.c22 /* query arguments plus an address list with the resulting IP
24 /* with the query arguments plus an empty address list. Finally,
121 static VSTRING *query; variable
131 /* static void dnsblog_query - query DNSBL for client address */
150 VSTRING_RESET(query);
165 vstring_sprintf_append(query, "%x.%x.",
178 vstring_strcat(query, octets->argv[i]);
179 vstring_strcat(query, ".");
185 * Tack on the RBL domain name and query the DNS for an A record.
187 vstring_strcat(query, dnsbl_domai
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in22 query-source address 10.53.0.1;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/inline/ns5/
H A Dnamed.conf.pre26 query-source address 10.53.0.5;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in30 query=$1
32 case ${query} in
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/scripts/
H A Dtestsuite_flags.in28 query=$1
30 case ${query} in
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/fc-query/
H A DMakefile5 PROG= fc-query
/netbsd-6-1-5-RELEASE/games/robots/
H A Dquery.c1 /* $NetBSD: query.c,v 1.8 2009/07/20 06:00:56 dholland Exp $ */
35 static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: query.c,v 1.8 2009/07/20 06:00:56 dholland Exp $");
45 * query:
49 query(const char *prompt) function
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dprintenv.lua13 function printenv(env, headers, query)
45 if query ~= nil then
47 for k, v in pairs(query) do
67 function form(env, header, query)
68 if query ~= nil then
75 for k, v in pairs(query) do
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dsearch.h53 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);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dsig0_test.c138 dns_message_t *query; local
145 query = NULL;
146 result = dns_message_create(mctx, DNS_MESSAGE_INTENTRENDER, &query);
148 result = dns_message_setsig0key(query, key);
151 result = dns_message_gettemprdataset(query, &question);
156 result = dns_message_gettempname(query, &qname);
165 dns_message_addname(query, qname, DNS_SECTION_QUESTION);
171 result = dns_message_renderbegin(query, &cctx, &qbuffer);
173 result = dns_message_rendersection(query, DNS_SECTION_QUESTION, 0);
175 result = dns_message_rendersection(query, DNS_SECTION_ANSWE
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/ns2/
H A Dnamed.conf24 query-source address 10.53.0.2;
55 allow-query { any; };
64 allow-query { any; };
74 allow-query { any; };
83 allow-query { any; };
92 allow-query { any; };
101 allow-query { any; };
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dquery.c1 /* $NetBSD: query.c,v 1.7.2.3 2012/12/15 05:39:25 riz Exp $ */
79 #define PARTIALANSWER(c) (((c)->query.attributes & \
82 #define USECACHE(c) (((c)->query.attributes & \
85 #define RECURSIONOK(c) (((c)->query.attributes & \
88 #define RECURSING(c) (((c)->query.attributes & \
91 #define CACHEGLUEOK(c) (((c)->query.attributes & \
94 #define WANTRECURSION(c) (((c)->query.attributes & \
100 #define NOAUTHORITY(c) (((c)->query.attributes & \
103 #define NOADDITIONAL(c) (((c)->query.attributes & \
106 #define SECURE(c) (((c)->query
[all...]

Completed in 260 milliseconds

1234567891011>>