Searched refs:DQ (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.sbin/jail/
H A Djaillex.l56 %start _ DQ
77 <_,DQ>[A-Za-z0-9_!%&()\-.:<>?@\[\]^`|~]+ |
78 <_,DQ>\\(.|\n|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}) |
79 <_,DQ>[$*+/\\] {
90 <DQ>[^\"$\\]([^"\\]|\\(.|\n))*\" {
102 * Go into DQ mode to get the variable
105 BEGIN DQ;
110 <DQ>\" BEGIN _;
113 <_,DQ>$[A-Za-z_][A-Za-z_0-9]* {
118 <DQ>
[all...]
/freebsd-current/crypto/openssl/test/
H A Dkeymgmt_internal_test.c76 #define DQ 7 macro
128 || !TEST_true(get_ulong_via_BN(p, &keydata[DQ]))
169 0xbd87, /* DQ */
199 || !TEST_true(BN_set_word(bn2, expected[DQ]))
H A Drsa_sp800_56b_test.c281 const int DQ = 13; local
306 && TEST_BN_eq_word(key->dmq1, DQ)
320 && TEST_true(BN_set_word(key->dmq1, DQ))
332 && TEST_true(BN_set_word(key->dmq1, DQ-1))
334 && TEST_true(BN_set_word(key->dmq1, DQ))
H A Devp_pkey_provided_test.c346 #define DQ 6 macro
367 0xbd87, /* DQ */
377 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT2, &key_numbers[DQ]),
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl131 DQ 2 dup (?)
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp937 const char DQ = '"'; local
938 OS << ',' << DQ; local
941 if (C == DQ)
942 OS << DQ; local
945 OS << DQ; local
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1446 NamedDecl *DQ, ArrayRef<const Expr *> Q, bool &Subsumes,
1457 auto *QNormalized = S.getNormalizedAssociatedConstraints(DQ, Q);

Completed in 228 milliseconds