Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c131 static int cstatat(int, char *, struct stat *, int, int);
173 return (cstatat(fd, name, sb, followflag, csflags)); in fstatat()
256 cstatat(int fd, char *name, struct stat *sb, int follow, int flags) in cstatat() function