Home
last modified time | relevance | path

Searched refs:do_config_from_file (Results 1 – 7 of 7) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dconfig.c1708 static int do_config_from_file(config_fn_t fn, in do_config_from_file() function
1733 return do_config_from_file(fn, CONFIG_ORIGIN_STDIN, "", NULL, stdin, in git_config_from_stdin()
1746 ret = do_config_from_file(fn, CONFIG_ORIGIN_FILE, filename, in git_config_from_file_with_options()
/dports/devel/git-p4/git-2.34.1/
H A Dconfig.c1708 static int do_config_from_file(config_fn_t fn, in do_config_from_file() function
1733 return do_config_from_file(fn, CONFIG_ORIGIN_STDIN, "", NULL, stdin, in git_config_from_stdin()
1746 ret = do_config_from_file(fn, CONFIG_ORIGIN_FILE, filename, in git_config_from_file_with_options()
/dports/devel/git/git-2.34.1/
H A Dconfig.c1708 static int do_config_from_file(config_fn_t fn, in do_config_from_file() function
1733 return do_config_from_file(fn, CONFIG_ORIGIN_STDIN, "", NULL, stdin, in git_config_from_stdin()
1746 ret = do_config_from_file(fn, CONFIG_ORIGIN_FILE, filename, in git_config_from_file_with_options()
/dports/devel/git-gui/git-2.34.1/
H A Dconfig.c1708 static int do_config_from_file(config_fn_t fn, in do_config_from_file() function
1733 return do_config_from_file(fn, CONFIG_ORIGIN_STDIN, "", NULL, stdin, in git_config_from_stdin()
1746 ret = do_config_from_file(fn, CONFIG_ORIGIN_FILE, filename, in git_config_from_file_with_options()
/dports/devel/git-cvs/git-2.34.1/
H A Dconfig.c1708 static int do_config_from_file(config_fn_t fn, in do_config_from_file() function
1733 return do_config_from_file(fn, CONFIG_ORIGIN_STDIN, "", NULL, stdin, in git_config_from_stdin()
1746 ret = do_config_from_file(fn, CONFIG_ORIGIN_FILE, filename, in git_config_from_file_with_options()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dconfig.c1556 static int do_config_from_file(config_fn_t fn, in do_config_from_file() function
1581 return do_config_from_file(fn, CONFIG_ORIGIN_STDIN, "", NULL, stdin, in git_config_from_stdin()
1594 ret = do_config_from_file(fn, CONFIG_ORIGIN_FILE, filename, in git_config_from_file_with_options()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpclients/
H A Dntpq.py1272 def do_config_from_file(self, line): member in Ntpq