Searched defs:dirent (Results 1 – 3 of 3) sorted by relevance
22 struct dirent { struct24 off_t d_off; /* offset to this dirent */ argument34 struct dirent *readdir(DIR *); argument
20 struct dirent { struct22 off_t d_off; /* offset to this dirent */ argument35 struct dirent dent; /* the dirent to return */ argument
359 #define php_stream_readdir(dirstream, dirent) _php_stream_readdir((dirstream), (dirent)) argument
Completed in 16 milliseconds