Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c153 stat_t localStatBuf; in UTIL_chmod() local
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
156 statbuf = &localStatBuf; in UTIL_chmod()