Home
last modified time | relevance | path

Searched refs:key_stringkey (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libkeynote/
H A Dauxil.c160 kl->key_stringkey = key; in keynote_keylist_add()
197 if (!strcmp(kl->key_stringkey, key)) in kn_remove_authorizer()
206 if (!strcmp(kl->key_next->key_stringkey, key)) in kn_remove_authorizer()
263 if (!strcmp(kl->key_stringkey, s)) in keynote_keylist_find()
280 free(kl->key_stringkey); in keynote_keylist_free()
H A Denvironment.c83 if (kl->key_stringkey != NULL) in keynote_get_action_authorizers()
84 cachesize += strlen(kl->key_stringkey) + 1; in keynote_get_action_authorizers()
99 if (kl->key_stringkey != NULL) { in keynote_get_action_authorizers()
101 cachesize - len, "%s,", kl->key_stringkey); in keynote_get_action_authorizers()
102 len += strlen(kl->key_stringkey) + 1; in keynote_get_action_authorizers()
H A Dkeynote.h50 char *key_stringkey; member
H A Dassertion.h52 char *key_stringkey; member