Home
last modified time | relevance | path

Searched refs:get_index_file (Results 1 – 25 of 101) sorted by relevance

12345

/dports/misc/lifelines/lifelines-3.1.1/src/btree/
H A Dindex.c68 get_index_file (STRING path, BTREE btr, FKEY ikey) in get_index_file() function
85 get_index_file(scratch, btr, ikey); in readindex()
116 get_index_file(scratch, btr, ixself(index)); in writeindex()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dcache-tree.h58 return write_index_as_tree(oid, &the_index, get_index_file(), flags, prefix); in write_cache_as_tree()
H A Denvironment.c314 char *get_index_file(void) in get_index_file() function
/dports/devel/git-svn/git-2.34.1/
H A Dcache-tree.h60 return write_index_as_tree(oid, &the_index, get_index_file(), flags, prefix);
H A Denvironment.c308 char *get_index_file(void) in get_index_file() function
/dports/devel/git-gui/git-2.34.1/
H A Dcache-tree.h60 return write_index_as_tree(oid, &the_index, get_index_file(), flags, prefix); in write_cache_as_tree()
H A Denvironment.c308 char *get_index_file(void) in get_index_file() function
/dports/devel/git-p4/git-2.34.1/
H A Dcache-tree.h60 return write_index_as_tree(oid, &the_index, get_index_file(), flags, prefix); in write_cache_as_tree()
H A Denvironment.c308 char *get_index_file(void) in get_index_file() function
/dports/devel/git/git-2.34.1/
H A Dcache-tree.h60 return write_index_as_tree(oid, &the_index, get_index_file(), flags, prefix); in write_cache_as_tree()
H A Denvironment.c308 char *get_index_file(void) in get_index_file() function
/dports/devel/git-cvs/git-2.34.1/
H A Dcache-tree.h60 return write_index_as_tree(oid, &the_index, get_index_file(), flags, prefix); in write_cache_as_tree()
H A Denvironment.c308 char *get_index_file(void) in get_index_file() function
/dports/misc/lifelines/lifelines-3.1.1/src/hdrs/
H A Dbtree.h174 void get_index_file(STRING path, BTREE btr, FKEY ikey);
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-fast-rebase.c223 die(_("unable to write %s"), get_index_file()); in cmd__fast_rebase()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-fast-rebase.c223 die(_("unable to write %s"), get_index_file()); in cmd__fast_rebase()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-fast-rebase.c223 die(_("unable to write %s"), get_index_file()); in cmd__fast_rebase()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-fast-rebase.c223 die(_("unable to write %s"), get_index_file()); in cmd__fast_rebase()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-fast-rebase.c223 die(_("unable to write %s"), get_index_file()); in cmd__fast_rebase()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dmerge.c762 die(_("unable to write %s"), get_index_file()); in try_merge_strategy()
844 const char *index_file = get_index_file(); in prepare_to_commit()
876 if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg", in prepare_to_commit()
884 if (!no_verify && run_commit_hook(0 < option_edit, get_index_file(), in prepare_to_commit()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dmerge.c762 die(_("unable to write %s"), get_index_file()); in try_merge_strategy()
844 const char *index_file = get_index_file(); in prepare_to_commit()
876 if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg", in prepare_to_commit()
884 if (!no_verify && run_commit_hook(0 < option_edit, get_index_file(), in prepare_to_commit()
/dports/devel/git/git-2.34.1/builtin/
H A Dmerge.c762 die(_("unable to write %s"), get_index_file()); in try_merge_strategy()
844 const char *index_file = get_index_file(); in prepare_to_commit()
876 if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg", in prepare_to_commit()
884 if (!no_verify && run_commit_hook(0 < option_edit, get_index_file(), in prepare_to_commit()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dmerge.c762 die(_("unable to write %s"), get_index_file()); in try_merge_strategy()
844 const char *index_file = get_index_file(); in prepare_to_commit()
876 if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg", in prepare_to_commit()
884 if (!no_verify && run_commit_hook(0 < option_edit, get_index_file(), in prepare_to_commit()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dmerge.c762 die(_("unable to write %s"), get_index_file()); in try_merge_strategy()
844 const char *index_file = get_index_file(); in prepare_to_commit()
876 if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg", in prepare_to_commit()
884 if (!no_verify && run_commit_hook(0 < option_edit, get_index_file(), in prepare_to_commit()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dmerge.c734 die(_("unable to write %s"), get_index_file()); in try_merge_strategy()
816 const char *index_file = get_index_file(); in prepare_to_commit()
846 if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg", in prepare_to_commit()
854 if (!no_verify && run_commit_hook(0 < option_edit, get_index_file(), in prepare_to_commit()

12345