#include "execbox.h"#include <iostream>#include <string>#include <unistd.h>#include <signal.h>#include <sys/wait.h>Include dependency graph for execbox.cc:

Go to the source code of this file.
Functions | |
| static void | Read_from_child (gpointer data, gint id, GdkInputCondition condition) |
| void | Close_pipe (int p[2]) |
| static void | Close_pipes (int p0[2], int p1[2], int p2[2]) |
| static void | Exec_callback (char *data, int datalen, int exit_code, void *user_data) |
| void Close_pipe | ( | int | p[2] | ) | [inline] |
| static void Close_pipes | ( | int | p0[2], | |
| int | p1[2], | |||
| int | p2[2] | |||
| ) | [static] |
Definition at line 145 of file execbox.cc.
References Close_pipe().
Referenced by Exec_process::exec().
Here is the call graph for this function:

| static void Exec_callback | ( | char * | data, | |
| int | datalen, | |||
| int | exit_code, | |||
| void * | user_data | |||
| ) | [static] |
Definition at line 294 of file execbox.cc.
References Exec_box::read_from_child().
Referenced by Exec_box::exec().
Here is the call graph for this function:

| static void Read_from_child | ( | gpointer | data, | |
| gint | id, | |||
| GdkInputCondition | condition | |||
| ) | [static] |
Definition at line 97 of file execbox.cc.
References Exec_process::read_from_child().
Referenced by Exec_process::exec().
Here is the call graph for this function:

1.5.1