/external/bison/lib/ |
D | sys_stat.in.h | 458 # 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/ |
D | stat.h | 770 # 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/ |
D | stat.h | 770 # 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/ |
D | glob_altdirfunc.cc | 42 return lstat(s, st); in my_gl_lstat() 49 return lstat(s, st); in my_gl_stat()
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 31 [1039] = { 2, TF, SEN(lstat), "lstat" }, 42 [1050] = { 2, TF, SEN(lstat), "lstat" },
|
/external/autotest/client/site_tests/security_SymlinkRestrictions/ |
D | security_SymlinkRestrictions.py | 180 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/ |
D | sort.c | 121 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/ |
D | open.m4 | 17 AC_CHECK_FUNCS_ONCE([lstat]) 20 [# Assume that if we have lstat, we can also check symlinks.
|
D | stat.m4 | 13 AC_CHECK_FUNCS_ONCE([lstat]) 32 # Assume that if we have lstat, we can also check symlinks.
|
/external/protobuf/src/google/protobuf/testing/ |
D | file.cc | 55 #define lstat stat macro 169 if (lstat(name.c_str(), &stats) != 0) return; in DeleteRecursively()
|
/external/strace/tests/ |
D | lstat.c | 9 # define TEST_SYSCALL_NAME lstat
|
D | Makefile.am | 79 lstat \ program 207 lstat.test \
|
D | .gitignore | 45 lstat
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar_obsolete.stderr.exp | 155 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/ |
D | symlinks.c | 202 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/ |
D | selinuxswig_python.i | 21 mode = os.lstat(path)[stat.ST_MODE] 25 mode = os.lstat(path)[stat.ST_MODE]
|
/external/webrtc/talk/media/devices/ |
D | v4llookup.cc | 57 if (lstat(device_path.c_str(), &s) != 0 || !S_ISCHR(s.st_mode)) return false; in CheckIsV4L2Device()
|
/external/fio/lib/ |
D | linux-dev-lookup.c | 29 if (lstat(full_path, &st) == -1) { in blktrace_lookup_device()
|
/external/toybox/toys/other/ |
D | mountpoint.c | 36 if (lstat(arg, &st1)) perror_exit_raw(arg); in mountpoint_main()
|
/external/google-breakpad/src/common/tests/ |
D | auto_tempdir.h | 81 EXPECT_TRUE(lstat(entry_path.c_str(), &stats) == 0); in DeleteRecursively()
|
/external/e2fsprogs/lib/e2p/ |
D | fsetflags.c | 76 if (!lstat(name, &buf) && in fsetflags()
|
D | fgetflags.c | 70 if (!lstat(name, &buf) && in fgetflags()
|
/external/libcap/progs/ |
D | getcap.c | 96 if (lstat(argv[i], &stbuf) != 0) { in main()
|
/external/toybox/toys/posix/ |
D | ln.c | 40 if (((toys.optflags&FLAG_n) ? lstat : stat)(dest, &buf) in ln_main()
|
/external/avahi/avahi-daemon/ |
D | sd-daemon.c | 432 if (lstat("/sys/fs/cgroup", &a) < 0) in sd_booted() 435 if (lstat("/sys/fs/cgroup/systemd", &b) < 0) in sd_booted()
|