gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:readdir_r (0.01 seconds)
t2ex
t2ex_source/include/t2ex/dirent.h - 3.2KB - 91 lines
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);
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
402: 
403:         while (readdir_r(dir, &ent, &entp) >= 0) {
404:                 if (entp == NULL) break;