Searched defs:ea (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c163 struct exec_data *ea = v; local
165 const_execvp(ea->m_argv[0], ea->m_argv);
166 fprintf(stderr, "execvp(%s) failed: %s\n", ea->m_argv[0], strerror(errno));
178 struct exec_data ea = { argv }; local
184 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess.c602 struct exec_args *ea = v; local
604 if (ea->m_prehook != NULL)
605 ea->m_prehook();
607 const int ret = const_execvp(atf_fs_path_cstring(ea->m_prog), ea->m_argv);
611 atf_fs_path_cstring(ea->m_prog), strerror(errnocopy));
625 struct exec_args ea = { prog, argv, prehook }; local
632 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea);

Completed in 12 milliseconds