djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Macros | Functions | Variables
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 53 of file install.c.

Here is the call graph for this function:

◆ d()

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

Definition at line 30 of file install.c.

Here is the call graph for this function:

◆ h()

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

Definition at line 15 of file install.c.

◆ hier()

void hier ( )

Definition at line 7 of file hier.c.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 141 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 103 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 48 of file install.c.

◆ outbuf

char outbuf[BUFFER_OUTSIZE]

Definition at line 49 of file install.c.

◆ ssin

buffer ssin

Definition at line 50 of file install.c.

◆ ssout

buffer ssout

Definition at line 51 of file install.c.