djbdnscurve6 45
djbdnscurve6
|
#include "buffer.h"
Go to the source code of this file.
Functions | |
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) |
void copyfrom | ( | buffer * | b | ) |
Definition at line 59 of file generic-conf.c.
void finish | ( | void | ) |
Definition at line 64 of file generic-conf.c.
void init | ( | const char * | d, |
const char * | f | ||
) |
Definition at line 17 of file generic-conf.c.
void makedir | ( | const char * | s | ) |
Definition at line 35 of file generic-conf.c.
void makelog | ( | const char * | user, |
int | uid, | ||
int | gid | ||
) |
Definition at line 81 of file generic-conf.c.
void out | ( | const char * | s, |
unsigned int | len | ||
) |
Definition at line 54 of file generic-conf.c.
void outs | ( | const char * | s | ) |
Definition at line 49 of file generic-conf.c.
void owner | ( | int | uid, |
int | gid | ||
) |
Definition at line 76 of file generic-conf.c.
void perm | ( | int | mode | ) |
Definition at line 71 of file generic-conf.c.
void start | ( | const char * | s | ) |
Definition at line 41 of file generic-conf.c.