Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dstat_.h56 # define stat_is_dir(stbuf) ((stbuf).st_mode & S_IFDIR) macro
59 # define stat_is_dir(stbuf) ((stbuf).st_mode & _S_IFDIR) macro
63 # define stat_is_dir(stbuf) S_ISDIR((stbuf).st_mode) macro