Home
last modified time | relevance | path

Searched defs:statf (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dtest.c240 int (*statf)() = (field == S_IFLNK) ? lstat : stat; in filtyp() local
/titanic_50/usr/src/cmd/ttymon/
H A Dtmexpress.c401 static struct stat statf, statu; local
/titanic_50/usr/src/lib/libc/port/gen/
H A Dnftw.c152 int (*statf)(const char *, struct stat *, struct Save *, int flags); member
/titanic_50/usr/src/ucbcmd/ls/
H A Dls.c321 int (*statf)() = Lflg ? stat : lstat; in gstat() local
/titanic_50/usr/src/cmd/mv/
H A Dmv.c995 int (*statf)() = (cpy && in chkfiles() local
/titanic_50/usr/src/cmd/file/
H A Dfile.c448 int (*statf)() = hflg ? lstat64 : stat64; in type() local
/titanic_50/usr/src/cmd/ls/
H A Dls.c1769 int (*statf)() = ((Lflg) || (Hflg && argfl)) ? stat : lstat; in gstat() local