#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"
Go to the source code of this file.
|
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 () |
|
stralloc | me = {0} |
int | meok |
stralloc | line = {0} |
char | num [FMT_ULONG] |
◆ do_int()
void do_int |
( |
char * | fn, |
|
|
char * | def, |
|
|
char * | pre, |
|
|
char * | post ) |
◆ do_lst()
int do_lst |
( |
char * | fn, |
|
|
char * | def, |
|
|
char * | pre, |
|
|
char * | post ) |
◆ do_str()
void do_str |
( |
char * | fn, |
|
|
int | flagme, |
|
|
char * | def, |
|
|
char * | pre ) |
◆ main()
◆ safeput()
void safeput |
( |
char * | buf, |
|
|
unsigned int | len ) |
◆ line
◆ me
◆ meok
◆ num