/external/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() function 68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function 73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function 100 TEST(fstatat(fds[i], filenames[i], &statbuf, flags[i])); in main()
|
/external/ltp/m4/ |
D | ltp-fstatat.m4 | 25 AC_CHECK_FUNCS(fstatat,,)
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 80 fstatat 79
|
/external/toybox/lib/ |
D | dirtree.c | 38 if (fstatat(fd, name, &st, AT_SYMLINK_NOFOLLOW*!(flags&DIRTREE_SYMFOLLOW))) in dirtree_add_node()
|
D | lib.c | 179 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) { in mkpathat()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 714 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() argument 716 int res = REAL(fstatat)(fd, pathname, buf, flags); in INTERCEPTOR() 720 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(fstatat)
|
/external/strace/tests/ |
D | Makefile.am | 394 fstatat.c \
|
/external/toybox/toys/posix/ |
D | cp.c | 149 || (!fstatat(cfd, catch, &cst, 0) && cst.st_dev == try->st.st_dev in cp_node()
|
D | ls.c | 495 if (fstatat(dirfd, sort[next]->symlink, &st2, 0)) color = 256+31; in listfiles()
|
D | ps.c | 909 if (!fstatat(fd, buf, &st, 0) && S_ISCHR(st.st_mode) in get_ps()
|
/external/strace/tests-mx32/ |
D | Makefile.am | 394 fstatat.c \
|
/external/strace/tests-m32/ |
D | Makefile.am | 394 fstatat.c \
|
/external/kmod/tools/ |
D | depmod.c | 691 fstatat(dirfd(d), name, &st, 0); in cfg_files_filter_out() 1263 if (fstatat(dfd, name, &st, 0) < 0) { in depmod_modules_search_dir() 2641 if (fstatat(dfd, name, &st, 0) < 0) { in depfile_up_to_date_dir() 2715 if (fstatat(dirfd(d), "modules.dep", &st, 0) != 0) { in depfile_up_to_date()
|
/external/mesa3d/src/util/ |
D | disk_cache.c | 501 if (fstatat(dirfd(dir), entry->d_name, &sb, 0) == 0) { in choose_lru_file_matching()
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 712 fstatat(dirfd(d), fn, &st, 0); in conf_files_filter_out()
|
/external/strace/ |
D | NEWS | 359 * Added -e trace=%fstat option for tracing variants of fstat and fstatat 362 status information (stat, lstat, fstat, fstatat, statx, and their 941 * Fixed syscall flags of fstatat*, mmap, mmap2, fadvise64*, swapoff,
|
D | configure.ac | 275 fstatat
|
D | config.h.in | 695 /* Define to 1 if you have the `fstatat' function. */
|
D | ChangeLog | 19638 With the switch of fstatat family tests to USE_ASM_STAT variant, 19643 * tests/fstatat.c (USE_ASM_STAT): Remove. 19657 * tests/fstatat.c (TEST_SYSCALL_INVOKE): Invoke the relevant syscall 24307 * tests/fstatat.c (PRINT_SYSCALL_HEADER): Add errno saving. 33713 tests/fstatat.c: use libtests. 33714 * tests/fstatat.c: Use SKIP_MAIN_UNDEFINED. 34695 Parametrize code from fstatat.c to support <asm/stat.h> 34701 * tests/xstatx.c: New file, based on fstatat.c. 34702 * tests/fstatat.c: Use it. 34776 * configure.ac (AC_CHECK_FUNCS): Add fstatat, ftruncate, and futimens. [all …]
|
D | configure | 9977 for ac_func in accept4 be64toh fallocate fanotify_mark fopen64 fork fputs_unlocked fstatat ftruncat…
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 720 TEST(MemorySanitizer, fstatat) { in TEST() argument 724 int res = fstatat(dirfd, SUBFILE_TO_READ, st, 0); in TEST()
|
/external/python/cpython3/ |
D | pyconfig.h.in | 351 /* Define to 1 if you have the `fstatat' function. */
|
D | configure.ac | 3557 fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 2142 result = fstatat(dir_fd, path->narrow, &st, in posix_do_stat() 11655 result = fstatat(self->dir_fd, path, &st, in DirEntry_fetch_stat()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1788 fun:fstatat=uninstrumented
|