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

/sssd/src/tests/
H A Dfiles-tests.c306 struct stat statbuf; local
337 ret = lstat(tmp, &statbuf);
339 fail_unless(S_ISLNK(statbuf.st_mode), "%s not a symlink?\n", tmp);
/sssd/src/monitor/
H A Dmonitor_netlink.c218 struct stat statbuf; local
232 ret = stat(phy80211_path, &statbuf);
245 if (statbuf.st_mode & S_IFDIR) {

Completed in 23 milliseconds