Home
last modified time | relevance | path

Searched refs:UNIQUE (Results 1 – 25 of 40) sorted by relevance

12

/titanic_50/usr/src/lib/libsqlite/test/
H A Dunique.test15 # 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 Dconflict.test28 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 Dmemdb.test154 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 Dmisc3.test29 CREATE TABLE t1(a UNIQUE,b);
53 CREATE TABLE t1(a UNIQUE,b);
112 CREATE TABLE t2(a INT UNIQUE);
H A Dindex.test401 a int UNIQUE,
404 UNIQUE(a,c)
421 } {1 {index associated with UNIQUE or PRIMARY KEY constraint cannot be dropped}}
H A Dnull.test157 # The UNIQUE constraint only applies to non-null values
/titanic_50/usr/src/cmd/modload/
H A Ddrvsubr.c563 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 Daddrem.h41 #define UNIQUE -2 macro
H A Dupdate_drv.c299 if (found == UNIQUE) { in main()
434 if (found == UNIQUE) { in main()
H A Drem_drv.c148 if (found == UNIQUE) { in main()
/titanic_50/usr/src/cmd/oamuser/lib/
H A Dvprojid.c54 return (UNIQUE); in valid_projid()
H A Dvgid.c68 return( UNIQUE );
H A Dvuid.c64 return( UNIQUE );
H A Dvexpire.c61 return( UNIQUE );
H A Dvgname.c78 return (UNIQUE); in valid_gname()
H A Dvprojname.c72 return (UNIQUE); in valid_projname()
H A Dvlogin.c114 return (UNIQUE); in valid_login()
/titanic_50/usr/src/cmd/oamuser/inc/
H A Dusers.h47 #define UNIQUE 2 /* is unique */ macro
/titanic_50/usr/src/lib/print/libprint/common/
H A Dns_bsd_addr.c447 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 Dns.h72 #define UNIQUE 1 macro
/titanic_50/usr/src/cmd/oamuser/user/
H A Dval_lprj.c72 case UNIQUE: in valid_lproject()
H A Dval_lgrp.c78 case UNIQUE: in valid_lgroup()
H A Duseradd.c310 case UNIQUE:
334 case UNIQUE:
477 case UNIQUE:
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl53 #define UNIQUE [unique]
110 #define UNIQUE
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c51 #define UNIQUE getpid() /* hopefully unique number */ macro
114 (int) UNIQUE); in krb5_rc_io_creat()

12