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

/freebsd-10.1-release/usr.sbin/lpr/common_source/
H A Dlp.local.h67 #define DROP 3 /* offset to drop characters with descenders */ macro
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh54 iptables -P FORWARD DROP
H A Dp2p-action.sh68 iptables -P FORWARD DROP
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql670 DROP TABLE BASE_NODE;
671 DROP TABLE WORKING_NODE;
735 DROP VIEW IF EXISTS NODES_CURRENT;
751 DROP VIEW IF EXISTS NODES_BASE;
795 DROP TRIGGER IF EXISTS nodes_update_checksum_trigger;
796 DROP TRIGGER IF EXISTS nodes_insert_trigger;
797 DROP TRIGGER IF EXISTS nodes_delete_trigger;
871 DROP INDEX IF EXISTS I_ACTUAL_CHANGELIST;
872 DROP INDEX IF EXISTS I_EXTERNALS_PARENT;
874 DROP INDE
[all...]
H A Dwc-queries.sql549 DROP TABLE IF EXISTS changelist_list;
564 DROP TRIGGER IF EXISTS trigger_changelist_list_change;
581 DROP TRIGGER trigger_changelist_list_change;
582 DROP TABLE changelist_list;
583 DROP TABLE targets_list
591 DROP TABLE IF EXISTS targets_list;
602 DROP TABLE targets_list
1242 DROP TABLE IF EXISTS target_prop_cache;
1299 DROP TABLE target_prop_cache;
1302 DROP TABL
[all...]
/freebsd-10.1-release/sys/boot/ficl/
H A Dvm.c179 DROP,
222 case DROP:
H A Dficl.h416 #define DROP(n) stackDrop(pVM->pStack,n) macro
H A Dwords.c2957 DROP(2);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregcomp.c138 #define DROP(n) (p->slen -= (n)) macro
511 DROP(1);
994 DROP(finish-start); /* drop the operand */
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregcomp.c165 #define DROP(n) (p->slen -= (n)) macro
547 DROP(1);
1058 DROP(finish-start); /* drop the operand */
/freebsd-10.1-release/lib/libc/regex/
H A Dregcomp.c162 #define DROP(n) (p->slen -= (n)) macro
538 DROP(1);
1036 DROP(finish-start); /* drop the operand */
/freebsd-10.1-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1510 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
1515 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
1547 return (DROP);
/freebsd-10.1-release/sbin/pfctl/
H A Dparse.y443 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
613 | SET BLOCKPOLICY DROP {
2432 | DROP {
5235 { "drop", DROP},
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c2410 ** rollback, ABORT processing, [DROP TABLE], or by any other
2455 ** do rollbacks or ABORT processing, or [DROP TABLE] processing. The
7406 ** <b>The "DROP TABLE" Exception</b>
7410 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement,
7415 ** invoked immediately. If the application then re-attempts the "DROP TABLE"
7416 ** or "DROP INDEX" query, an infinite loop might be the result.
7421 ** the special "DROP TABLE/INDEX" case, the extended error code is just
13546 ** "DROP TABLE" statements and to prevent some nasty side effects of
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2193 ** rollback, ABORT processing, [DROP TABLE], or by any other
2238 ** do rollbacks or ABORT processing, or [DROP TABLE] processing. The
6920 ** <b>The "DROP TABLE" Exception</b>
6924 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement,
6929 ** invoked immediately. If the application then re-attempts the "DROP TABLE"
6930 ** or "DROP INDEX" query, an infinite loop might be the result.
6935 ** the special "DROP TABLE/INDEX" case, the extended error code is just
12813 ** "DROP TABLE" statements and to prevent some nasty side effects of
[all...]

Completed in 857 milliseconds