Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c412 static int cstatat64(int, char *, struct stat64 *, int, int);
435 return (cstatat64(fd, name, sb, followflag, csflags)); in fstatat64()
487 cstatat64(int fd, char *name, struct stat64 *sb, int follow, int flags) in cstatat64() function