#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 | ) |
|
|
extern |
◆ finish()
◆ init()
| void init |
( |
const char * | d, |
|
|
const char * | f ) |
|
extern |
◆ makedir()
| void makedir |
( |
const char * | s | ) |
|
|
extern |
◆ makelog()
| void makelog |
( |
const char * | user, |
|
|
int | uid, |
|
|
int | gid ) |
|
extern |
◆ out()
| void out |
( |
const char * | s, |
|
|
unsigned int | len ) |
|
extern |
◆ outs()
| void outs |
( |
const char * | s | ) |
|
|
extern |
◆ owner()
| void owner |
( |
int | uid, |
|
|
int | gid ) |
|
extern |
◆ perm()
◆ start()
| void start |
( |
const char * | s | ) |
|
|
extern |