gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:opendir (0.02 seconds)
t2ex
t2ex_source/include/t2ex/dirent.h - 3.2KB - 91 lines
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);
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
393: 
394:         dir = opendir(path);
395:         if (dir == NULL) {