djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
install.c File Reference
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "buffer.h"
#include "logmsg.h"
#include "open.h"
#include "exit.h"
Include dependency graph for install.c:

Go to the source code of this file.

Macros

#define WHO   "install"

Functions

void hier ()
void h (char *home, int uid, int gid, int mode)
void d (char *home, char *subdir, int uid, int gid, int mode)
void c (char *home, char *subdir, char *file, int uid, int gid, int mode)
void z (char *home, char *subdir, char *file, int len, int uid, int gid, int mode)
int main ()

Variables

int fdsourcedir = -1
char inbuf [BUFFER_INSIZE]
char outbuf [BUFFER_OUTSIZE]
buffer ssin
buffer ssout

Macro Definition Documentation

◆ WHO

#define WHO   "install"

Definition at line 11 of file install.c.

Function Documentation

◆ c()

void c ( char * home,
char * subdir,
char * file,
int uid,
int gid,
int mode )

Definition at line 44 of file install.c.

◆ d()

void d ( char * home,
char * subdir,
int uid,
int gid,
int mode )

Definition at line 26 of file install.c.

◆ h()

void h ( char * home,
int uid,
int gid,
int mode )

Definition at line 15 of file install.c.

◆ hier()

void hier ( )
extern

Definition at line 7 of file hier.c.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 119 of file install.c.

Here is the call graph for this function:

◆ z()

void z ( char * home,
char * subdir,
char * file,
int len,
int uid,
int gid,
int mode )

Definition at line 88 of file install.c.

Here is the caller graph for this function:

Variable Documentation

◆ fdsourcedir

int fdsourcedir = -1

Definition at line 13 of file install.c.

◆ inbuf

char inbuf[BUFFER_INSIZE]

Definition at line 39 of file install.c.

◆ outbuf

char outbuf[BUFFER_OUTSIZE]

Definition at line 40 of file install.c.

◆ ssin

buffer ssin

Definition at line 41 of file install.c.

◆ ssout

buffer ssout

Definition at line 42 of file install.c.