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

/sssd-io/src/tools/
H A Dtools_util.c331 struct stat statres; local
334 ret = stat(path, &statres);
342 if (statres.st_uid == uid) {
/sssd-io/src/util/
H A Dfiles.c184 struct stat statres; local
214 &statres, AT_SYMLINK_NOFOLLOW);
222 if (S_ISDIR(statres.st_mode)) {
224 if (parent_dev && parent_dev != statres.st_dev) {
233 statres.st_dev, false);

Completed in 12 milliseconds