Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 25 of 159) sorted by relevance

1234567

/external/bison/lib/
Dsys_stat.in.h458 # define lstat stat
460 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf));
463 # undef lstat
464 # define lstat rpl_lstat
466 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
468 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
470 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
473 _GL_CXXALIASWARN (lstat);
476 # undef lstat
478 _GL_WARN_ON_USE (lstat, "lstat is unportable - "
/external/bison/linux-lib/sys/
Dstat.h770 # define lstat stat
772 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf));
775 # undef lstat
776 # define lstat rpl_lstat
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
785 _GL_CXXALIASWARN (lstat);
788 # undef lstat
790 _GL_WARN_ON_USE (lstat, "lstat is unportable - "
/external/bison/darwin-lib/sys/
Dstat.h770 # define lstat stat
772 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf));
775 # undef lstat
776 # define lstat rpl_lstat
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
785 _GL_CXXALIASWARN (lstat);
788 # undef lstat
790 _GL_WARN_ON_USE (lstat, "lstat is unportable - "
/external/compiler-rt/test/msan/Linux/
Dglob_altdirfunc.cc42 return lstat(s, st); in my_gl_lstat()
49 return lstat(s, st); in my_gl_stat()
/external/strace/linux/aarch64/
Dsyscallent.h31 [1039] = { 2, TF, SEN(lstat), "lstat" },
42 [1050] = { 2, TF, SEN(lstat), "lstat" },
/external/autotest/client/site_tests/security_SymlinkRestrictions/
Dsecurity_SymlinkRestrictions.py180 self.check(os.lstat(userone_symlink).st_uid == uidone,
182 self.check(os.lstat(usertwo_symlink).st_uid == uidtwo,
185 self.check(os.lstat(userone_symlink).st_uid == os.lstat(tmpdir).st_uid,
/external/squashfs-tools/squashfs-tools/
Dsort.c121 if(lstat(path, &buf) == -1) in add_sort_list()
135 res = lstat(filename, &buf); in add_sort_list()
146 if(n == 0 && mkisofs_style == -1 && lstat(path, &buf) != -1) { in add_sort_list()
/external/bison/m4/
Dopen.m417 AC_CHECK_FUNCS_ONCE([lstat])
20 [# Assume that if we have lstat, we can also check symlinks.
Dstat.m413 AC_CHECK_FUNCS_ONCE([lstat])
32 # Assume that if we have lstat, we can also check symlinks.
/external/protobuf/src/google/protobuf/testing/
Dfile.cc55 #define lstat stat macro
169 if (lstat(name.c_str(), &stats) != 0) return; in DeleteRecursively()
/external/strace/tests/
Dlstat.c9 # define TEST_SYSCALL_NAME lstat
DMakefile.am79 lstat \ program
207 lstat.test \
D.gitignore45 lstat
/external/valgrind/memcheck/tests/solaris/
Dscalar_obsolete.stderr.exp155 Syscall param lstat(path) contains uninitialised byte(s)
158 Syscall param lstat(buf) contains uninitialised byte(s)
161 Syscall param lstat(path) points to unaddressable byte(s)
165 Syscall param lstat(buf) points to unaddressable byte(s)
/external/e2fsprogs/util/
Dsymlinks.c202 lstat(abspath, &lstbuf); /* if the above didn't fail, then this shouldn't */ in fix_symlink()
288 if (lstat(path, &st) == -1) { in dirwalk()
375 if (lstat(path, &st) == -1)
/external/selinux/libselinux/src/
Dselinuxswig_python.i21 mode = os.lstat(path)[stat.ST_MODE]
25 mode = os.lstat(path)[stat.ST_MODE]
/external/webrtc/talk/media/devices/
Dv4llookup.cc57 if (lstat(device_path.c_str(), &s) != 0 || !S_ISCHR(s.st_mode)) return false; in CheckIsV4L2Device()
/external/fio/lib/
Dlinux-dev-lookup.c29 if (lstat(full_path, &st) == -1) { in blktrace_lookup_device()
/external/toybox/toys/other/
Dmountpoint.c36 if (lstat(arg, &st1)) perror_exit_raw(arg); in mountpoint_main()
/external/google-breakpad/src/common/tests/
Dauto_tempdir.h81 EXPECT_TRUE(lstat(entry_path.c_str(), &stats) == 0); in DeleteRecursively()
/external/e2fsprogs/lib/e2p/
Dfsetflags.c76 if (!lstat(name, &buf) && in fsetflags()
Dfgetflags.c70 if (!lstat(name, &buf) && in fgetflags()
/external/libcap/progs/
Dgetcap.c96 if (lstat(argv[i], &stbuf) != 0) { in main()
/external/toybox/toys/posix/
Dln.c40 if (((toys.optflags&FLAG_n) ? lstat : stat)(dest, &buf) in ln_main()
/external/avahi/avahi-daemon/
Dsd-daemon.c432 if (lstat("/sys/fs/cgroup", &a) < 0) in sd_booted()
435 if (lstat("/sys/fs/cgroup/systemd", &b) < 0) in sd_booted()

1234567