Home
last modified time | relevance | path

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

/original-bsd/usr.bin/file/
H A Dfile.c59 int (*statfcn) __P((const char *, struct stat *)); variable
74 statfcn = lstat;
78 statfcn = stat;
120 if (statfcn(file, &mbuf) < 0 &&
121 (statfcn == lstat || lstat(file, &mbuf))) {