S_IFMT           2141 builtin/apply.c 	switch (st->st_mode & S_IFMT) {
S_IFMT           3531 builtin/apply.c 	if ((st_mode ^ patch->old_mode) & S_IFMT)
S_IFMT           3771 builtin/apply.c 		if ((patch->old_mode ^ patch->new_mode) & S_IFMT) {
S_IFMT           2340 builtin/blame.c 		switch (st.st_mode & S_IFMT) {
S_IFMT             78 cache.h        #define S_ISGITLINK(m)	(((m) & S_IFMT) == S_IFGITLINK)
S_IFMT             14 compat/mingw.h #define S_ISLNK(x) (((x) & S_IFMT) == S_IFLNK)
S_IFMT             95 compat/vcbuild/include/unistd.h #define	S_ISDIR(m)	(((m) & S_IFMT) == S_IFDIR)
S_IFMT             96 compat/vcbuild/include/unistd.h #define	S_ISREG(m)	(((m) & S_IFMT) == S_IFREG)
S_IFMT             97 compat/vcbuild/include/unistd.h #define	S_ISFIFO(m)	(((m) & S_IFMT) == S_IFIFO)
S_IFMT             71 contrib/convert-objects/convert-objects.c 	newmode = mode & S_IFMT;
S_IFMT           2354 diff.c         		if ((one->mode ^ two->mode) & S_IFMT)
S_IFMT           3190 diff.c         	    (S_IFMT & one->mode) != (S_IFMT & two->mode)) {
S_IFMT             85 diffcore.h     	((S_IFMT & (p)->one->mode) != (S_IFMT & (p)->two->mode))
S_IFMT             97 entry.c        	int symlink = (ce->ce_mode & S_IFMT) != S_IFREG;
S_IFMT            142 entry.c        	unsigned int ce_mode_s_ifmt = ce->ce_mode & S_IFMT;
S_IFMT            899 merge-recursive.c 	if ((S_IFMT & a->mode) != (S_IFMT & b->mode)) {
S_IFMT            511 path.c         	if (((old_mode ^ new_mode) & ~S_IFMT) &&
S_IFMT            512 path.c         			chmod(path, (new_mode & ~S_IFMT)) < 0)
S_IFMT            214 read-cache.c   	switch (st->st_mode & S_IFMT) {
S_IFMT            239 read-cache.c   	switch (ce->ce_mode & S_IFMT) {
S_IFMT           3418 sha1_file.c    	switch (st->st_mode & S_IFMT) {