#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "logmsg.h"
#include "buffer.h"
#include "open.h"
#include "generic-conf.h"
Go to the source code of this file.
◆ copyfrom()
| void copyfrom |
( |
buffer * |
b | ) |
|
◆ fail()
◆ finish()
◆ init()
| void init |
( |
const char * |
d, |
|
|
const char * |
f |
|
) |
| |
◆ makedir()
| void makedir |
( |
const char * |
s | ) |
|
◆ makelog()
| void makelog |
( |
const char * |
user, |
|
|
int |
uid, |
|
|
int |
gid |
|
) |
| |
◆ out()
| void out |
( |
const char * |
s, |
|
|
unsigned int |
len |
|
) |
| |
◆ outs()
| void outs |
( |
const char * |
s | ) |
|
◆ owner()
| void owner |
( |
int |
uid, |
|
|
int |
gid |
|
) |
| |
◆ perm()
◆ start()
| void start |
( |
const char * |
s | ) |
|