Searched refs:err_name (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/atf/atf-c/ |
H A D | utils.c | 265 atf_dynstr_t err_name; in atf_utils_fork() local 266 init_out_filename(&err_name, getpid(), "err", false); in atf_utils_fork() 269 atf_utils_redirect(STDERR_FILENO, atf_dynstr_cstring(&err_name)); in atf_utils_fork() 271 atf_dynstr_fini(&err_name); in atf_utils_fork() 434 atf_dynstr_t err_name; in atf_utils_wait() local 435 init_out_filename(&err_name, pid, "err", true); in atf_utils_wait() 438 atf_utils_cat_file(atf_dynstr_cstring(&err_name), "subprocess stderr: "); in atf_utils_wait() 457 atf_utils_copy_file(atf_dynstr_cstring(&err_name), in atf_utils_wait() 460 ATF_REQUIRE(atf_utils_compare_file(atf_dynstr_cstring(&err_name), in atf_utils_wait() 465 ATF_REQUIRE(unlink(atf_dynstr_cstring(&err_name)) != -1); in atf_utils_wait()
|
H A D | utils_test.c | 248 atf_dynstr_t err_name; in ATF_TC_BODY() local 249 RE(atf_dynstr_init_fmt(&err_name, "atf_utils_fork_%d_err.txt", (int)pid)); in ATF_TC_BODY() 254 read_file(atf_dynstr_cstring(&err_name), buffer, sizeof(buffer)); in ATF_TC_BODY() 257 atf_dynstr_fini(&err_name); in ATF_TC_BODY()
|
/freebsd/stand/liblua/ |
H A D | lerrno.c | 45 const char *err_name; member 163 lua_setfield(L, -2, errnoconstants[i].err_name); in lerrno_register()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils_test.cpp | 239 std::ostringstream err_name; in ATF_TEST_CASE_BODY() local 240 err_name << "atf_utils_fork_" << pid << "_err.txt"; in ATF_TEST_CASE_BODY() 243 ATF_REQUIRE_EQ("Child stderr\n", read_file(err_name.str())); in ATF_TEST_CASE_BODY()
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 579 const char *err_name = find_error_name(err, &err_desc); in verify_signer_xcs() local 581 if (err_name == NULL) in verify_signer_xcs() 586 err_desc, err_name); in verify_signer_xcs()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2104 goto err_name; in __mlx4_ib_alloc_diag_counters() 2110 err_name: in __mlx4_ib_alloc_diag_counters()
|