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

/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c2310 DIR *dir, *subdir; local
2330 if (!(dir = opendir(bus->dirname))) {
2348 while ((dir_entry = readdir(dir)) != NULL) {
2350 usb_dprintf(DEBUG_FUNCTIONS, "usb_search_dev_usb(): dir=%s\n",
2395 (void) closedir(dir);
2406 (void) closedir(dir);
2452 (void) closedir(dir);
/solaris-userland/make-rules/
H A Dshared-macros.mk49 export WS_TOP := $(realpath $(dir $(realpath $(dir $(filter \
715 INS.dir= $(INSTALL) -d $@

Completed in 37 milliseconds