index_file_exists  354 cache.h        #define cache_file_exists(name, namelen, igncase) index_file_exists(&the_index, (name), (namelen), (igncase))
index_file_exists  526 cache.h        extern struct cache_entry *index_file_exists(struct index_state *istate, const char *name, int namelen, int igncase);
index_file_exists  685 read-cache.c   	alias = index_file_exists(istate, ce->name, ce_namelen(ce), ignore_case);
index_file_exists 1380 unpack-trees.c 	src = index_file_exists(o->src_index, name, len, 1);
index_file_exists 1426 unpack-trees.c 	result = index_file_exists(&o->result, name, len, 0);