Searched refs:QUERY (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/less/
H A Doption.h35 #define QUERY 1 /* Query (from _ or - command) */ macro
H A Doptfunc.c24 * QUERY The setting of the option is merely being queried.
137 case QUERY:
192 case QUERY:
252 case QUERY:
375 case QUERY:
444 case QUERY:
466 case QUERY:
482 case QUERY:
497 case QUERY:
667 case QUERY
[all...]
H A Doption.c435 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s);
/freebsd-current/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-current/crypto/openssl/crypto/property/
H A Dproperty.c53 } QUERY; typedef in typeref:struct:__anon33
55 DEFINE_LHASH_OF(QUERY); variable
60 LHASH_OF(QUERY) *cache;
90 LHASH_OF(QUERY) *cache;
192 static unsigned long query_hash(const QUERY *a)
197 static int query_cmp(const QUERY *a, const QUERY *b)
216 static void impl_cache_free(QUERY *elem)
609 IMPLEMENT_LHASH_DOALL_ARG(QUERY, IMPL_CACHE_FLUSH);
627 static void impl_cache_flush_cache(QUERY *
[all...]
/freebsd-current/lib/libc/resolv/
H A Dres_mkquery.c135 case QUERY: /*FALLTHROUGH*/
148 if (op == QUERY || data == NULL)
H A Dres_query.c127 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c53 QUERY, enumerator in enum:port_ops
95 {"query", NULL, 0}, /* QUERY */
522 port_op = QUERY;
532 if (port_op != QUERY || changed)
543 if (port_op != QUERY || changed) {
/freebsd-current/contrib/tcpdump/
H A Dnameser.h76 #define QUERY 0x0 /* standard query */ macro
/freebsd-current/include/arpa/
H A Dnameser_compat.h119 #define QUERY ns_o_query macro
/freebsd-current/lib/libc/net/
H A Dhesiod.c358 n = res_mkquery(QUERY, name, qclass, T_TXT, NULL, 0,
H A Dgetaddrinfo.c2743 n = res_nmkquery(res, QUERY, name, class, type, NULL, 0, NULL,
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c177 n = res_mkquery(QUERY,name,C_IN,type,NULL,0,NULL,buf,sizeof(buf));
/freebsd-current/contrib/ofed/librdmacm/
H A Dcma.c628 CMA_INIT_CMD_RESP(&cmd, sizeof cmd, QUERY, &resp, sizeof resp);
661 CMA_INIT_CMD_RESP(&cmd, sizeof cmd, QUERY, &resp, sizeof resp);
722 CMA_INIT_CMD_RESP(&cmd, sizeof cmd, QUERY, resp, size);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c436 return mt7996_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY),
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c672 return mt7915_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY),
H A Dmcu.c3817 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_WA_PARAM_CMD(QUERY),
/freebsd-current/contrib/sendmail/src/
H A Dsm_resolve.c589 hp->opcode = QUERY;

Completed in 173 milliseconds