Search | Google it | Results 1 - 2 of 2 for funcall:opendir (0.02 seconds) |
80: IMPORT DIR *opendir_eno(const char *path, errno_t *eno); 81: IMPORT DIR *opendir(const char *path); 82: IMPORT errno_t readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
393: 394: dir = opendir(path); 395: if (dir == NULL) {