#include "config.h"
#include <unistd.h>
#include <string>
#include <cstring>
#include <cassert>
#include "asserts.h"
#include "error.h"
#include "fs.h"
#include "exec.h"
#include "fdstream.h"
Include dependency graph for test-exec.cc:
Go to the source code of this file.
Functions | |
void | test10 (void) |
int | main (int argc, char *argv[]) |
|
Definition at line 605 of file test-exec.cc. References err_unknown, and test10(). Here is the call graph for this function: |
|
Definition at line 496 of file test-exec.cc. References execute::child_exit_code(), execute::child_exited(), execute::child_exited_normally(), execute::child_running(), execute::child_signal_no(), execute::child_signaled(), execute::err_eof(), execute::err_fd(), execute::err_read(), execute::err_ready(), ERROR, execute::exit(), execute::fork(), execute::in_eof(), execute::in_fd(), execute::in_ready(), execute::in_write(), execute::is_child(), execute::is_parent(), execute::out_eof(), execute::out_fd(), execute::out_read(), execute::out_ready(), and execute::wait(). Referenced by main(). Here is the call graph for this function: |