Home
last modified time | relevance | path

Searched refs:GenericAgentResolveInputPath (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dgeneric_agent_test.c83 assert_string_equal("/abs/aux.cf", GenericAgentResolveInputPath(NULL, "/abs/aux.cf")); in test_resolve_absolute_input_path()
103 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_non_anchored_base_path()
105 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_non_anchored_base_path()
107 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_non_anchored_base_path()
109 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_non_anchored_base_path()
119 assert_string_equal("./inputs/aux.cf", GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_relative_base_path()
120 assert_string_equal("./inputs/rel/aux.cf", GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_relative_base_path()
121 assert_string_equal("./inputs/./aux.cf", GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_relative_base_path()
122 …assert_string_equal("./inputs/./rel/aux.cf", GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_relative_base_path()
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dgeneric_agent_test.c83 assert_string_equal("/abs/aux.cf", GenericAgentResolveInputPath(NULL, "/abs/aux.cf")); in test_resolve_absolute_input_path()
103 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_non_anchored_base_path()
105 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_non_anchored_base_path()
107 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_non_anchored_base_path()
109 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_non_anchored_base_path()
119 assert_string_equal("./inputs/aux.cf", GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_relative_base_path()
120 assert_string_equal("./inputs/rel/aux.cf", GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_relative_base_path()
121 assert_string_equal("./inputs/./aux.cf", GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_relative_base_path()
122 …assert_string_equal("./inputs/./rel/aux.cf", GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_relative_base_path()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dgeneric_agent_test.c83 assert_string_equal("/abs/aux.cf", GenericAgentResolveInputPath(NULL, "/abs/aux.cf")); in test_resolve_absolute_input_path()
103 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_non_anchored_base_path()
105 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_non_anchored_base_path()
107 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_non_anchored_base_path()
109 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_non_anchored_base_path()
119 assert_string_equal("./inputs/aux.cf", GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_relative_base_path()
120 assert_string_equal("./inputs/rel/aux.cf", GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_relative_base_path()
121 assert_string_equal("./inputs/./aux.cf", GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_relative_base_path()
122 …assert_string_equal("./inputs/./rel/aux.cf", GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_relative_base_path()
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dgeneric_agent_test.c83 assert_string_equal("/abs/aux.cf", GenericAgentResolveInputPath(NULL, "/abs/aux.cf")); in test_resolve_absolute_input_path()
103 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_non_anchored_base_path()
105 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_non_anchored_base_path()
107 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_non_anchored_base_path()
109 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_non_anchored_base_path()
119 assert_string_equal("./inputs/aux.cf", GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_relative_base_path()
120 assert_string_equal("./inputs/rel/aux.cf", GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_relative_base_path()
121 assert_string_equal("./inputs/./aux.cf", GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_relative_base_path()
122 …assert_string_equal("./inputs/./rel/aux.cf", GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_relative_base_path()
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dgeneric_agent_test.c83 assert_string_equal("/abs/aux.cf", GenericAgentResolveInputPath(NULL, "/abs/aux.cf")); in test_resolve_absolute_input_path()
103 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_non_anchored_base_path()
105 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_non_anchored_base_path()
107 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_non_anchored_base_path()
109 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_non_anchored_base_path()
119 assert_string_equal("./inputs/aux.cf", GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_relative_base_path()
120 assert_string_equal("./inputs/rel/aux.cf", GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_relative_base_path()
121 assert_string_equal("./inputs/./aux.cf", GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_relative_base_path()
122 …assert_string_equal("./inputs/./rel/aux.cf", GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_relative_base_path()
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/unit/
H A Dgeneric_agent_test.c83 assert_string_equal("/abs/aux.cf", GenericAgentResolveInputPath(NULL, "/abs/aux.cf")); in test_resolve_absolute_input_path()
103 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_non_anchored_base_path()
105 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_non_anchored_base_path()
107 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_non_anchored_base_path()
109 assert_string_equal(testpath, GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_non_anchored_base_path()
119 assert_string_equal("./inputs/aux.cf", GenericAgentResolveInputPath(config, "aux.cf")); in test_resolve_relative_base_path()
120 assert_string_equal("./inputs/rel/aux.cf", GenericAgentResolveInputPath(config, "rel/aux.cf")); in test_resolve_relative_base_path()
121 assert_string_equal("./inputs/./aux.cf", GenericAgentResolveInputPath(config, "./aux.cf")); in test_resolve_relative_base_path()
122 …assert_string_equal("./inputs/./rel/aux.cf", GenericAgentResolveInputPath(config, "./rel/aux.cf")); in test_resolve_relative_base_path()
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dgeneric_agent.h107 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
H A Dloading.c181GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
H A Dgeneric_agent.c1763 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dgeneric_agent.h108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
H A Dloading.c181GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
H A Dgeneric_agent.c2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dgeneric_agent.h108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
H A Dloading.c181GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
H A Dgeneric_agent.c2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dgeneric_agent.h108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
H A Dloading.c181GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
H A Dgeneric_agent.c2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/
H A Dgeneric_agent.h107 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
H A Dloading.c181GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
H A Dgeneric_agent.c1727 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dgeneric_agent.h108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
H A Dloading.c181GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
H A Dgeneric_agent.c2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function