Home
last modified time | relevance | path

Searched refs:lstat64 (Results 1 – 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h168 #pragma redefine_extname lstat lstat64
178 #define lstat lstat64
196 #pragma redefine_extname lstat64 lstat
206 #define lstat64 lstat
499 extern int lstat64(const char *_RESTRICT_KYWD, struct stat64 *_RESTRICT_KYWD);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dstat.c53 #pragma weak _lstat64 = lstat64
55 lstat64(const char *name, struct stat64 *sb) in lstat64() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmktemp.c183 lstat64(as, &buf) == -1 && errno == ENOENT) { in libc_mktemps()
208 if (lstat64(as, &buf) == -1) { in libc_mktemps()
H A Dremove.c46 if (lstat64(filename, &statb) != 0) in remove()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgross.c75 extern int lstat64(const char* path, struct stat64* st) in lstat64() function
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c121 rc = (lf_xftw(path, fn, depth, lstat64)); in lf_lftw()
H A Ddumpmain.c1461 if (lstat64(filename, &pre_lstat) < 0) { in safe_open_common()
1482 if (lstat64(filename, &post_lstat) < 0) { in safe_open_common()
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa51 lstat64
/illumos-gate/usr/src/lib/c_synonyms/i386/
H A Dsyn_isa50 lstat64
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum206 lstat64 216
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum205 lstat64 216
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfcntl101 #define lstat lstat64
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfcntl101 #define lstat lstat64
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfcntl101 #define lstat lstat64
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfcntl101 #define lstat lstat64
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.c66 if (lstat64(path, &statbuf) == 0) { in __open_nc()
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c280 if (lstat64((char *)savdir, &stbuf) < 0 || !S_ISDIR(stbuf.st_mode)) { in copyout()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c449 int (*statf)() = hflg ? lstat64 : stat64; in type()
454 if (statf == lstat64 || lstat64(file, &mbuf) < 0) { in type()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c205 if (lstat64(path, st) == -1) in fs_getstat()
257 if (lstat64(file_path, &st) != 0) { in fs_getdents()
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c505 if (lstat64(lpath, &sb) < 0) { in get_media_info()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c292 ret = lstat64(input_fname, &stat_buf); in create_manifest_filelist()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c442 erc = lstat64(name, &tlm_acls->acl_attr); in get_acl_info()
489 erc = lstat64(fil, &tlm_acls->acl_attr); in get_dir_acl_info()
507 erc = lstat64(root_dir, &attr); in get_dir_acl_info()
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.c385 return (lstat64(path, buf)); in pr_lstat64()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c271 int lstat64(char *, struct stat64 *);
704 SYSENT_CI("lstat64", lstat64, 2)),
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1017 @ MSG_SYS_LSTAT64 "[ lstat64 ]" # 216
1018 @ MSG_SYS_LSTAT64_ALT "lstat64"

12