Searched refs:cache_options (Results 1 – 2 of 2) sorted by relevance
158 char **cache_options; variable221 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()
62 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()