HomeSort by: relevance | last modified time | path
    Searched refs:UNIQUE (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
type_utils.hpp 136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
154 #define PB_DS_STATIC_ASSERT(UNIQUE, E) \
156 UNIQUE##__static_assert_type __attribute__((__unused__))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
type_utils.hpp 136 #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
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
backsql_create.sql 40 UNIQUE ( oc_map_id, keyval ),
41 UNIQUE ( dn )
  /src/usr.bin/sort/
radix_sort.c 110 if (UNIQUE && a != sp->sa)
200 if (r == 0 && UNIQUE) {
msort.c 281 if (c != 0 || (UNIQUE && cfile == flist[0]
313 if (UNIQUE)
352 if (cmpv == 0 && UNIQUE)
395 if (UNIQUE && !c) {
sort.c 102 int SINGL_FLD = 0, SEP_FLAG = 0, UNIQUE = 0;
246 UNIQUE = 1;
254 if (UNIQUE)
sort.h 168 extern int SINGL_FLD, SEP_FLAG, UNIQUE, REVERSE;
  /src/share/examples/puffs/pgfs/
newfs.sql 75 loid Oid NOT NULL UNIQUE);
84 cookie int8 NOT NULL UNIQUE DEFAULT nextval('dircookie_seq'),
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.l 144 UNIQUE { return kw_UNIQUE; }
  /src/external/bsd/openldap/dist/tests/data/regressions/its9863/
its9863 34 if test $UNIQUE = "uniqueno" ; then
35 echo "unique overlay not available, test skipped"
  /src/external/bsd/flex/dist/src/
flexdef.h 195 #define UNIQUE -1 /* marks a symbol as an e.c. representative */
198 #define INITIAL_MAX_CCLS 100 /* max number of unique character classes */
605 * current_maxccls - current limit on the maximum number of unique ccl's
611 * to represent the unique ccl's
633 * numuniq - number of unique transitions
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.def 369 DEF_INTERNAL_FN (UNIQUE, ECF_NOTHROW, NULL)
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 153 UNIQUE (test_program_id, test_case_id, property_name)
  /src/external/bsd/openldap/dist/tests/scripts/
defines.sh 64 UNIQUE=${AC_unique-uniqueno}
144 UNIQUECONF=$DATADIR/slapd-unique.conf
324 LDIFUNIQUE=$DATADIR/test-unique.ldif
366 UNIQUEDN="cn=Manager,o=unique"
test024-unique 19 if test $UNIQUE = uniqueno; then
72 echo "Adding a unique record..."
75 dn: uid=dave,ou=users,o=unique
99 echo "Adding a non-unique record..."
100 $LDAPADD -D "uid=dave,ou=users,o=unique" -H $URI1 -w $PASSWD > \
102 dn: uid=bill,ou=users,o=unique
117 echo "unique check failed ($RC)!"
124 $LDAPADD -e \!relax -D "uid=dave,ou=users,o=unique" -H $URI1 -w $PASSWD > \
126 dn: uid=bill,ou=users,o=unique
141 echo "unique check failed ($RC)!
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.def 506 DEF_INTERNAL_FN (UNIQUE, ECF_NOTHROW, NULL)

Completed in 22 milliseconds