Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c778 extern int lstat32(char *, struct stat32 *);
910 /* 88 */ SYSENT_CI("lstat", lstat32, 2),
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c318 lstat32(char *name, struct stat32 *sb) in lstat32() function