/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | unique.test | 13 # focus of this file is testing the CREATE UNIQUE INDEX statement, 14 # and primary keys, and the UNIQUE constraint on table columns 37 b int UNIQUE, 90 CREATE UNIQUE INDEX i2 ON t2(a) 126 CREATE UNIQUE INDEX i2 ON t2(a); 136 # Test the UNIQUE keyword as used on two or more fields. 169 # Make sure NULLs are distinct as far as the UNIQUE tests are 174 CREATE TABLE t4(a UNIQUE, b, c, UNIQUE(b,c)); 214 UNIQUE(
|
H A D | conflict.test | 26 CREATE TABLE t1(a, b, c, UNIQUE(a,b)); 84 CREATE TABLE t1(a INTEGER PRIMARY KEY, b, c, UNIQUE(a,b)); 142 CREATE TABLE t1(a, b, c INTEGER, PRIMARY KEY(c), UNIQUE(a,b)); 205 # conf1 The conflict resolution algorithm on the UNIQUE constraint 239 CREATE TABLE t1(a,b,c,UNIQUE(a,b) $conf1); 332 # conf1 The conflict resolution algorithm on the UNIQUE constraint 373 CREATE TABLE t1(a,b,c, UNIQUE(a) $conf1); 508 a INTEGER UNIQUE ON CONFLICT IGNORE, 509 b INTEGER UNIQUE ON CONFLICT FAIL, 510 c INTEGER UNIQUE ON CONFLICT REPLACE, [all …]
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | drvsubr.c | 575 int major = UNIQUE; in get_major_no() 774 if (*major_no == UNIQUE) { in get_name_to_major_entry() 783 ret = UNIQUE; in get_name_to_major_entry() 792 return (UNIQUE); in get_name_to_major_entry() 797 ret = UNIQUE; in get_name_to_major_entry() 1780 if (is_unique != UNIQUE) { in aliases_unique() 1786 if ((err = unique_drv_alias(one_entry)) != UNIQUE) { in aliases_unique() 1937 int status = UNIQUE; in unique_drv_alias() 1943 status == UNIQUE) { in unique_drv_alias() 1997 if ((err = unique_drv_alias(driver_name)) != UNIQUE) { in unique_driver_name() [all …]
|
H A D | addrem.h | 42 #define UNIQUE -2 macro
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | fn_ptr_data_link.schema | 1 CREATE TABLE fn_ptr_data_link (fn_ptr varchar(80), data varchar(80), CONSTRAINT unique_row UNIQUE (…
|
H A D | constraints.schema | 5 CONSTRAINT constraint_name UNIQUE (str)
|
H A D | constraints_required.schema | 6 CONSTRAINT unique_row UNIQUE (data, op, bound)
|
H A D | function_ptr.schema | 7 CONSTRAINT function_ptr_constraint UNIQUE (file, function, ptr)
|
H A D | type_info.schema | 7 CONSTRAINT type_info_constraint UNIQUE (type, key, value)
|
H A D | mtag_about.schema | 9 CONSTRAINT mtag_about_row UNIQUE (tag, file, function, line, left_name, right_name)
|
H A D | return_implies.schema | 11 CONSTRAINT implies_row UNIQUE (file, function, call_id, static, type, parameter, key, value)
|
H A D | call_implies.schema | 11 CONSTRAINT implies_row UNIQUE (file, function, call_id, static, type, parameter, key, value)
|
/illumos-gate/usr/src/cmd/oamuser/lib/ |
H A D | vprojid.c | 52 return (UNIQUE); in valid_projid()
|
H A D | vgid.c | 68 return( UNIQUE );
|
H A D | vuid.c | 64 return( UNIQUE );
|
H A D | vexpire.c | 59 return( UNIQUE );
|
H A D | vgname.c | 76 return (UNIQUE); in valid_gname()
|
H A D | vprojname.c | 70 return (UNIQUE); in valid_projname()
|
H A D | vlogin.c | 114 return (UNIQUE); in valid_login()
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 439 if (unique == UNIQUE) in ns_bsd_addr_get_list() 465 if (unique == UNIQUE) { in ns_bsd_addr_get_list() 524 if (unique == UNIQUE) in ns_bsd_addr_get_all()
|
H A D | ns.h | 72 #define UNIQUE 1 macro
|
/illumos-gate/usr/src/cmd/oamuser/inc/ |
H A D | users.h | 47 #define UNIQUE 2 /* is unique */ macro
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | val_lprj.c | 72 case UNIQUE: in valid_lproject()
|
H A D | val_lgrp.c | 78 case UNIQUE: in valid_lgroup()
|
H A D | useradd.c | 310 case UNIQUE: 334 case UNIQUE: 477 case UNIQUE:
|