Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c285 static int cstatat32(int, char *, struct stat32 *, int, int);
308 return (cstatat32(fd, name, sb, followflag, csflags)); in fstatat32()
379 cstatat32(int fd, char *name, struct stat32 *sb, int follow, int flags) in cstatat32() function