Home
last modified time | relevance | path

Searched refs:git_parse_ulong (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Dlist-objects-filter-options.c51 if (git_parse_ulong(v0, &filter_options->blob_limit_value)) { in gently_parse_list_objects_filter()
57 if (!git_parse_ulong(v0, &filter_options->tree_exclude_depth)) { in gently_parse_list_objects_filter()
H A Dconfig.h179 int git_parse_ulong(const char *, unsigned long *);
H A Dconfig.c956 int git_parse_ulong(const char *value, unsigned long *ret) in git_parse_ulong() function
1037 if (!git_parse_ulong(value, &ret)) in git_config_ulong()
1688 if (v && !git_parse_ulong(v, &val)) in git_env_ulong()
H A Dparse-options.c218 if (!git_parse_ulong(arg, opt->value)) in get_value()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Denv--helper.c76 if (!git_parse_ulong(env_default, &default_ulong)) { in cmd_env__helper()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Denv--helper.c81 if (!git_parse_ulong(env_default, &default_ulong)) { in cmd_env__helper()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Denv--helper.c81 if (!git_parse_ulong(env_default, &default_ulong)) { in cmd_env__helper()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Denv--helper.c81 if (!git_parse_ulong(env_default, &default_ulong)) { in cmd_env__helper()
/dports/devel/git/git-2.34.1/builtin/
H A Denv--helper.c81 if (!git_parse_ulong(env_default, &default_ulong)) { in cmd_env__helper()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Denv--helper.c81 if (!git_parse_ulong(env_default, &default_ulong)) { in cmd_env__helper()
/dports/devel/git-svn/git-2.34.1/
H A Dlist-objects-filter-options.c76 if (git_parse_ulong(v0, &filter_options->blob_limit_value)) {
82 if (!git_parse_ulong(v0, &filter_options->tree_exclude_depth)) {
H A Dconfig.h195 int git_parse_ulong(const char *, unsigned long *);
H A Dconfig.c1114 int git_parse_ulong(const char *value, unsigned long *ret) in git_parse_ulong() function
1186 if (!git_parse_ulong(value, &ret)) in git_config_ulong()
1857 if (v && !git_parse_ulong(v, &val)) in git_env_ulong()
/dports/devel/git-gui/git-2.34.1/
H A Dlist-objects-filter-options.c76 if (git_parse_ulong(v0, &filter_options->blob_limit_value)) { in gently_parse_list_objects_filter()
82 if (!git_parse_ulong(v0, &filter_options->tree_exclude_depth)) { in gently_parse_list_objects_filter()
H A Dconfig.h195 int git_parse_ulong(const char *, unsigned long *);
H A Dconfig.c1114 int git_parse_ulong(const char *value, unsigned long *ret) in git_parse_ulong() function
1186 if (!git_parse_ulong(value, &ret)) in git_config_ulong()
1857 if (v && !git_parse_ulong(v, &val)) in git_env_ulong()
/dports/devel/git-p4/git-2.34.1/
H A Dlist-objects-filter-options.c76 if (git_parse_ulong(v0, &filter_options->blob_limit_value)) { in gently_parse_list_objects_filter()
82 if (!git_parse_ulong(v0, &filter_options->tree_exclude_depth)) { in gently_parse_list_objects_filter()
H A Dconfig.h195 int git_parse_ulong(const char *, unsigned long *);
H A Dconfig.c1114 int git_parse_ulong(const char *value, unsigned long *ret) in git_parse_ulong() function
1186 if (!git_parse_ulong(value, &ret)) in git_config_ulong()
1857 if (v && !git_parse_ulong(v, &val)) in git_env_ulong()
/dports/devel/git/git-2.34.1/
H A Dlist-objects-filter-options.c76 if (git_parse_ulong(v0, &filter_options->blob_limit_value)) { in gently_parse_list_objects_filter()
82 if (!git_parse_ulong(v0, &filter_options->tree_exclude_depth)) { in gently_parse_list_objects_filter()
H A Dconfig.h195 int git_parse_ulong(const char *, unsigned long *);
H A Dconfig.c1114 int git_parse_ulong(const char *value, unsigned long *ret) in git_parse_ulong() function
1186 if (!git_parse_ulong(value, &ret)) in git_config_ulong()
1857 if (v && !git_parse_ulong(v, &val)) in git_env_ulong()
/dports/devel/git-cvs/git-2.34.1/
H A Dlist-objects-filter-options.c76 if (git_parse_ulong(v0, &filter_options->blob_limit_value)) { in gently_parse_list_objects_filter()
82 if (!git_parse_ulong(v0, &filter_options->tree_exclude_depth)) { in gently_parse_list_objects_filter()
H A Dconfig.h195 int git_parse_ulong(const char *, unsigned long *);
H A Dconfig.c1114 int git_parse_ulong(const char *value, unsigned long *ret) in git_parse_ulong() function
1186 if (!git_parse_ulong(value, &ret)) in git_config_ulong()
1857 if (v && !git_parse_ulong(v, &val)) in git_env_ulong()

12