djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Functions
generic-conf.c File Reference
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "logmsg.h"
#include "buffer.h"
#include "open.h"
#include "generic-conf.h"
Include dependency graph for generic-conf.c:

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)
 

Function Documentation

◆ copyfrom()

void copyfrom ( buffer *  b)

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fail()

void fail ( void  )

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

Here is the caller graph for this function:

◆ finish()

void finish ( void  )

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

Here is the call graph for this function:
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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ makedir()

void makedir ( const char *  s)

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

Here is the call graph for this function:
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:
Here is the caller graph for this function:

◆ out()

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ outs()

void outs ( const char *  s)

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

Here is the call graph for this function:
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 call graph for this function:
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 call graph for this function:
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 call graph for this function:
Here is the caller graph for this function: