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

/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c2314 struct stat statbuf; local
2363 if (lstat(device, &statbuf) == -1) {
2366 if (!S_ISDIR(statbuf.st_mode)) {

Completed in 16 milliseconds