Searched refs:KEY (Results 1 - 25 of 31) sorted by last modified time

12

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3444 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
7627 ** <tr><td> 8th <td> int <td> True if column is part of the PRIMARY KEY
7640 ** [INTEGER PRIMARY KEY] column has been explicitly declared, then the output
7642 ** [INTEGER PRIMARY KEY] column, then the outputs
8244 ** <li> ^(Column zColumn is part of an index, PRIMARY KEY or UNIQUE
11222 ** Changes can only be recorded for tables that have a PRIMARY KEY explicitly
11224 ** PRIMARY KEY is an "INTEGER PRIMARY KEY" (rowid alias) or not. The PRIMARY
11225 ** KEY may consist of a single column, or may be a composite key.
11228 ** is it an error if the named table does not have a PRIMARY KEY
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql48 id INTEGER PRIMARY KEY AUTOINCREMENT,
66 id INTEGER PRIMARY KEY AUTOINCREMENT,
89 checksum TEXT NOT NULL PRIMARY KEY,
181 PRIMARY KEY (wc_id, local_relpath)
204 PRIMARY KEY (repos_id, repos_relpath)
212 id INTEGER PRIMARY KEY AUTOINCREMENT,
228 PRIMARY KEY (wc_id, local_dir_relpath)
469 PRIMARY KEY (wc_id, local_relpath, op_depth)
558 PRIMARY KEY (wc_id, local_relpath)
624 a INTEGER PRIMARY KEY AUTOINCREMEN
[all...]
H A Dwc-queries.sql612 PRIMARY KEY (wc_id, local_relpath, notify DESC)
653 PRIMARY KEY (wc_id, local_relpath)
1342 local_relpath TEXT NOT NULL PRIMARY KEY,
1410 PRIMARY KEY (local_relpath, actual)
1503 local_relpath TEXT PRIMARY KEY NOT NULL UNIQUE
1535 local_relpath TEXT PRIMARY KEY NOT NULL UNIQUE,
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh50 -k KEY -- Trust an RSA key with SHA256 hash of KEY
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql27 hash TEXT NOT NULL PRIMARY KEY,
47 hash TEXT NOT NULL PRIMARY KEY,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h852 enum { BASE, KEY, END_EXPR }; enumerator in enum:clang::ObjCSubscriptRefExpr::__anon64
875 SubExprs[BASE] = base; SubExprs[KEY] = key;
893 Expr *getKeyExpr() const { return cast<Expr>(SubExprs[KEY]); }
894 void setKeyExpr(Stmt *S) { SubExprs[KEY] = S; }
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c175 typedef const XML_Char *KEY; typedef
178 KEY name;
189 static size_t keylen(KEY s);
464 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
6351 keyeq(KEY s1, KEY s2) {
6359 keylen(KEY s) {
6373 hash(XML_Parser parser, KEY s) {
6384 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) {
/freebsd-11-stable/contrib/ntp/
H A Dbuild13 KEY=`sed -e q < .buildkey-$MYNAME`
15 $KEY) ;;
20 echo "KEY is <$KEY>"
/freebsd-11-stable/usr.bin/indent/
H A Dargs.c73 #define KEY 4 /* type (keyword) */ macro
93 {"T", PRO_SPECIAL, 0, KEY, 0},
288 case KEY:
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh47 -k KEY -- Trust an RSA key with SHA256 hash of KEY
/freebsd-11-stable/contrib/ntp/libntp/
H A Dadjtime.c224 if ((mqid = msgget(KEY, 0)) == -1)
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id270 for KEY in $(printf "%s" "$NEW_IDS" | cut -d' ' -f2) ; do
272 printf "%s\n" "$KEY" | grep ssh-dss >/dev/null || {
276 [ "$DRY_RUN" ] || printf 'set ssh pka-dsa key %s\nsave\nexit\n' "$KEY" | ssh -T "$@" >/dev/null 2>&1
/freebsd-11-stable/release/scripts/
H A Datlas-upload.sh52 KEY="${OPTARG}"
70 -z "${KEY}" -o \
79 BOXRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}?access_token=${KEY}")
87 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/boxes -X POST -d "box[name]=${BOX}" -d "access_token=${KEY}" > /dev/null
88 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[is_private]=false" -d "access_token=${KEY}" > /dev/null
89 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[description]='${DESCRIPTION}'" -d "access_token=${KEY}" > /dev/null
95 VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${KEY}")
103 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "version[version]=${VERSION}" -d "access_token=${KEY}" > /dev/null
104 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION} -X PUT -d "version[description]=${DESCRIPTION}" -d "access_token=${KEY}" > /dev/null
105 VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${KEY}")
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c72 static const char KEY[] = variable
73 "-----BEGIN RSA PRIVATE KEY-----\n"
81 "-----END RSA PRIVATE KEY-----\n";
89 /* new read-only BIO backed by KEY. */
90 bio = BIO_new_mem_buf((char*)KEY, -1);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
203 state = KEY;
217 state = KEY;
222 state = KEY;
231 state = KEY;
243 state = KEY;
779 if (state != KEY)
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_locl.h166 # define BF_ENC(LL,R,KEY,Pi) (\
167 LL^=KEY[Pi], \
168 t= KEY[BF_ROUNDS+2 + 0 + ((R>>24)&0xFF)], \
169 t+= KEY[BF_ROUNDS+2 + 256 + ((R>>16)&0xFF)], \
170 t^= KEY[BF_ROUNDS+2 + 512 + ((R>>8 )&0xFF)], \
171 t+= KEY[BF_ROUNDS+2 + 768 + ((R )&0xFF)], \
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2133 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
5152 ** <tr><td> 8th <td> int <td> True if column is part of the PRIMARY KEY
5164 ** [INTEGER PRIMARY KEY] column has been explicitly declared, then the output
5166 ** explicitly declared [INTEGER PRIMARY KEY] column, then the output
9751 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
9901 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
9903 ** that the datatype of the PRIMARY KEY must be INTEGER for this field to
9904 ** be set. An INTEGER PRIMARY KEY is used as the rowid for each row of
9905 ** the table. If a table has no INTEGER PRIMARY KEY, then a random rowid
9907 ** the table has any PRIMARY KEY, INTEGE
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve.c801 rr->u.key->flags = pRec->Data.KEY.wFlags;
802 rr->u.key->protocol = pRec->Data.KEY.chProtocol;
803 rr->u.key->algorithm = pRec->Data.KEY.chAlgorithm;
806 pRec->Data.KEY.Key, key_len);
/freebsd-11-stable/crypto/openssh/regress/
H A Dkrl.sh128 KEY=$1
132 $SSHKEYGEN -Qf $KRL $KEY >/dev/null
135 fatal "key $KEY not revoked by KRL $KRL: $TAG"
137 fatal "key $KEY unexpectedly revoked by KRL $KRL: $TAG"
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql29 hash TEXT NOT NULL PRIMARY KEY,
/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.c412 #define KEY(key, ec_flags) { \ macro
502 KEY(vp->buffer, 0);
505 KEY(key, EC_MAPCOMMAND);
518 KEY(key, EC_MAPCOMMAND);
533 KEY(vp->buffer, 0);
536 KEY(key, EC_MAPCOMMAND);
631 KEY(vp->buffer, 0);
654 KEY(key, 0);
669 KEY(vp->character, 0);
674 KEY(v
[all...]
/freebsd-11-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c92 if ((mqid = msgget(KEY, 0)) != -1) {
182 if (msgget(KEY, IPC_CREAT|IPC_EXCL) == -1) {
195 if ((mqid = msgget(KEY, 0)) == -1) {
/freebsd-11-stable/contrib/ntp/include/
H A Dadjtime.h22 * CHANGED KEY !!!
42 #define KEY 659847L macro
/freebsd-11-stable/contrib/mtree/
H A Dmisc.c61 } KEY; typedef in typeref:struct:_key
64 static KEY keylist[] = {
97 static KEY typelist[] = {
120 KEY *k, tmp;
125 for (i = 0; i < sizeof(keylist) / sizeof(KEY); i++)
131 k = (KEY *)bsearch(&tmp, keylist, sizeof(keylist) / sizeof(KEY),
132 sizeof(KEY), keycompare);
145 KEY *k, tmp;
148 k = (KEY *)bsearc
[all...]
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp470 KEY, // in the middle of a key
476 // the beginning have been seen. In states PERCENT, IGNORE, KEY,
517 state = KEY;
547 state = KEY;
592 case KEY:
620 state = KEY;
635 case KEY:

Completed in 1429 milliseconds

12