#include <unistd.h>
#include <sys/stat.h>
#include "buffer.h"
#include "logmsg.h"
#include "open.h"
#include "exit.h"
#include "fifo.h"
Go to the source code of this file.
|
void | 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 () |
|
◆ WHO
◆ c()
void c |
( |
char * |
home, |
|
|
char * |
subdir, |
|
|
char * |
file, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ d()
void d |
( |
char * |
home, |
|
|
char * |
subdir, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ h()
void h |
( |
char * |
home, |
|
|
char * |
queue, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ hier()
◆ main()
◆ p()
void p |
( |
char * |
queue, |
|
|
char * |
fifo, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ z()
void z |
( |
char * |
home, |
|
|
char * |
file, |
|
|
int |
len, |
|
|
int |
uid, |
|
|
int |
gid, |
|
|
int |
mode |
|
) |
| |
◆ bi
◆ bo
◆ fdsourcedir
◆ inbuf
char inbuf[BUFFER_INSIZE] |
◆ outbuf
char outbuf[BUFFER_OUTSIZE] |