Home
last modified time | relevance | path

Searched refs:oidset_parse_file (Results 1 – 19 of 19) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Doidset.h70 void oidset_parse_file(struct oidset *set, const char *path);
H A Doidset.c39 void oidset_parse_file(struct oidset *set, const char *path) in oidset_parse_file() function
H A Dfsck.c249 oidset_parse_file(&options->skiplist, buf + equal + 1); in fsck_set_msg_types()
/dports/devel/git-p4/git-2.34.1/
H A Doidset.h77 void oidset_parse_file(struct oidset *set, const char *path);
H A Doidset.c39 void oidset_parse_file(struct oidset *set, const char *path)
H A Dfsck.c187 oidset_parse_file(&options->skiplist, buf + equal + 1); in fsck_set_msg_types()
/dports/devel/git-svn/git-2.34.1/
H A Doidset.h77 void oidset_parse_file(struct oidset *set, const char *path);
H A Doidset.c39 void oidset_parse_file(struct oidset *set, const char *path) in oidset_parse_file() function
H A Dfsck.c187 oidset_parse_file(&options->skiplist, buf + equal + 1); in fsck_set_msg_types()
/dports/devel/git-gui/git-2.34.1/
H A Doidset.h77 void oidset_parse_file(struct oidset *set, const char *path);
H A Doidset.c39 void oidset_parse_file(struct oidset *set, const char *path) in oidset_parse_file() function
H A Dfsck.c187 oidset_parse_file(&options->skiplist, buf + equal + 1); in fsck_set_msg_types()
/dports/devel/git/git-2.34.1/
H A Doidset.h77 void oidset_parse_file(struct oidset *set, const char *path);
H A Doidset.c39 void oidset_parse_file(struct oidset *set, const char *path) in oidset_parse_file() function
H A Dfsck.c187 oidset_parse_file(&options->skiplist, buf + equal + 1); in fsck_set_msg_types()
/dports/devel/git-cvs/git-2.34.1/
H A Doidset.h77 void oidset_parse_file(struct oidset *set, const char *path);
H A Doidset.c39 void oidset_parse_file(struct oidset *set, const char *path) in oidset_parse_file() function
H A Dfsck.c187 oidset_parse_file(&options->skiplist, buf + equal + 1); in fsck_set_msg_types()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dblame.c818 oidset_parse_file(&sb->ignore_list, i->string); in build_ignorelist()