Searched refs:DIR (Results 1 – 12 of 12) sorted by relevance
| /components/libc/compilers/common/include/ |
| A D | dirent.h | 51 }DIR; typedef 81 int closedir(DIR *); 82 DIR *opendir(const char *); 83 struct dirent *readdir(DIR *); 84 int readdir_r(DIR *, struct dirent *, struct dirent **); 85 void rewinddir(DIR *); 86 void seekdir(DIR *, long); 87 long telldir(DIR *);
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_posix.c | 705 DIR *opendir(const char *name) in opendir() 709 DIR *t; in opendir() 727 t = (DIR *) rt_malloc(sizeof(DIR)); in opendir() 735 rt_memset(t, 0, sizeof(DIR)); in opendir() 760 struct dirent *readdir(DIR *d) in readdir() 808 long telldir(DIR *d) in telldir() 834 void seekdir(DIR *d, long offset) in seekdir() 858 void rewinddir(DIR *d) in rewinddir() 884 int closedir(DIR *d) in closedir() 925 DIR *d; in chdir()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.h | 242 } DIR; typedef 312 FRESULT f_opendir (DIR* dp, const TCHAR* path); /* Open a directory */ 313 FRESULT f_closedir (DIR* dp); /* Close an open directory */ 314 FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */ 315 FRESULT f_seekdir(DIR *dj, int offset); /* Seek in directory */ 316 FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first… 317 FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */
|
| A D | dfs_elm.c | 143 DIR *dir; in dfs_elm_mount() 146 dir = (DIR *)rt_malloc(sizeof(DIR)); in dfs_elm_mount() 372 DIR *dir; in dfs_elm_open() 387 dir = (DIR *)rt_malloc(sizeof(DIR)); in dfs_elm_open() 478 DIR *dir = RT_NULL; in dfs_elm_close() 480 dir = (DIR *)(file->data); in dfs_elm_close() 618 DIR *dir = RT_NULL; in dfs_elm_lseek() 620 dir = (DIR *)(file->data); in dfs_elm_lseek() 637 DIR *dir; in dfs_elm_getdents() 643 dir = (DIR *)(file->data); in dfs_elm_getdents()
|
| A D | ff.c | 2462 DIR dj; 3026 DIR dj; 3660 DIR dj; 4213 DIR dj; 4273 DIR dj; 4738 DIR dj; 5008 DIR dj; 5204 DIR dj; 5250 DIR dj; 5298 DIR dj; [all …]
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.h | 240 } DIR; typedef 312 FRESULT f_opendir (DIR* dp, const TCHAR* path); /* Open a directory */ 313 FRESULT f_closedir (DIR* dp); /* Close an open directory */ 314 FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */ 315 FRESULT f_seekdir(DIR *dj, int offset); /* Seek in directory */ 316 FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first… 317 FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */
|
| A D | dfs_elm.c | 179 DIR *dir; in dfs_elm_mount() 182 dir = (DIR *)rt_malloc(sizeof(DIR)); in dfs_elm_mount() 412 DIR *dir; in dfs_elm_open() 427 dir = (DIR *)rt_malloc(sizeof(DIR)); in dfs_elm_open() 520 DIR *dir = RT_NULL; in dfs_elm_close() 522 dir = (DIR *)(file->vnode->data); in dfs_elm_close() 669 DIR *dir = RT_NULL; in dfs_elm_lseek() 671 dir = (DIR *)(file->vnode->data); in dfs_elm_lseek() 712 DIR *dir; in dfs_elm_getdents() 718 dir = (DIR *)(file->vnode->data); in dfs_elm_getdents()
|
| A D | ff.c | 2493 DIR dj; 3074 DIR dj; 3724 DIR dj; 4277 DIR dj; 4337 DIR dj; 4804 DIR dj; 5079 DIR dj; 5275 DIR dj; 5321 DIR dj; 5369 DIR dj; [all …]
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_posix.c | 865 DIR *dir = RT_NULL; in rmdir() 928 DIR *opendir(const char *name) in opendir() 930 DIR *t = RT_NULL; in opendir() 955 t = (DIR *) rt_malloc(sizeof(DIR)); in opendir() 963 rt_memset(t, 0, sizeof(DIR)); in opendir() 987 struct dirent *readdir(DIR *d) in readdir() 1044 long telldir(DIR *d) in telldir() 1076 void seekdir(DIR *d, long offset) in seekdir() 1120 void rewinddir(DIR *d) in rewinddir() 1139 int closedir(DIR *d) in closedir() [all …]
|
| /components/finsh/ |
| A D | msh.c | 631 DIR *dir = RT_NULL; in msh_auto_complete_path() 758 DIR *link_dir = opendir(path); in msh_auto_complete_path()
|
| A D | msh_file.c | 324 DIR *dir = NULL; in directory_delete_for_msh() 848 DIR *dir = NULL; in directory_setattr()
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | tinydir.h | 159 #define _TINYDIR_DIR DIR
|
Completed in 60 milliseconds