Lines Matching refs:DIR
7 T(DIR)
20 {int(*p)(DIR*) = closedir;}
21 {int(*p)(DIR*) = dirfd;}
22 {DIR*(*p)(int) = fdopendir;}
23 {DIR*(*p)(const char*) = opendir;}
24 {struct dirent*(*p)(DIR*) = readdir;}
25 {int(*p)(DIR*restrict,struct dirent*restrict,struct dirent**restrict) = readdir_r;}
26 {void(*p)(DIR*) = rewinddir;}
29 {void(*p)(DIR*,long) = seekdir;}
30 {long(*p)(DIR*) = telldir;}