Home
last modified time | relevance | path

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

/titanic_41/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.c62 extern char **cache_options;
1932 cache_options = (char **)calloc((size_t)nmechs + 1, in init_mechs()
1933 sizeof (*cache_options)); in init_mechs()
1934 if (cache_options == NULL) { in init_mechs()
1948 cpp = cache_options; in init_mechs()