Home
last modified time | relevance | path

Searched refs:QUERY (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/less/
H A Doptfunc.c24 * QUERY The setting of the option is merely being queried.
145 case QUERY: in opt_o()
233 case QUERY: in opt_shift()
260 case QUERY: in opt_shift()
397 case QUERY: in opt_p()
466 case QUERY: in opt_b()
488 case QUERY:
504 case QUERY: in opt__V()
519 case QUERY: in opt__V()
676 case QUERY
[all...]
H A Doption.h36 #define QUERY 1 /* Query (from _ or - command) */
35 #define QUERY global() macro
H A Doption.c456 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s); in toggle_option()
/freebsd/crypto/openssl/test/recipes/
H A D80-test_tsa.t30 my @QUERY = ("openssl", "ts", "-query");
122 unless ok(run(app([@QUERY, "-data", $testtsa,
127 ok(run(app([@QUERY, "-in", "req1.tsq", "-text"])),
159 unless ok(run(app([@QUERY, "-data", $testtsa,
164 ok(run(app([@QUERY, "-in", "req2.tsq", "-text"])),
222 unless ok(run(app([@QUERY, "-data", $CAtsa,
226 ok(run(app([@QUERY, "-in", "req3.tsq", "-text"])),
/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c53 } QUERY; typedef
55 DEFINE_LHASH_OF(QUERY);
60 LHASH_OF(QUERY) *cache;
90 LHASH_OF(QUERY) *cache;
194 static unsigned long query_hash(const QUERY *a) in query_hash()
199 static int query_cmp(const QUERY *a, const QUERY *b) in query_cmp()
218 static void impl_cache_free(QUERY *elem) in impl_cache_free()
623 IMPLEMENT_LHASH_DOALL_ARG(QUERY, IMPL_CACHE_FLUSH);
641 static void impl_cache_flush_cache(QUERY *c, IMPL_CACHE_FLUSH *state) in impl_cache_flush_cache()
701 QUERY elem, *r; in ossl_method_store_cache_get()
[all …]
/freebsd/lib/libc/resolv/
H A Dres_mkquery.c135 case QUERY: /*FALLTHROUGH*/ in res_nmkquery()
148 if (op == QUERY || data == NULL) in res_nmkquery()
H A Dres_query.c127 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL, in res_nquery()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c53 QUERY, enumerator
522 port_op = QUERY; in main()
532 if (port_op != QUERY || changed) in main()
543 if (port_op != QUERY || changed) { in main()
/freebsd/contrib/tcpdump/
H A Dnameser.h76 #define QUERY 0x0 /* standard query */ macro
/freebsd/include/arpa/
H A Dnameser_compat.h119 #define QUERY ns_o_query macro
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod16 and by the QUERY functions are stored in the vector.
/freebsd/lib/libc/net/
H A Dhesiod.c358 n = res_mkquery(QUERY, name, qclass, T_TXT, NULL, 0, in get_txt_records()
H A Dgetaddrinfo.c2743 n = res_nmkquery(res, QUERY, name, class, type, NULL, 0, NULL, in res_queryN()
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c177 n = res_mkquery(QUERY,name,C_IN,type,NULL,0,NULL,buf,sizeof(buf)); in yp_send_dns_query()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c628 CMA_INIT_CMD_RESP(&cmd, sizeof cmd, QUERY, &resp, sizeof resp); in ucma_query_addr()
661 CMA_INIT_CMD_RESP(&cmd, sizeof cmd, QUERY, &resp, sizeof resp); in ucma_query_gid()
722 CMA_INIT_CMD_RESP(&cmd, sizeof cmd, QUERY, resp, size); in ucma_query_path()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c436 return mt7996_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY), in mt7996_fw_util_wa_show()
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch276 return "QUERY TARGETS STATE";
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c589 hp->opcode = QUERY;
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c672 return mt7915_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY), in mt7915_fw_util_wa_show()
H A Dmcu.c3817 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_WA_PARAM_CMD(QUERY), in mt7915_mcu_wed_wa_tx_stats()
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog541 * add ANQP-QUERY-DONE event to provide information on ANQP parsing
/freebsd/contrib/unbound/doc/
H A DChangelog11356 - testbound can replay a TCP query (set MATCH TCP in the QUERY).