Searched refs:atf_config_get (Results 1 – 21 of 21) sorted by relevance
55 m_variables["atf_build_cc"] = atf_config_get("atf_build_cc"); in init_variables()56 m_variables["atf_build_cflags"] = atf_config_get("atf_build_cflags"); in init_variables()57 m_variables["atf_build_cpp"] = atf_config_get("atf_build_cpp"); in init_variables()58 m_variables["atf_build_cppflags"] = atf_config_get("atf_build_cppflags"); in init_variables()59 m_variables["atf_build_cxx"] = atf_config_get("atf_build_cxx"); in init_variables()60 m_variables["atf_build_cxxflags"] = atf_config_get("atf_build_cxxflags"); in init_variables()61 m_variables["atf_includedir"] = atf_config_get("atf_includedir"); in init_variables()62 m_variables["atf_libexecdir"] = atf_config_get("atf_libexecdir"); in init_variables()63 m_variables["atf_pkgdatadir"] = atf_config_get("atf_pkgdatadir"); in init_variables()64 m_variables["atf_shell"] = atf_config_get("atf_shell"); in init_variables()[all …]
41 touch $(atf_config_get tmpfile)45 if [ $(atf_config_get cleanup no) = yes ]; then46 rm $(atf_config_get tmpfile)57 touch $(atf_config_get tmpfile)62 if [ $(atf_config_get cleanup no) = yes ]; then63 rm $(atf_config_get tmpfile)74 touch $(atf_config_get tmpfile)79 if [ $(atf_config_get cleanup no) = yes ]; then80 rm $(atf_config_get tmpfile)105 touch $(atf_config_get tmpfile)[all …]
86 ATF_CHECK_STREQ(atf_config_get(v->lc), test_value); in compare_one()88 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0); in compare_one()110 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0); in ATF_TC_BODY()115 if (strcmp(atf_config_get(v->lc), "") != 0) { in ATF_TC_BODY()119 ATF_CHECK(strlen(atf_config_get(v->lc)) == 0); in ATF_TC_BODY()121 ATF_CHECK(strlen(atf_config_get(v->lc)) > 0); in ATF_TC_BODY()
35 const char *atf_config_get(const char *);
132 atf_config_get(const char *name) in atf_config_get() function
51 err = atf_text_split(atf_config_get(var), " ", &words); in append_config_var()
63 atf_config_get("atf_workdir")); in create_tmpdir()
499 atf_config_get("atf_workdir")); in ATF_TC_BODY()
60 ( atf_config_get "undefined" ) >out 2>err && \66 v=$(atf_config_get "undefined" "the default value")
109 # atf_config_get varname [defvalue]114 atf_config_get()125 _atf_error 1 "Incorrect number of parameters for atf_config_get"
50 if ! [ $(atf_config_get "run_unsafe" "no") = "yes" ]; then92 if ! [ $(atf_config_get "run_unsafe" "no") = "yes" ]; then
39 if ! [ $(atf_config_get "run_unsafe" "no") = "yes" ]
66 if ! [ $(atf_config_get "run_unsafe" "no") = "yes" ]; then
114 if ! [ $(atf_config_get "run_unsafe" "no") = "yes" ]; then
40 if ! [ $(atf_config_get "run_unsafe" "no") = "yes" ]
55 user=$(atf_config_get unprivileged-user)
95 user=$(atf_config_get unprivileged-user)
53 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_config_get("atf_includedir"))); in build_check_c_o()
16 atf_config_get