s/qmail 4.4.13
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
install.c File Reference
#include <unistd.h>
#include <sys/stat.h>
#include "buffer.h"
#include "logmsg.h"
#include "open.h"
#include "exit.h"
#include "str.h"
#include "fifo.h"
Include dependency graph for install.c:

Go to the source code of this file.

Macros

#define WHO   "install"
 

Functions

void hier ()
 
void qmq_hier ()
 
void ldap_hier ()
 
void h (char *home, char *queue, int uid, int gid, int mode)
 
void d (char *home, char *subdir, int uid, int gid, int mode)
 
void p (char *queue, 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 (int argc, char *const argv[])
 

Variables

int fdsourcedir = -1
 
char inbuf [BUFFER_INSIZE]
 
buffer bi
 
char outbuf [BUFFER_OUTSIZE]
 
buffer bo
 

Macro Definition Documentation

◆ WHO

#define WHO   "install"

Definition at line 14 of file install.c.

Function Documentation

◆ c()

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

Definition at line 70 of file install.c.

◆ d()

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

Definition at line 39 of file install.c.

◆ h()

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

Definition at line 18 of file install.c.

◆ hier()

void hier ( )

Definition at line 31 of file hier.c.

Here is the caller graph for this function:

◆ ldap_hier()

void ldap_hier ( )

Definition at line 234 of file hier.c.

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

◆ main()

int main ( int  argc,
char *const  argv[] 
)

Definition at line 143 of file install.c.

Here is the call graph for this function:

◆ p()

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

Definition at line 52 of file install.c.

◆ qmq_hier()

void qmq_hier ( )

Definition at line 178 of file hier.c.

Here is the caller graph for this function:

◆ z()

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

Definition at line 114 of file install.c.

Variable Documentation

◆ bi

buffer bi

Definition at line 66 of file install.c.

◆ bo

buffer bo

Definition at line 68 of file install.c.

◆ fdsourcedir

int fdsourcedir = -1

Definition at line 16 of file install.c.

◆ inbuf

char inbuf[BUFFER_INSIZE]

Definition at line 65 of file install.c.

◆ outbuf

char outbuf[BUFFER_OUTSIZE]

Definition at line 67 of file install.c.