File modules/pa/spawn.c
Included Files
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
Preprocessor definitions
#define ERRSTRING
#define LINE_LENGTH
1024
#define STRING_LENGTH
255
Global Function spawn_job()
int spawn_job ( char* path, char* argv[], int* in_fd, int* out_fd, int* err_fd )
Calls:
close(), dup2(), execvp(), exit(), fork(), fprintf(), perror(), pipe(), strerror()
Called by:
PA_Decrypt()
modules/pa/gpg.c
PA_ImportKey()
modules/pa/gpg.c
PA_VerifySignature()
modules/pa/gpg.c