Searched refs:_xstat (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/libstand/
H A Dstat.c32 * the stat, lstat, and fstat functions, all of which call _xstat. It
49 _xstat(const int ver, const char *path, struct stat *st) function
/illumos-gate/usr/src/uts/intel/sys/
H A Dstat_impl.h80 * Application software should NOT program to the _xstat interface.
85 extern int _xstat(const int, const char *, struct stat *);
92 extern int _xstat();
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dxstat.c29 * _xstat(), _lxstat(), _fxstat() and _xmknod() functions
43 _xstat(int version, const char *path, struct stat *statb) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dgross.c58 return _xstat(_STAT_VER, path, st);

Completed in 71 milliseconds