Searched refs:S_ISDIR (Results 1 – 9 of 9) sorted by relevance
2667 #ifndef S_ISDIR2669 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro2671 # define S_ISDIR(m) 0 macro
364 if (S_ISDIR(perm)) in readfile()4658 if (S_ISDIR(st.st_mode)) in create_readdirex_item()4670 if (S_ISDIR(st.st_mode)) in create_readdirex_item()
3040 if (mch_fstat(fileno(fp), &st) < 0 || S_ISDIR(st.st_mode)) in read_viminfo()3112 || S_ISDIR(st_old.st_mode) in write_viminfo()
3139 return (S_ISDIR(statb.st_mode) ? TRUE : FALSE); in mch_isdir()3156 return (S_ISDIR(statb.st_mode) ? TRUE : FALSE); in mch_isrealdir()3281 if (S_ISREG(st.st_mode) || S_ISDIR(st.st_mode)) in mch_nodetype()
529 if (S_ISDIR(statbuf.st_mode)) in cs_add_common()
1050 if (S_ISDIR(st_old.st_mode)) in buf_write()
980 if (S_ISDIR (statBuf->st_mode)) in SFstatChar()
1232 else if (S_ISDIR(st->st_mode)) in getftypest()
3222 syn keyword xsMacro S_ISCHR S_ISDIR S_ISFIFO S_ISGID S_ISLNK S_ISREG S_ISSOCK