OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cachedir
(Results
1 - 1
of
1
) sorted by relevancy
/src/share/examples/refuse/ian/ian/
ian.c
51
static char *
cachedir
; /* location for cached files */
variable in typeref:typename:char *
57
/* retrieve a file from the remote location, and cache it in
cachedir
*/
103
(void) snprintf(tmpname, sizeof(tmpname), "%s/fetch.XXXXXX",
cachedir
);
256
cachedir
= strdup(DEFAULT_CACHE_DIR);
260
(void) free(
cachedir
);
261
cachedir
= strdup(optarg);
Completed in 94 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025