mess822x 1.24
mess822x
Loading...
Searching...
No Matches
install.c File Reference
#include <unistd.h>
#include <sys/stat.h>
#include "buffer.h"
#include "logmsg.h"
#include "error.h"
#include "open.h"
#include "readwrite.h"
#include "exit.h"
#include "install.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 bi
buffer bo

Macro Definition Documentation

◆ WHO

#define WHO   "install"

Definition at line 13 of file install.c.

Function Documentation

◆ c()

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

Definition at line 46 of file install.c.

◆ d()

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

Definition at line 28 of file install.c.

◆ h()

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

Definition at line 17 of file install.c.

◆ hier()

void hier ( )
extern

Definition at line 4 of file hier.c.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 121 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 90 of file install.c.

Here is the caller graph for this function:

Variable Documentation

◆ bi

buffer bi

Definition at line 43 of file install.c.

◆ bo

buffer bo

Definition at line 44 of file install.c.

◆ fdsourcedir

int fdsourcedir = -1

Definition at line 15 of file install.c.

◆ inbuf

char inbuf[BUFFER_INSIZE]

Definition at line 41 of file install.c.

◆ outbuf

char outbuf[BUFFER_OUTSIZE]

Definition at line 42 of file install.c.