/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);
|
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);
|
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);
|