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

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dlp.local.h67 #define DROP 3 /* offset to drop characters with descenders */ macro
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h92 DROP, enumerator in enum:__anon15408
105 * return DROP if it is time to drop or ENQUE otherwise.
140 return DROP;
145 return DROP;
H A Ddn_aqm_pie.c506 t = DROP;
509 && drop_early(pst, q->ni.len_bytes) == DROP) {
519 t = DROP;
537 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) {
545 t = DROP;
552 if (t != DROP) {
H A Ddn_sched_fq_pie.c703 && drop_early(pst, q->stats.len_bytes) == DROP) {
713 t = DROP;
732 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) {
740 t = DROP;
747 if (t != DROP) {
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh54 iptables -P FORWARD DROP
H A Dp2p-action.sh81 iptables -P FORWARD DROP
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate_v1_v2.sql75 DROP TABLE metadata;
112 DROP TABLE test_programs;
191 DROP TABLE tmp_default_metadata;
335 DROP INDEX index_tmp_atf_test_cases_multivalues_by_test_case_id;
336 DROP INDEX index_tmp_metadatas_by_test_program_id;
337 DROP INDEX index_tmp_metadatas_by_test_case_id;
338 DROP TABLE tmp_metadatas;
346 DROP TABLE atf_test_cases;
347 DROP TABLE atf_test_cases_multivalues;
348 DROP TABL
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql605 DROP TABLE IF EXISTS changelist_list;
620 DROP TRIGGER IF EXISTS trigger_changelist_list_change;
637 DROP TRIGGER trigger_changelist_list_change;
638 DROP TABLE changelist_list;
639 DROP TABLE targets_list
647 DROP TABLE IF EXISTS targets_list;
658 DROP TABLE targets_list
1340 DROP TABLE IF EXISTS target_prop_cache;
1397 DROP TABLE target_prop_cache;
1400 DROP TABL
[all...]
H A Dwc-metadata.sql670 DROP INDEX IF EXISTS I_ACTUAL_CHANGELIST;
671 DROP INDEX IF EXISTS I_EXTERNALS_PARENT;
673 DROP INDEX I_NODES_PARENT;
677 DROP INDEX I_ACTUAL_PARENT;
741 DROP TABLE ACTUAL_NODE;
766 DROP TABLE ACTUAL_NODE_BACKUP;
/freebsd-13-stable/stand/ficl/
H A Dvm.c179 DROP,
222 case DROP:
H A Dficl.h416 #define DROP(n) stackDrop(pVM->pStack,n) macro
H A Dwords.c2969 DROP(2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c274 #define DROP(n) (p->slen -= (n)) macro
647 DROP(1);
1130 DROP(finish-start); /* drop the operand */
/freebsd-13-stable/contrib/nvi/regex/
H A Dregcomp.c161 #define DROP(n) (p->slen -= (n)) macro
528 DROP(1);
1026 DROP(finish-start); /* drop the operand */
/freebsd-13-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1512 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
1517 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
1549 return (DROP);
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c205 #define DROP(n) (p->slen -= (n)) macro
747 DROP(1);
1465 DROP(finish-start); /* drop the operand */
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y463 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
636 | SET BLOCKPOLICY DROP {
650 | SET FAILPOLICY DROP {
2688 | DROP {
5579 { "drop", DROP},
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c9917 ** <b>The "DROP TABLE" Exception</b>
9921 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement,
9926 ** invoked immediately. If the application then re-attempts the "DROP TABLE"
9927 ** or "DROP INDEX" query, an infinite loop might be the result.
9932 ** the special "DROP TABLE/INDEX" case, the extended error code is just
17010 unsigned bDropColumn : 1; /* Doing schema check after DROP COLUMN */
19216 #define INITFLAG_AlterDrop 0x0002 /* Reparse after a DROP COLUMN */
[all...]

Completed in 378 milliseconds