OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keystring
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/
crypto.c
219
char
keystring
[129];
local
251
&act->key_id, act->typen,
keystring
);
253
int len = strlen(
keystring
);
257
memcpy(act->key_seq,
keystring
, len + 1);
265
val = (hex_val(
keystring
[j]) << 4) |
266
hex_val(
keystring
[j+1]);
/src/external/bsd/tmux/dist/
status.c
1295
const char *histstr, *separators = NULL, *
keystring
;
local
1301
keystring
= key_string_lookup_key(key, 0);
1302
c->prompt_inputcb(c, c->prompt_data,
keystring
, 1);
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026