Searched refs:UNIQUE (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dstrip-10.d8 +[0-9]+: +[0-9a-f]+ +[0-9]+ +OBJECT +(UNIQUE|<OS specific>: 10) +DEFAULT +[1-9] foo
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-x86-64/
H A Dunique1.d9 +[0-9]+: +[0-9a-f]+ +8 +OBJECT +UNIQUE +DEFAULT +[0-9]+ bar
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtype_utils.hpp136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
154 #define PB_DS_STATIC_ASSERT(UNIQUE, E) \
155 typedef __gnu_pbds::detail::__static_assert_dumclass<sizeof(__gnu_pbds::detail::__static_assert<bool(E)>)> UNIQUE##__static_assert_type
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dbacksql_create.sql40 UNIQUE ( oc_map_id, keyval ),
41 UNIQUE ( dn )
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dradix_sort.c110 if (UNIQUE && a != sp->sa)
200 if (r == 0 && UNIQUE) {
H A Dmsort.c281 if (c != 0 || (UNIQUE && cfile == flist[0]
313 if (UNIQUE)
352 if (cmpv == 0 && UNIQUE)
393 if (UNIQUE && !c) {
H A Dsort.c102 int SINGL_FLD = 0, SEP_FLAG = 0, UNIQUE = 0; variable
245 UNIQUE = 1;
253 if (UNIQUE)
H A Dsort.h168 extern int SINGL_FLD, SEP_FLAG, UNIQUE, REVERSE;
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dnewfs.sql75 loid Oid NOT NULL UNIQUE);
84 cookie int8 NOT NULL UNIQUE DEFAULT nextval('dircookie_seq'),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/
H A Dvalue_type_adapter.hpp62 #define PB_ASSOC_STATIC_ASSERT(UNIQUE, E) \
66 UNIQUE##static_assert_type
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l143 UNIQUE { return kw_UNIQUE; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/
H A Dcc_ht_map_.hpp147 #define PB_ASSOC_STATIC_ASSERT(UNIQUE, E) \
151 UNIQUE##static_assert_type
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/
H A Dgp_ht_map_.hpp152 #define PB_ASSOC_STATIC_ASSERT(UNIQUE, E) \
156 UNIQUE##static_assert_type
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dflexdef.h227 #define UNIQUE -1 /* marks a symbol as an e.c. representative */ macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Ddefines.sh41 UNIQUE=${AC_unique-uniqueno}
H A Dtest024-unique19 if test $UNIQUE = uniqueno; then
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10245 ** a UNIQUE constraint violation are removed so that the new insert or
10349 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */
[all...]

Completed in 582 milliseconds