Search | Google it | Results 1 - 2 of 2 for funcall:readdir_r (0.01 seconds) |
81: IMPORT DIR *opendir(const char *path); 82: IMPORT errno_t readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result); 83: IMPORT void rewinddir(DIR *dirp);
402: 403: while (readdir_r(dir, &ent, &entp) >= 0) { 404: if (entp == NULL) break;