Searched defs:dirent (Results 1 – 3 of 3) sorted by relevance
24 struct dirent { struct26 off_t d_off; /* offset to this dirent */ argument39 struct dirent dent; /* the dirent to return */ argument
106 php_stream_dirent *dirent = (php_stream_dirent *) buf; in phar_dir_read() local
383 #define php_stream_readdir(dirstream, dirent) _php_stream_readdir((dirstream), (dirent)) argument
Completed in 21 milliseconds