S_ISDIR          709 dir.c          	    if (S_ISDIR(st.st_mode)) {
S_ISDIR          746 dir.c          		    if (S_ISDIR(st.st_mode)) {
S_ISDIR          775 dir.c          			if (S_ISDIR(st.st_mode)) {
S_ISDIR          1746 dln.c          	    if (!S_ISDIR(st.st_mode) && eaccess(fbuf, X_OK) == 0)
S_ISDIR          1754 dln.c          		if (!S_ISDIR(st.st_mode) && eaccess(mac_fullpath, X_OK) == 0)
S_ISDIR          522 file.c             if (S_ISDIR(st.st_mode)) return Qtrue;
S_ISDIR          859 file.c             else if (S_ISDIR(st->st_mode)) {
S_ISDIR          2062 file.c             if (S_ISDIR(get_stat(obj)->st_mode)) return Qtrue;
S_ISDIR          2370 file.c         	if (stat(p0, &st) == 0 && S_ISDIR(st.st_mode) && (st.st_mode & S_IWOTH)