#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 | test6 (void) |
void | test6_1 (void) |
void | test10 (void) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 649 of file test-exec.cc.
References err_unknown, test10(), test6(), and test6_1().
Here is the call graph for this function:
void test10 | ( | void | ) |
Definition at line 540 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:
void test6 | ( | void | ) |
Definition at line 258 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_fd(), execute::err_ready(), execute::exec(), execute::in_ready(), execute::out_fd(), execute::out_ready(), and execute::wait().
Here is the call graph for this function:
void test6_1 | ( | void | ) |
Definition at line 300 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_fd(), execute::err_ready(), execute::exec(), execute::in_ready(), execute::out_fd(), execute::out_ready(), and execute::wait().
Referenced by main().
Here is the call graph for this function: