Home
last modified time | relevance | path

Searched defs:DROP (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/lpr/common_source/
H A Dlp.local.h64 #define DROP 3 /* offset to drop characters with descenders */ macro
/freebsd/crypto/openssl/test/
H A Ddtlsv1listentest.c245 enum {GOOD, VERIFY, DROP} outtype; enumerator
H A Dbad_dtls_test.c445 #define DROP(x) { x##UL, 1 } macro
[all...]
H A Dcmp_ctx_test.c505 #define DROP(x) (void)(x) /* dummy free() for non-pointer and function types */ macro
/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h90 DROP, enumerator
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto89 DROP = 4; // Do not respond. enumerator
/freebsd/contrib/nvi/regex/
H A Dregcomp.c161 #define DROP(n) (p->slen -= (n)) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c274 #define DROP(n) (p->slen -= (n)) macro
/freebsd/stand/ficl/
H A Dficl.h415 #define DROP(n) stackDrop(pVM->pStack,n) macro
/freebsd/lib/libc/regex/
H A Dregcomp.c197 #define DROP(n) (p->slen -= (n)) macro