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

/systemd/src/basic/
H A Dfd-util.c259 struct stat sta, stb; local
289 if (fstat(a, &sta) < 0)
295 if ((sta.st_mode & S_IFMT) != (stb.st_mode & S_IFMT))
302 if (S_ISCHR(sta.st_mode) || S_ISBLK(sta.st_mode))
305 if (sta.st_dev != stb.st_dev || sta.st_ino != stb.st_ino)

Completed in 32 milliseconds