Home | History | Annotate | Download | only in dbus

Lines Matching full:dirent

426 libc/sys/linux/sys/dirent.h - Directory entry as returned by readdir
443 #define HAVE_NO_D_NAMLEN /* no struct dirent->d_namlen */
446 #define MAXNAMLEN 255 /* sizeof(struct dirent.d_name)-1 */
450 /* struct dirent - same as Unix */
451 struct dirent
454 off_t d_off; /* offset to this dirent */
467 struct dirent dent; /* the dirent to return */
472 * Implement dirent-style opendir/readdir/closedir on Window 95/NT
475 * same prototypes as the normal dirent.h implementation.
478 * The dirent struct is compatible with Unix, except that d_ino is
520 static struct dirent * _dbus_readdir(DIR *dp)
634 struct dirent *ent;