/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | unique.test | 16 # $Id: unique.test,v 1.7 2003/08/05 13:13:39 drh Exp $ 24 do_test unique-1.1 { 33 do_test unique-1.1b { 42 do_test unique-1.2 { 47 do_test unique-1.3 { 51 } {1 {column a is not unique}} 52 do_test unique-1.4 { 57 do_test unique-1.5 { 61 } {1 {column b is not unique}} 62 do_test unique-1.6 { [all …]
|
H A D | conflict.test | 367 if {$t0} {set t1 {column a is not unique}} 395 CREATE TABLE t1(a unique, b); 543 } {1 {column b is not unique}} 549 } {1 {column b is not unique}} 557 } {1 {column b is not unique}} 569 } {1 {column b is not unique}} 579 } {1 {column d is not unique}} 585 } {1 {column d is not unique}} 593 } {1 {column d is not unique}} 605 } {1 {column d is not unique}} [all …]
|
H A D | crashme2.off | 17 CREATE TABLE t3(a unique on conflict rollback); 37 } {1 {column a is not unique}}
|
H A D | trigger2.test | 475 } {1 {column a is not unique}} 485 } {1 {column a is not unique}} 501 } {1 {column a is not unique}} 529 } {1 {column a is not unique}} 539 } {1 {column a is not unique}} 561 } {1 {column a is not unique}}
|
H A D | trans.test | 483 CREATE TABLE t1(a unique,b,c); 487 CREATE TABLE t1(p unique,q,r); 496 CREATE TABLE t1(p unique,q,r); 511 CREATE TABLE t1(a unique,b,c); 527 CREATE TABLE t1(a unique,b,c); 601 # The following repeats steps 6.20 through 6.28, but puts a "unique" 609 CREATE TABLE t1(a int unique,b,c);
|
H A D | null.test | 159 create table t2(a, b unique on conflict ignore); 169 create table t3(a, b, c, unique(b,c) on conflict ignore);
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 420 ns_bsd_addr_get_list(int unique) in ns_bsd_addr_get_list() argument 439 if (unique == UNIQUE) in ns_bsd_addr_get_list() 443 else if (unique == LOCAL_UNIQUE) in ns_bsd_addr_get_list() 465 if (unique == UNIQUE) { in ns_bsd_addr_get_list() 469 } else if (unique == LOCAL_UNIQUE) { in ns_bsd_addr_get_list() 499 ns_bsd_addr_get_all(int unique) in ns_bsd_addr_get_all() argument 515 return (ns_bsd_addr_get_list(unique)); in ns_bsd_addr_get_all() 524 if (unique == UNIQUE) in ns_bsd_addr_get_all()
|
/illumos-gate/usr/src/grub/grub-0.97/stage1/ |
H A D | Makefile.in | 265 unique=`for i in $$list; do \ 270 mkid -fID $$unique 278 unique=`for i in $$list; do \ 283 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 284 test -n "$$unique" || unique=$$empty_fix; \ 286 $$tags $$unique; \ 294 unique=`for i in $$list; do \ 299 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 301 $$tags $$unique
|
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | Makefile.in | 253 unique=`for i in $$list; do \ 258 mkid -fID $$unique 266 unique=`for i in $$list; do \ 271 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 272 test -n "$$unique" || unique=$$empty_fix; \ 274 $$tags $$unique; \ 282 unique=`for i in $$list; do \ 287 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 289 $$tags $$unique
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | Makefile.in | 279 unique=`for i in $$list; do \ 284 mkid -fID $$unique 292 unique=`for i in $$list; do \ 297 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 298 test -n "$$unique" || unique=$$empty_fix; \ 300 $$tags $$unique; \ 308 unique=`for i in $$list; do \ 313 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 315 $$tags $$unique
|
/illumos-gate/usr/src/grub/grub-0.97/util/ |
H A D | Makefile.in | 310 unique=`for i in $$list; do \ 315 mkid -fID $$unique 323 unique=`for i in $$list; do \ 328 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 329 test -n "$$unique" || unique=$$empty_fix; \ 331 $$tags $$unique; \ 339 unique=`for i in $$list; do \ 344 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 346 $$tags $$unique
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | module.h | 172 #define MODULE_PNP_INFO(d, b, unique, t, l, n) \ argument 173 static const struct mod_pnp_match_info _module_pnp_##b##_##unique = { \ 180 MODULE_METADATA(_md_##b##_pnpinfo_##unique, MDT_PNP_INFO, \ 181 &_module_pnp_##b##_##unique, #b);
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | Makefile.in | 307 unique=`for i in $$list; do \ 312 mkid -fID $$unique 333 unique=`for i in $$list; do \ 338 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 339 test -n "$$unique" || unique=$$empty_fix; \ 341 $$tags $$unique; \ 349 unique=`for i in $$list; do \ 354 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 356 $$tags $$unique
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 43 static int unique; variable 1450 if (! unique) in print_a_completion() 1467 unique++; in print_a_completion() 1483 unique = 0; in print_completions() 1506 if (unique == 1) in print_completions() 1525 return unique - 1; in print_completions() 1592 if (unique == 1) in print_completions() 1618 unique = 1; in print_completions() 1659 if (unique == 1) in print_completions() 1670 unique = 1; in print_completions() [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | its.reg | 33 # Systems are listed alphabetically by unique PREFIX. No priority of 47 # A unique, three-character abbreviation. Please avoid generic 58 # A URL to resolve reference to a unique key. See NOTES below. 68 # A regexp(7) to tokenize a valid, unique key. See NOTES below. 83 # A REGEX for a particular system is required to match any unique keys
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 331 fibctx_p->unique = (unsigned long)fibctx_p & 0xfffffffful; in aac_open_getadapter_fib() 334 if (ctx_p->unique == fibctx_p->unique) { in aac_open_getadapter_fib() 335 fibctx_p->unique++; in aac_open_getadapter_fib() 349 if (ddi_copyout(&fibctx_p->unique, (void *)arg, in aac_open_getadapter_fib() 372 if (af->context == ctx_p->unique) in aac_next_getadapter_fib() 409 if (ctx_p->unique != (uint32_t)arg) in aac_close_getadapter_fib()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.in | 519 unique=`for i in $$list; do \ 524 mkid -fID $$unique 532 unique=`for i in $$list; do \ 537 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 538 test -n "$$unique" || unique=$$empty_fix; \ 540 $$tags $$unique; \ 548 unique=`for i in $$list; do \ 553 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 555 $$tags $$unique
|
/illumos-gate/usr/src/lib/libuuid/common/ |
H A D | uuid.pc.in | 7 Description: Universally unique id library
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | unique.c | 33 typedef struct unique { struct
|
/illumos-gate/usr/src/lib/scsi/libses/common/ |
H A D | ses_plugin.c | 37 size_t len, ses_node_t *np, boolean_t unique) in ses_plugin_ctlpage_lookup() argument 43 if ((pp = ses_snap_ctl_page(snap, pagenum, len, unique)) == NULL) in ses_plugin_ctlpage_lookup()
|
H A D | ses_snap.c | 115 boolean_t unique) in ses_snap_ctl_page() argument 129 if (pp->ssp_initialized && !unique) in ses_snap_ctl_page() 132 if (unique) { in ses_snap_ctl_page()
|
/illumos-gate/usr/src/lib/libsecdb/common/ |
H A D | getexecattr.c | 72 char unique[NSS_BUFLEN_EXECATTR]; in getexecprof() local 79 (void) memset(unique, 0, NSS_BUFLEN_EXECATTR); in getexecprof()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | README.ON | 13 as CPAN requires that uploaded archives have unique names.
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | README.ON | 13 as CPAN requires that uploaded archives have unique names.
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | default | 27 instance=unique
|