/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | unique.test | 15 # focus of this file is testing the CREATE UNIQUE INDEX statement, 16 # and primary keys, and the UNIQUE constraint on table columns 39 b int UNIQUE, 92 CREATE UNIQUE INDEX i2 ON t2(a) 128 CREATE UNIQUE INDEX i2 ON t2(a); 138 # Test the UNIQUE keyword as used on two or more fields. 171 # Make sure NULLs are distinct as far as the UNIQUE tests are 176 CREATE TABLE t4(a UNIQUE, b, c, UNIQUE(b,c)); 216 UNIQUE(
|
H A D | conflict.test | 28 CREATE TABLE t1(a, b, c, UNIQUE(a,b)); 86 CREATE TABLE t1(a INTEGER PRIMARY KEY, b, c, UNIQUE(a,b)); 144 CREATE TABLE t1(a, b, c INTEGER, PRIMARY KEY(c), UNIQUE(a,b)); 207 # conf1 The conflict resolution algorithm on the UNIQUE constraint 241 CREATE TABLE t1(a,b,c,UNIQUE(a,b) $conf1); 334 # conf1 The conflict resolution algorithm on the UNIQUE constraint 375 CREATE TABLE t1(a,b,c, UNIQUE(a) $conf1); 510 a INTEGER UNIQUE ON CONFLICT IGNORE, 511 b INTEGER UNIQUE ON CONFLICT FAIL, 512 c INTEGER UNIQUE ON CONFLICT REPLACE, [all …]
|
H A D | memdb.test | 154 CREATE TABLE t1(a, b, c, UNIQUE(a,b)); 224 # conf1 The conflict resolution algorithm on the UNIQUE constraint 265 CREATE TABLE t1(a,b,c, UNIQUE(a) $conf1); 340 CREATE TABLE t5(x PRIMARY KEY, y UNIQUE);
|
H A D | misc3.test | 29 CREATE TABLE t1(a UNIQUE,b); 53 CREATE TABLE t1(a UNIQUE,b); 112 CREATE TABLE t2(a INT UNIQUE);
|
H A D | index.test | 401 a int UNIQUE, 404 UNIQUE(a,c) 421 } {1 {index associated with UNIQUE or PRIMARY KEY constraint cannot be dropped}}
|
H A D | null.test | 157 # The UNIQUE constraint only applies to non-null values
|
/titanic_50/usr/src/cmd/modload/ |
H A D | drvsubr.c | 563 int major = UNIQUE; in get_major_no() 762 if (*major_no == UNIQUE) { in get_name_to_major_entry() 771 ret = UNIQUE; in get_name_to_major_entry() 780 return (UNIQUE); in get_name_to_major_entry() 785 ret = UNIQUE; in get_name_to_major_entry() 1760 if (is_unique != UNIQUE) { in aliases_unique() 1766 if ((err = unique_drv_alias(one_entry)) != UNIQUE) { in aliases_unique() 1917 int status = UNIQUE; in unique_drv_alias() 1923 status == UNIQUE) { in unique_drv_alias() 1978 if ((err = unique_drv_alias(driver_name)) != UNIQUE) { in unique_driver_name() [all …]
|
H A D | addrem.h | 41 #define UNIQUE -2 macro
|
H A D | update_drv.c | 299 if (found == UNIQUE) { in main() 434 if (found == UNIQUE) { in main()
|
H A D | rem_drv.c | 148 if (found == UNIQUE) { in main()
|
/titanic_50/usr/src/cmd/oamuser/lib/ |
H A D | vprojid.c | 54 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 | 61 return( UNIQUE );
|
H A D | vgname.c | 78 return (UNIQUE); in valid_gname()
|
H A D | vprojname.c | 72 return (UNIQUE); in valid_projname()
|
H A D | vlogin.c | 114 return (UNIQUE); in valid_login()
|
/titanic_50/usr/src/cmd/oamuser/inc/ |
H A D | users.h | 47 #define UNIQUE 2 /* is unique */ macro
|
/titanic_50/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 447 if (unique == UNIQUE) in ns_bsd_addr_get_list() 477 if (unique == UNIQUE) in ns_bsd_addr_get_list() 542 if (unique == UNIQUE) in ns_bsd_addr_get_all()
|
H A D | ns.h | 72 #define UNIQUE 1 macro
|
/titanic_50/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:
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 53 #define UNIQUE [unique] 110 #define UNIQUE
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.c | 51 #define UNIQUE getpid() /* hopefully unique number */ macro 114 (int) UNIQUE); in krb5_rc_io_creat()
|