Home | History | Annotate | Download | only in compat

Lines Matching refs:DIR

27 DIR*

31 DIR* pDir;
49 /* allocate a DIR structure to return */
50 pDir = (DIR *) malloc(sizeof (DIR));
58 /* copy input directory name to DIR buffer */
85 closedir(DIR *pDir)
93 /* sanity check that this is a DIR pointer */
109 readdir(DIR* pDir)
118 /* sanity check that this is a DIR pointer */
142 rewinddir(DIR* pDir)
149 /* sanity check that this is a DIR pointer */
168 telldir(DIR* pDir)
175 /* sanity check that this is a DIR pointer */
186 seekdir(DIR* pDir, long nPosition)
191 /* sanity check that this is a DIR pointer */