s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions
control.c File Reference
#include <unistd.h>
#include "open.h"
#include "getln.h"
#include "stralloc.h"
#include "buffer.h"
#include "logmsg.h"
#include "control.h"
#include "alloc.h"
#include "scan.h"
#include "error.h"
Include dependency graph for control.c:

Go to the source code of this file.

Functions

int control_init (void)
 
int control_rldef (stralloc *sa, char *fn, int flagme, char *def)
 
int control_readline (stralloc *sa, char *fn)
 
int control_readint (int *i, char *fn)
 
int control_readfile (stralloc *sa, char *fn, int flagme)
 

Function Documentation

◆ control_init()

int control_init ( void  )

Definition at line 32 of file control.c.

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

◆ control_readfile()

int control_readfile ( stralloc *  sa,
char *  fn,
int  flagme 
)

Definition at line 86 of file control.c.

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

◆ control_readint()

int control_readint ( int i,
char *  fn 
)

Definition at line 71 of file control.c.

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

◆ control_readline()

int control_readline ( stralloc *  sa,
char *  fn 
)

Definition at line 52 of file control.c.

Here is the caller graph for this function:

◆ control_rldef()

int control_rldef ( stralloc *  sa,
char *  fn,
int  flagme,
char *  def 
)

Definition at line 41 of file control.c.

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