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

/solaris-userland-s11u3/components/openssl/openssl-default/wanboot-openssl/
H A Dwanboot-stubs.c71 readdir(DIR *dirp) argument
78 closedir(DIR *dirp) argument
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/
H A DsunProcesses.c202 DIR *dirp; local
228 if ((dirp = opendir(procdir)) == NULL) {
238 while (dentp = readdir(dirp)) {
298 (void) closedir(dirp);
/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c125 DIR *dirp; local
158 if ((dirp = opendir(plugindir)) == NULL) {
163 while (dirp) {
165 if ((dp = readdir(dirp)) != NULL) {
234 (void) closedir(dirp);
244 (void) closedir(dirp);

Completed in 854 milliseconds