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

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

Completed in 10 milliseconds