Lines Matching refs:stat_buf
515 struct stat64 stat_buf; in add_dir_1() local
516 if (path == NULL || stat64 (path, &stat_buf)) in add_dir_1()
525 entry->ino = stat_buf.st_ino; in add_dir_1()
526 entry->dev = stat_buf.st_dev; in add_dir_1()
659 struct stat64 stat_buf; in manual_link() local
713 if (lstat64 (real_library, &stat_buf)) in manual_link()
719 else if (!S_ISREG (stat_buf.st_mode)) in manual_link()
727 &isa_level, &soname, 0, &stat_buf)) in manual_link()
899 struct stat64 stat_buf; in search_dir() local
917 if (__glibc_unlikely (stat64 (target_name, &stat_buf))) in search_dir()
935 is_dir = S_ISDIR (stat_buf.st_mode); in search_dir()
938 lstat_buf.st_dev = stat_buf.st_dev; in search_dir()
939 lstat_buf.st_ino = stat_buf.st_ino; in search_dir()
940 lstat_buf.st_size = stat_buf.st_size; in search_dir()
941 lstat_buf.st_ctime = stat_buf.st_ctime; in search_dir()