mess822x 1.24
mess822x
Loading...
Searching...
No Matches
instcheck.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include "logmsg.h"
#include "readwrite.h"
#include "auto_home.h"
#include "exit.h"
Include dependency graph for instcheck.c:

Go to the source code of this file.

Macros

#define WHO   "instcheck"

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 p (char *home, char *fifo, 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 *file, int len, int uid, int gid, int mode)
int main ()

Macro Definition Documentation

◆ WHO

#define WHO   "instcheck"

Definition at line 10 of file instcheck.c.

Function Documentation

◆ c()

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

Definition at line 53 of file instcheck.c.

Here is the caller graph for this function:

◆ d()

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

Definition at line 39 of file instcheck.c.

Here is the caller graph for this function:

◆ h()

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

Definition at line 34 of file instcheck.c.

◆ hier()

void hier ( )
extern

Definition at line 4 of file hier.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 69 of file instcheck.c.

Here is the call graph for this function:

◆ p()

void p ( char * home,
char * fifo,
int uid,
int gid,
int mode )

Definition at line 46 of file instcheck.c.

◆ z()

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

Definition at line 62 of file instcheck.c.