Home
last modified time | relevance | path

Searched defs:DIRENT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dprogs.priv.h53 # define DIRENT struct dirent64 macro
55 # define DIRENT struct dirent macro
58 # define DIRENT struct dirent macro
61 # define DIRENT struct direct macro
/freebsd/contrib/dialog/
H A Dfselect.c49 # define DIRENT struct dirent64 macro
51 # define DIRENT struct dirent macro
54 # define DIRENT struct dirent macro
/freebsd/contrib/sqlite3/
H A Dshell.c142 # define DIRENT dirent macro
2293 typedef struct DIRENT DIRENT; typedef
2295 struct DIRENT { struct
2308 DIRENT d_first; /* DIRENT constructed based on "_findfirst". */ argument