OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/mtree/
misc.c
56
const char *name; /*
key
name */
61
}
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
[
all
...]
/src/usr.bin/skey/
skeyaudit.sh
43
KEY
=$3
45
# echo "$USER -- $SEQ -- $
KEY
"
51
$ECHO "You are nearing the end of your current S/
Key
sequence for account $i"
54
$ECHO "Your S/
key
sequence number is now $SEQ. When it reaches zero you"
55
$ECHO "will no longer be able to use S/
Key
to login into the system. "
/src/sbin/cgdconfig/
cgdparse.y
70
%token <token> KEYGEN SALT ITERATIONS MEMORY PARALLELISM VERSION
KEY
CMD SHARED
106
|
KEY
bits EOL { $$ = keygen_key($2); }
119
|
KEY
cgdlex.l
104
key
{ RETTOKEN(
KEY
); }
/src/tests/lib/libc/db/
h_db.c
62
enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG,
KEY
, DATA };
105
DBT data,
key
, keydata;
local
186
/* Delete the newline, displaying the
key
/data is easier. */
199
state =
KEY
;
213
state =
KEY
;
218
state =
KEY
;
224
rem(dbp, &
key
);
227
state =
KEY
;
239
state =
KEY
;
242
seq(dbp, &
key
);
497
DBT
key
, data;
local
[
all
...]
/src/share/examples/puffs/pgfs/
newfs.sql
59
fileid fileid PRIMARY
KEY
,
74
fileid fileid PRIMARY
KEY
, -- REFERENCES file
86
CONSTRAINT dirent_pkey PRIMARY
KEY
(parent_fileid, name),
/src/sys/sys/
mount.h
225
#define VFS_LOADVNODE(MP, VP,
KEY
, KEY_LEN, NEW_KEY) \
226
(*(MP)->mnt_op->vfs_loadvnode)(MP, VP,
KEY
, KEY_LEN, NEW_KEY)
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026