Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dunique.test13 # 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 Dconflict.test26 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));
239 CREATE TABLE t1(a,b,c,UNIQUE(a,b) $conf1);
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,
511 d INTEGER UNIQUE ON CONFLICT ABORT,
512 e INTEGER UNIQUE ON CONFLICT ROLLBACK
[all …]
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c575 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()
1937 int status = UNIQUE; in unique_drv_alias()
1943 status == UNIQUE) { in unique_drv_alias()
2005 if (ret != UNIQUE) in unique_driver_name()
2212 if (is_unique != UNIQUE) { in update_name_to_major()
[all …]
H A Daddrem.h42 #define UNIQUE -2 macro
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfn_ptr_data_link.schema1 CREATE TABLE fn_ptr_data_link (fn_ptr varchar(80), data varchar(80), CONSTRAINT unique_row UNIQUE (…
H A Dconstraints.schema5 CONSTRAINT constraint_name UNIQUE (str)
H A Dconstraints_required.schema6 CONSTRAINT unique_row UNIQUE (data, op, bound)
H A Dfunction_ptr.schema7 CONSTRAINT function_ptr_constraint UNIQUE (file, function, ptr)
H A Dtype_info.schema7 CONSTRAINT type_info_constraint UNIQUE (type, key, value)
H A Dmtag_about.schema9 CONSTRAINT mtag_about_row UNIQUE (tag, file, function, line, left_name, right_name)
H A Dcall_implies.schema11 CONSTRAINT implies_row UNIQUE (file, function, call_id, static, type, parameter, key, value)
H A Dreturn_implies.schema11 CONSTRAINT implies_row UNIQUE (file, function, call_id, static, type, parameter, key, value)
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvprojid.c52 return (UNIQUE); in valid_projid()
H A Dvgid.c68 return( UNIQUE );
H A Dvuid.c64 return( UNIQUE );
H A Dvexpire.c59 return( UNIQUE );
H A Dvgname.c76 return (UNIQUE); in valid_gname()
H A Dvprojname.c70 return (UNIQUE); in valid_projname()
H A Dvlogin.c114 return (UNIQUE); in valid_login()
/illumos-gate/usr/src/cmd/oamuser/inc/
H A Dusers.h47 #define UNIQUE 2 /* is unique */ macro
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns_bsd_addr.c439 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 Dns.h72 #define UNIQUE 1 macro
/illumos-gate/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:

12