/freebsd/contrib/less/ |
H A D | optfunc.c | 24 * 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 D | option.h | 36 #define QUERY 1 /* Query (from _ or - command) */ 35 #define QUERY global() macro
|
H A D | option.c | 456 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s); in toggle_option()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_tsa.t | 30 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 D | property.c | 53 } 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 D | res_mkquery.c | 135 case QUERY: /*FALLTHROUGH*/ in res_nmkquery() 148 if (op == QUERY || data == NULL) in res_nmkquery()
|
H A D | res_query.c | 127 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL, in res_nquery()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibportstate.c | 53 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 D | nameser.h | 76 #define QUERY 0x0 /* standard query */ macro
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 119 #define QUERY ns_o_query macro
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 16 and by the QUERY functions are stored in the vector.
|
/freebsd/lib/libc/net/ |
H A D | hesiod.c | 358 n = res_mkquery(QUERY, name, qclass, T_TXT, NULL, 0, in get_txt_records()
|
H A D | getaddrinfo.c | 2743 n = res_nmkquery(res, QUERY, name, class, type, NULL, 0, NULL, in res_queryN()
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dnslookup.c | 177 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 D | cma.c | 628 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 D | debugfs.c | 436 return mt7996_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY), in mt7996_fw_util_wa_show()
|
/freebsd/contrib/unbound/contrib/ |
H A D | aaaa-filter-iterator.patch | 276 return "QUERY TARGETS STATE";
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 589 hp->opcode = QUERY;
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | debugfs.c | 672 return mt7915_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY), in mt7915_fw_util_wa_show()
|
H A D | mcu.c | 3817 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 D | ChangeLog | 541 * add ANQP-QUERY-DONE event to provide information on ANQP parsing
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 11356 - testbound can replay a TCP query (set MATCH TCP in the QUERY).
|