Searched refs:sdescriptor (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/unix/
H A Dlock.c501 struct stat sfile, sdescriptor;
516 if (fstat (o, &sdescriptor) < 0)
522 if (sfile.st_ino == sdescriptor.st_ino
523 && sfile.st_dev == sdescriptor.st_dev)
500 struct stat sfile, sdescriptor; local

Completed in 118 milliseconds