Searched refs:err_name (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dutils.c265 atf_dynstr_t err_name; local
266 init_out_filename(&err_name, getpid(), "err", false);
269 atf_utils_redirect(STDERR_FILENO, atf_dynstr_cstring(&err_name));
271 atf_dynstr_fini(&err_name);
434 atf_dynstr_t err_name; local
435 init_out_filename(&err_name, pid, "err", true);
438 atf_utils_cat_file(atf_dynstr_cstring(&err_name), "subprocess stderr: ");
457 atf_utils_copy_file(atf_dynstr_cstring(&err_name),
460 ATF_REQUIRE(atf_utils_compare_file(atf_dynstr_cstring(&err_name),
465 ATF_REQUIRE(unlink(atf_dynstr_cstring(&err_name)) !
[all...]
H A Dutils_test.c248 atf_dynstr_t err_name; local
249 RE(atf_dynstr_init_fmt(&err_name, "atf_utils_fork_%d_err.txt", (int)pid));
254 read_file(atf_dynstr_cstring(&err_name), buffer, sizeof(buffer));
257 atf_dynstr_fini(&err_name);
/freebsd-13-stable/stand/liblua/
H A Dlerrno.c48 const char *err_name; member in struct:err_name_number
166 lua_setfield(L, -2, errnoconstants[i].err_name);
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp239 std::ostringstream err_name; local
240 err_name << "atf_utils_fork_" << pid << "_err.txt";
243 ATF_REQUIRE_EQ("Child stderr\n", read_file(err_name.str()));
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2196 goto err_name;
2202 err_name:

Completed in 185 milliseconds