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

/solaris-userland/components/openssl/openssl-default/wanboot-openssl/
H A Dwanboot-stubs.c58 * case of failure, so we just fail opendir() and stub out the rest. At
63 opendir(const char *dirname) function
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c132 dskp = opendir("/dev/dsk");
135 dskp = opendir("/dev/rmt");
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c228 if ((dirp = opendir(procdir)) == NULL) {
/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c158 if ((dirp = opendir(plugindir)) == NULL) {
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c2330 if (!(dir = opendir(bus->dirname))) {
2335 "couldn't opendir %s: %d", bus->dirname, errno);
2377 if (!(subdir = opendir(device))) {

Completed in 25 milliseconds