Searched defs:statres (Results 1 - 2 of 2) sorted by relevance

/sssd/src/tools/
H A Dtools_util.c333 struct stat statres; local
336 ret = stat(path, &statres);
344 if (statres.st_uid == uid) {
H A Dfiles.c185 struct stat statres; local
215 &statres, AT_SYMLINK_NOFOLLOW);
223 if (S_ISDIR(statres.st_mode)) {
225 if (parent_dev && parent_dev != statres.st_dev) {
234 statres.st_dev, false);

Completed in 262 milliseconds