Searched defs:stat_is_dir (Results 1 – 1 of 1) sorted by relevance
56 # define stat_is_dir(stbuf) ((stbuf).st_mode & S_IFDIR) macro59 # define stat_is_dir(stbuf) ((stbuf).st_mode & _S_IFDIR) macro63 # define stat_is_dir(stbuf) S_ISDIR((stbuf).st_mode) macro