![]() |
STASIS
A pipeline delivery generator
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <unistd.h>#include <limits.h>#include <sys/wait.h>#include <sys/stat.h>
Go to the source code of this file.
Data Structures | |
| struct | Process |
Macros | |
| #define | STASIS_SHELL_SAFE_RESTRICT ";&|()" |
Functions | |
| int | shell (struct Process *proc, char *args) |
| int | shell_safe (struct Process *proc, char *args) |
| char * | shell_output (const char *command, int *status) |
System functions