/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/ |
H A D | generic_agent_test.c | 83 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 D | generic_agent_test.c | 83 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 D | generic_agent_test.c | 83 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 D | generic_agent_test.c | 83 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 D | generic_agent_test.c | 83 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 D | generic_agent_test.c | 83 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 D | generic_agent.h | 107 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
|
H A D | loading.c | 181 … GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
|
H A D | generic_agent.c | 1763 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
|
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/ |
H A D | generic_agent.h | 108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
|
H A D | loading.c | 181 … GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
|
H A D | generic_agent.c | 2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
|
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/ |
H A D | generic_agent.h | 108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
|
H A D | loading.c | 181 … GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
|
H A D | generic_agent.c | 2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
|
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/ |
H A D | generic_agent.h | 108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
|
H A D | loading.c | 181 … GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
|
H A D | generic_agent.c | 2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
|
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/ |
H A D | generic_agent.h | 107 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
|
H A D | loading.c | 181 … GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
|
H A D | generic_agent.c | 1727 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
|
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/ |
H A D | generic_agent.h | 108 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file);
|
H A D | loading.c | 181 … GenericAgentResolveInputPath(config, RvalScalarValue(resolved_input)), in LoadPolicyInputFiles()
|
H A D | generic_agent.c | 2275 const char *GenericAgentResolveInputPath(const GenericAgentConfig *config, const char *input_file) in GenericAgentResolveInputPath() function
|