#include "buffer.h"
Go to the source code of this file.
|
void | init (const char *, const char *) |
|
void | makedir (const char *) |
|
void | start (const char *) |
|
void | outs (const char *) |
|
void | out (const char *, unsigned int) |
|
void | copyfrom (buffer *) |
|
void | finish (void) |
|
void | perm (int) |
|
void | owner (int, int) |
|
void | makelog (const char *, int, int) |
|
◆ copyfrom()
void copyfrom |
( |
buffer * |
b | ) |
|
◆ 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 | ) |
|