Home
last modified time | relevance | path

Searched refs:dir_stat (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5674 struct stat dir_stat; in print_zpool_dir_scripts() local
5688 if (stat(fullpath, &dir_stat) == 0) in print_zpool_dir_scripts()
5689 if (dir_stat.st_mode & S_IXUSR && in print_zpool_dir_scripts()
5690 S_ISREG(dir_stat.st_mode)) in print_zpool_dir_scripts()