djbdnscurve6  38
djbdnscurve6
Functions
generic-conf.h File Reference
#include "buffer.h"
Include dependency graph for generic-conf.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ copyfrom()

void copyfrom ( buffer *  b)

Definition at line 59 of file generic-conf.c.

◆ finish()

void finish ( void  )

Definition at line 64 of file generic-conf.c.

Here is the caller graph for this function:

◆ init()

void init ( const char *  d,
const char *  f 
)

Definition at line 17 of file generic-conf.c.

◆ makedir()

void makedir ( const char *  s)

Definition at line 35 of file generic-conf.c.

Here is the caller graph for this function:

◆ makelog()

void makelog ( const char *  user,
int  uid,
int  gid 
)

Definition at line 81 of file generic-conf.c.

Here is the call graph for this function:

◆ out()

void out ( const char *  s,
unsigned int  len 
)

Definition at line 54 of file generic-conf.c.

◆ outs()

void outs ( const char *  s)

Definition at line 49 of file generic-conf.c.

Here is the caller graph for this function:

◆ owner()

void owner ( int  uid,
int  gid 
)

Definition at line 76 of file generic-conf.c.

Here is the caller graph for this function:

◆ perm()

void perm ( int  mode)

Definition at line 71 of file generic-conf.c.

Here is the caller graph for this function:

◆ start()

void start ( const char *  s)

Definition at line 41 of file generic-conf.c.

Here is the caller graph for this function: