s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions | Variables
qmail-showctl.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "spf.h"
#include "buffer.h"
#include "exit.h"
#include "fmt.h"
#include "str.h"
#include "control.h"
#include "constmap.h"
#include "stralloc.h"
#include "direntry.h"
#include "auto_uids.h"
#include "auto_qmail.h"
#include "auto_break.h"
#include "auto_patrn.h"
#include "auto_spawn.h"
#include "auto_split.h"
Include dependency graph for qmail-showctl.c:

Go to the source code of this file.

Functions

void safeput (char *buf, unsigned int len)
 
void do_int (char *fn, char *def, char *pre, char *post)
 
void do_str (char *fn, int flagme, char *def, char *pre)
 
int do_lst (char *fn, char *def, char *pre, char *post)
 
int main ()
 

Variables

stralloc me = {0}
 
int meok
 
stralloc line = {0}
 
char num [FMT_ULONG]
 

Function Documentation

◆ do_int()

void do_int ( char *  fn,
char *  def,
char *  pre,
char *  post 
)

Definition at line 39 of file qmail-showctl.c.

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

◆ do_lst()

int do_lst ( char *  fn,
char *  def,
char *  pre,
char *  post 
)

Definition at line 94 of file qmail-showctl.c.

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

◆ do_str()

void do_str ( char *  fn,
int  flagme,
char *  def,
char *  pre 
)

Definition at line 66 of file qmail-showctl.c.

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

◆ main()

int main ( void  )

Definition at line 126 of file qmail-showctl.c.

Here is the call graph for this function:

◆ safeput()

void safeput ( char *  buf,
unsigned int  len 
)

Definition at line 26 of file qmail-showctl.c.

Here is the caller graph for this function:

Variable Documentation

◆ line

stralloc line = {0}

Definition at line 23 of file qmail-showctl.c.

◆ me

stralloc me = {0}

Definition at line 20 of file qmail-showctl.c.

◆ meok

int meok

Definition at line 21 of file qmail-showctl.c.

◆ num

char num[FMT_ULONG]

Definition at line 24 of file qmail-showctl.c.