Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 25 of 38) sorted by relevance

12

/glibc-2.36/support/
Dsupport_copy_file_range.c43 if (S_ISDIR (instat.st_mode) || S_ISDIR (outstat.st_mode)) in support_copy_file_range()
Dtest-container.c177 && S_ISDIR (st.st_mode)) in maybe_xmkdir()
559 if (S_ISDIR (s.st_mode)) in rsync_1()
568 if (!S_ISDIR (s.st_mode)) in rsync_1()
654 if (!S_ISDIR (s.st_mode)) in rsync_1()
894 && S_ISDIR (st.st_mode)) in main()
Dxmkdirp.c42 if (S_ISDIR (s.st_mode)) in xmkdirp()
/glibc-2.36/io/
Dmkdirat.c42 if (!S_ISDIR (st.st_mode)) in mkdirat()
Dmkfifoat.c43 if (!S_ISDIR (st.st_mode)) in mkfifoat()
Dopenat.c48 if (!S_ISDIR (st.st_mode)) in __openat()
Dopenat64.c46 if (!S_ISDIR (st.st_mode)) in __openat64()
Dfile_change_detection.c49 if (S_ISDIR (st->st_mode)) in libc_hidden_def()
Dtst-mkdirat.c105 if (!S_ISDIR (st1.st_mode)) in do_test()
Dtst-ftw-lnk.c56 if (S_ISDIR (sb->st_mode)) sb_type = "DIR"; in debug_cb()
Dftw.c451 if (S_ISDIR (st.st_mode)) in process_entry()
760 if (S_ISDIR (st.st_mode)) in ftw_startup()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dfdopendir.c34 if (__glibc_unlikely (! S_ISDIR (statbuf.st_mode))) in __fdopendir()
Dopendir.c55 if (__glibc_unlikely (! S_ISDIR (statbuf.st_mode))) in opendir_tail()
Dttyname_r.c158 if (__stat64_time64 (buf, &st1) == 0 && S_ISDIR (st1.st_mode)) in __ttyname_r()
/glibc-2.36/elf/
Dtst-dlopenrpath.c40 || !S_ISDIR (st.st_mode))) in do_test()
Dsln.c162 if (S_ISDIR (stats.st_mode)) in makesymlink()
Dldconfig.c435 if (S_ISDIR (st.st_mode)) in add_glibc_hwcaps_subdirectories()
933 is_dir = S_ISDIR (stat_buf.st_mode); in search_dir()
942 is_dir = S_ISDIR (lstat_buf.st_mode); in search_dir()
/glibc-2.36/locale/
Dtst-localedef-path-norm.c88 if (!S_ISDIR (fs.st_mode)) in run_test()
Dloadlocale.c254 if (__glibc_unlikely (S_ISDIR (st.st_mode))) in _nl_load_locale()
/glibc-2.36/sysdeps/posix/
Dtempname.c102 return __stat64_time64 (dir, &buf) == 0 && S_ISDIR (buf.st_mode); in direxists()
Dgetcwd.c408 if (entry_status == 0 && S_ISDIR (st.st_mode) in __getcwd_generic()
/glibc-2.36/posix/
Dtst-chmod.c102 if (!S_ISDIR (st1.st_mode)) in do_test()
Dglob.c259 ? pglob->gl_stat (filename, &st) == 0 && S_ISDIR (st.st_mode) in is_dir()
261 && S_ISDIR (st64.st_mode))); in is_dir()
1411 && S_ISDIR (st64.st_mode))) in glob_in_dir()
/glibc-2.36/hurd/
Dlookup-retry.c153 if (flags & O_DIRECTORY && !S_ISDIR (st.st_mode)) in __hurd_file_name_lookup_retry()
/glibc-2.36/locale/programs/
Dlocfile.c387 if (lstat64 (output_path, &output_stat) < 0 || !S_ISDIR (output_stat.st_mode)) in siblings_uncached()
417 && S_ISDIR (other_stat.st_mode) in siblings_uncached()

12