OpenVAS Libraries
8.0.3
|
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/resource.h>
#include <sys/wait.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
Macros | |
#define | RLIM_INFINITY (1024*1024*1024) |
Functions | |
FILE * | openvas_popen4 (const char *cmd, char *const args[], pid_t *ppid, int inice) |
int | openvas_pclose (FILE *fp, pid_t pid) |
#define RLIM_INFINITY (1024*1024*1024) |
int openvas_pclose | ( | FILE * | fp, |
pid_t | pid | ||
) |
FILE* openvas_popen4 | ( | const char * | cmd, |
char *const | args[], | ||
pid_t * | ppid, | ||
int | inice | ||
) |