Searched refs:sbuf2 (Results 1 – 1 of 1) sorted by relevance
55 struct stat sbuf2; in fdmatch() local58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()