Home
last modified time | relevance | path

Searched refs:cache_options (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c158 char **cache_options; variable
221 cache_options = NULL; in main()
279 d = getsubopt(&options, cache_options, &value); in main()
287 "mechtype %s\n", cache_options[d]); in main()
320 char **cpp = cache_options; in main()
H A Dsetkey.c60 extern char **cache_options;
1930 cache_options = (char **)calloc((size_t)nmechs + 1, in init_mechs()
1931 sizeof (*cache_options)); in init_mechs()
1932 if (cache_options == NULL) { in init_mechs()
1946 cpp = cache_options; in init_mechs()