Searched refs:statf (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | nftw.c | 152 int (*statf)(const char *, struct stat *, struct Save *, int flags); member 198 vp->savedstatf = vp->statf; in walk() 202 vp->statf = nocdstat; in walk() 204 vp->statf = cdstat; in walk() 207 vp->statf = vp->savedstatf; in walk() 216 if ((*vp->statf)(comp, &statb, last, _AT_TRIGGER) >= 0) { in walk() 262 if (((vp->statf == cdstat) && in walk() 265 ((vp->statf == nocdstat) && in walk() 462 if ((*vp->statf)(".", &statb, last, 0) < 0 || in walk() 474 ((*vp->statf)(".", &statb, in walk() [all …]
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmexpress.c | 401 static struct stat statf, statu; local 425 (fstat(fd, &statf) == 0) && 427 (statf.st_dev == statu.st_dev) && 428 (statf.st_rdev == statu.st_rdev)) {
|
/titanic_41/usr/src/cmd/sh/ |
H A D | test.c | 240 int (*statf)() = (field == S_IFLNK) ? lstat : stat; in filtyp() local 242 if ((*statf)(f, &statb) < 0) in filtyp()
|
/titanic_41/usr/src/ucbcmd/ls/ |
H A D | ls.c | 321 int (*statf)() = Lflg ? stat : lstat; in gstat() local 337 if ((*statf)(file, &stb) < 0) { in gstat() 338 if (statf == lstat || lstat(file, &stb) < 0) { in gstat()
|
/titanic_41/usr/src/cmd/file/ |
H A D | file.c | 448 int (*statf)() = hflg ? lstat64 : stat64; in type() local 452 if ((*statf)(file, &mbuf) < 0) { in type() 453 if (statf == lstat64 || lstat64(file, &mbuf) < 0) { in type()
|
/titanic_41/usr/src/cmd/mv/ |
H A D | mv.c | 995 int (*statf)() = (cpy && in chkfiles() local 1003 if ((*statf)(source, &s1) < 0) { in chkfiles() 1042 if ((*statf)(target, &s2) >= 0) { in chkfiles() 1065 if ((*statf)(target, &s2) >= 0) { in chkfiles()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 1776 int (*statf)() = ((Lflg) || (Hflg && argfl)) ? stat : lstat; in gstat() local 1841 if ((*statf)(file, &statb) < 0) { in gstat()
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 1265 fts: initialize parent stat[bp] from top level *after* statf done
|