lstat             107 abspath.c      		if (!lstat(sb.buf, &st) && S_ISLNK(st.st_mode)) {
lstat             241 builtin/am.c   	if (lstat(state->dir, &st) < 0 || !S_ISDIR(st.st_mode))
lstat             243 builtin/am.c   	if (lstat(am_path(state, "last"), &st) || !S_ISREG(st.st_mode))
lstat             245 builtin/am.c   	if (lstat(am_path(state, "next"), &st) || !S_ISREG(st.st_mode))
lstat            3189 builtin/apply.c 	if (checkout_entry(ce, &costate, NULL) || lstat(ce->name, st))
lstat            3354 builtin/apply.c 	if (lstat(name, &st)) {
lstat            3497 builtin/apply.c 		stat_ret = lstat(old_name, st);
lstat            3563 builtin/apply.c 	if (!lstat(new_name, &nst)) {
lstat            3661 builtin/apply.c 			if (!lstat(name->buf, &st) && S_ISLNK(st.st_mode))
lstat            4084 builtin/apply.c 			if (lstat(path, &st) < 0)
lstat            4103 builtin/apply.c 		if (!lstat(path, &st) && S_ISDIR(st.st_mode))
lstat            4154 builtin/apply.c 		if (!lstat(path, &st) && (!S_ISDIR(st.st_mode) || !rmdir(path)))
lstat            2334 builtin/blame.c 			if (lstat(path, &st) < 0)
lstat             220 builtin/clean.c 		if (lstat(path->buf, &st))
lstat             970 builtin/clean.c 		if (lstat(ent->name, &st))
lstat             997 builtin/clean.c 		if (lstat(abs_path.buf, &st))
lstat             275 builtin/commit.c 		if (!lstat(p->string, &st)) {
lstat              37 builtin/count-objects.c 	if (lstat(path, &st) || !S_ISREG(st.st_mode))
lstat              83 builtin/diff.c 	if (lstat(path, &st))
lstat              66 builtin/init-db.c 		if (lstat(path, &st_git)) {
lstat              73 builtin/init-db.c 		if (lstat(template, &st_template))
lstat             273 builtin/init-db.c 	if (TEST_FILEMODE && !lstat(path, &st1)) {
lstat             276 builtin/init-db.c 				!lstat(path, &st2) &&
lstat             303 builtin/init-db.c 		    !lstat(path, &st1) &&
lstat             260 builtin/ls-files.c 			err = lstat(ce->name, &st);
lstat             145 builtin/mv.c   	else if (!lstat(dest_path[0], &st) &&
lstat             165 builtin/mv.c   		if (lstat(src, &st) < 0)
lstat             171 builtin/mv.c   				&& lstat(dst, &st) == 0)
lstat             207 builtin/mv.c   		else if (lstat(dst, &st) == 0 &&
lstat              22 builtin/prune.c 	if (lstat(fullpath, &st))
lstat              45 builtin/prune.c 	if (lstat(fullpath, &st)) {
lstat             153 builtin/rm.c   		if (lstat(ce->name, &st) < 0) {
lstat             375 builtin/update-index.c 	if (lstat(path, &st) < 0)
lstat              14 check-racy.c   		if (lstat(ce->name, &st)) {
lstat            1003 combine-diff.c 		if (lstat(elem->path, &st) < 0)
lstat             316 compat/mingw.h #ifdef lstat
lstat              44 compat/stat.c  	int rc = lstat(path, buf);
lstat              31 diff-lib.c     	if (lstat(ce->name, st) < 0) {
lstat              55 diff-no-index.c 	else if (lstat(path, &st))
lstat            2703 diff.c         	    (!lstat(name, &st) && !ce_match_stat(ce, &st, 0)))
lstat            2767 diff.c         		if (lstat(s->path, &st) < 0) {
lstat            2913 diff.c         		if (lstat(name, &st) < 0) {
lstat            3135 diff.c         			if (lstat(one->path, &st) < 0)
lstat            1420 dir.c          	if (lstat(path, &st))
lstat            2016 dir.c          	return lstat(f, &sb) == 0;
lstat            2135 dir.c          		if (lstat(path->buf, &st)) {
lstat              63 entry.c        		if (lstat(path->buf, &st))
lstat             215 entry.c        			lstat(ce->name, &st);
lstat             237 entry.c        	return lstat(path, st);
lstat             567 git-compat-util.h #ifdef lstat
lstat            1732 grep.c         	if (lstat(filename, &st) < 0) {
lstat             652 merge-recursive.c 	return check_working_copy && !lstat(path, &st) && S_ISDIR(st.st_mode);
lstat              12 path.c         	if (lstat(path, &st) < 0)
lstat             289 path.c         	if (lstat(path, &st) < 0)
lstat              60 preload-index.c 		if (lstat(ce->name, &st))
lstat             727 read-cache.c   	if (lstat(path, &st))
lstat            1097 read-cache.c   	if (lstat(ce->name, &st) < 0) {
lstat            1780 read-cache.c   	if (lstat(ce->name, &st) < 0)
lstat            1641 refs.c         		if (lstat(path, &st) < 0) {
lstat            3113 refs.c         	int log = !lstat(git_path("logs/%s", oldrefname), &loginfo);
lstat            3682 refs.c         	return !lstat(git_path("logs/%s", refname), &st) &&
lstat             151 setup.c        	if (!lstat(name, &st))
lstat              99 sha1_file.c    		if (lstat(path, &st) || !S_ISLNK(st.st_mode) ||
lstat            1530 sha1_file.c    	if (!lstat(sha1_file_name(sha1), st))
lstat            1537 sha1_file.c    		if (!lstat(alt->base, st))
lstat             199 submodule.c    			if (lstat(".gitmodules", &st) == 0 &&
lstat             138 symlinks.c     			ret = lstat(cache->path.buf, &st);
lstat            1238 unpack-trees.c 	if (!lstat(ce->name, &st)) {
lstat            1458 unpack-trees.c 		if (lstat(path, &st))
lstat            1466 unpack-trees.c 	} else if (lstat(ce->name, &st)) {
lstat            1877 unpack-trees.c 			if (lstat(old->name, &st) ||