Home
last modified time | relevance | path

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

/coreutils/src/
Ddf.c1373 get_point (char const *point, const struct stat *statp) in get_point() argument
1408 || device_stats.st_dev != statp->st_dev)) in get_point()
1434 if (statp->st_dev == me->me_dev in get_point()
1458 char *mp = find_mount_point (point, statp); in get_point()
1472 get_entry (char const *name, struct stat const *statp) in get_entry() argument
1474 if ((S_ISBLK (statp->st_mode) || S_ISCHR (statp->st_mode)) in get_entry()
1478 get_point (name, statp); in get_entry()
Dstat.c990 const struct stat *statp) in out_mount_point() argument
999 if (follow_links || !S_ISLNK (statp->st_mode)) in out_mount_point()
1021 if ((mp = find_mount_point (filename, statp))) in out_mount_point()