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

/solaris-userland/components/desktop/os-welcome/files/po/
H A DMakefile23 subdir = po macro
112 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c2310 DIR *dir, *subdir; local
2377 if (!(subdir = opendir(device))) {
2381 while ((subdir_entry = readdir(subdir)) != NULL) {
2394 (void) closedir(subdir);
2405 (void) closedir(subdir);
2446 (void) closedir(subdir);

Completed in 17 milliseconds