| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | conflict.test | 45 2 {} {INSERT OR IGNORE} 0 3 1 51 8 IGNORE INSERT 0 3 1 52 9 IGNORE {INSERT OR IGNORE} 0 3 1 53 10 IGNORE {INSERT OR REPLACE} 0 4 1 54 11 IGNORE REPLACE 0 4 1 55 12 IGNORE {INSERT OR FAIL} 1 {} 1 56 13 IGNORE {INSERT OR ABORT} 1 {} 1 57 14 IGNORE {INSERT OR ROLLBACK} 1 {} {} 103 2 {} {INSERT OR IGNORE} 0 3 1 109 8 IGNORE INSERT 0 3 1 [all …]
|
| H A D | memdb.test | 171 2 {} {INSERT OR IGNORE} 0 3 1 177 8 IGNORE INSERT 0 3 1 178 9 IGNORE {INSERT OR IGNORE} 0 3 1 179 10 IGNORE {INSERT OR REPLACE} 0 4 1 180 11 IGNORE REPLACE 0 4 1 181 12 IGNORE {INSERT OR FAIL} 1 {} 1 182 13 IGNORE {INSERT OR ABORT} 1 {} 1 183 14 IGNORE {INSERT OR ROLLBACK} 1 {} {} 234 3 IGNORE {} UPDATE 0 {6 7 3 9} 1 238 7 REPLACE {} {UPDATE OR IGNORE} 0 {6 7 3 9} 1 [all …]
|
| H A D | trigger3.test | 25 WHEN (new.a = 4) THEN RAISE(IGNORE) END; 79 # IGNORE 94 # Check that we can also do RAISE(IGNORE) for UPDATE and DELETE 101 SELECT CASE WHEN (old.a = 1) THEN RAISE(IGNORE) END; 105 SELECT CASE WHEN (old.a = 1) THEN RAISE(IGNORE) END; 121 # Check that RAISE(IGNORE) works correctly for nested triggers: 142 WHEN (new.a = 2) THEN RAISE(IGNORE)
|
| H A D | notnull.test | 29 d NOT NULL ON CONFLICT IGNORE DEFAULT 7, 52 INSERT OR IGNORE INTO t1(b,c,d,e) VALUES(2,3,4,5); 80 INSERT OR IGNORE INTO t1(a,c,d,e) VALUES(1,3,4,5); 108 INSERT OR IGNORE INTO t1(a,b,c,d,e) VALUES(1,null,3,4,5); 129 INSERT OR IGNORE INTO t1(a,b,c,d,e) VALUES(1,2,null,4,5); 203 UPDATE OR IGNORE t1 SET a=null; 235 UPDATE OR IGNORE t1 SET b=null, d=e, e=d; 291 INSERT OR IGNORE INTO t1(b,c,d,e) VALUES(2,3,4,5); 319 INSERT OR IGNORE INTO t1(a,c,d,e) VALUES(1,3,4,5); 347 INSERT OR IGNORE INTO t1(a,b,c,d,e) VALUES(1,null,3,4,5); [all …]
|
| H A D | copy.test | 220 COPY OR IGNORE t1 FROM 'data6.txt' USING DELIMITERS '|'; 248 COPY OR IGNORE t1 FROM 'data5.txt' USING DELIMITERS '|';
|
| H A D | misc1.test | 352 INSERT OR IGNORE INTO t6 VALUES(0.0,'x'); 358 INSERT OR IGNORE INTO t6 VALUES('y',0);
|
| H A D | trigger2.test | 463 INSERT OR IGNORE INTO tbl values (new.a, 0, 0); 517 UPDATE OR IGNORE tbl SET a = new.a, c = 10;
|
| /onnv-gate/usr/src/cmd/csh/ |
| H A D | sh.exp.c | 24 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */ macro 124 p2 = exp0(vp, (ignore&IGNORE) || p1); in exp0() 148 p2 = exp1(vp, (ignore&IGNORE) || !p1); in exp1() 250 if (!(ignore&IGNORE)) switch (i) { in exp2c() 297 if (!(ignore&IGNORE)) switch (i) { in exp3() 372 if (!(ignore&IGNORE)) switch (op[0]) { in exp4() 408 if (!(ignore&IGNORE)) switch (op[0]) { in exp5() 495 if (ignore&IGNORE) in exp6() 531 if (ignore&IGNORE) in exp6()
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/libumem/ |
| H A D | leaky_subr.c | 528 #define IGNORE(rsn) dprintf_cont(("no %s\n", (rsn))) in leaky_grep_mappings() macro 531 IGNORE("read-only"); in leaky_grep_mappings() 538 IGNORE("in brk"); in leaky_grep_mappings() 541 IGNORE("stack"); in leaky_grep_mappings() 546 IGNORE("part of umem"); in leaky_grep_mappings() 551 IGNORE("anon"); in leaky_grep_mappings() 553 IGNORE(""); /* default to ignoring */ in leaky_grep_mappings() 557 #undef IGNORE in leaky_grep_mappings()
|
| /onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/ |
| H A D | rules.h | 35 #define IGNORE "IGNORE" macro
|
| H A D | rules.c | 158 if (strcmp(s, IGNORE) == 0) { in read_rules()
|
| /onnv-gate/usr/src/lib/libadm/common/ |
| H A D | getdev.c | 97 #define IGNORE 5 macro 875 if (p->fcn != IGNORE) { in matchallcriteria() 975 if (p->fcn != IGNORE) { in matchanycriteria()
|
| /onnv-gate/usr/src/uts/common/io/kb8042/ |
| H A D | at_keyprocess.c | 47 #define IGNORE KEYIGN macro 559 /* 12 */ IGNORE, /* Fake L Shift */ 630 /* 59 */ IGNORE, /* Fake R Shift */
|
| /onnv-gate/usr/src/cmd/mail/ |
| H A D | ckdlivopts.c | 105 else if (defopts.ign) rc += IGNORE;
|
| H A D | goback.c | 70 if (ckdlivopts(H_TCOPY, (int *)0) & IGNORE) {
|
| H A D | mail.h | 170 #define IGNORE 040 macro
|
| H A D | gendeliv.c | 77 if (ckdlivopts(H_DTCOPY, &svopts) & IGNORE) {
|
| /onnv-gate/usr/src/lib/libfsmgt/common/ |
| H A D | nfs_mntinfo.c | 49 #define IGNORE 0 macro 478 if (getsubopt(&s, mntopts, &value) == IGNORE) { in ignore()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/ |
| H A D | sigaction.t | 26 sub IGNORE { subroutine
|
| /onnv-gate/usr/src/cmd/sgs/libconv/common/ |
| H A D | symbols.msg | 105 @ MSG_SHN_SUNW_IGNORE_DEF "IGNORE"
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | fsck.h | 140 DONTKNOW, NOFIX, FIX, IGNORE enumerator
|
| /onnv-gate/usr/src/cmd/fs.d/ |
| H A D | mount.c | 866 #define IGNORE 0 macro 893 if (getsubopt(&my_opts, mntopts, &value) == IGNORE) in ignore()
|
| /onnv-gate/usr/src/lib/libsqlite/src/ |
| H A D | parse.y | 129 GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY 265 resolvetype(A) ::= IGNORE. { A = OE_Ignore; } 860 expr(A) ::= RAISE(X) LP IGNORE RP(Y). {
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/nfsstat/ |
| H A D | nfsstat.c | 1292 #define IGNORE 0 macro 1312 if (getsubopt(&opts, mntopts, &value) == IGNORE) { in ignore()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlipc.pod | 60 You may also choose to assign the strings C<'IGNORE'> or C<'DEFAULT'> as 65 has special behavior with respect to a value of C<'IGNORE'>. 66 Setting C<$SIG{CHLD}> to C<'IGNORE'> on such a platform has the effect of 69 Calling C<wait()> with C<$SIG{CHLD}> set to C<'IGNORE'> usually returns 79 local $SIG{INT} = 'IGNORE'; 88 processes in the current process group (and sets $SIG{HUP} to IGNORE so 92 local $SIG{HUP} = 'IGNORE'; 474 $SIG{PIPE} = 'IGNORE';
|