djbdnscurve6 45
djbdnscurve6
|
#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.
Functions | |
void | init (const char *d, const char *f) |
void | fail (void) |
void | makedir (const char *s) |
void | start (const char *s) |
void | outs (const char *s) |
void | out (const char *s, unsigned int len) |
void | copyfrom (buffer *b) |
void | finish (void) |
void | perm (int mode) |
void | owner (int uid, int gid) |
void | makelog (const char *user, int uid, int gid) |
void copyfrom | ( | buffer * | b | ) |
Definition at line 59 of file generic-conf.c.
void fail | ( | void | ) |
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.