s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
setmaillist.c File Reference
#include <unistd.h>
#include <sys/stat.h>
#include "buffer.h"
#include "logmsg.h"
#include "stralloc.h"
#include "getln.h"
#include "open.h"
#include "byte.h"
Include dependency graph for setmaillist.c:

Go to the source code of this file.

Macros

#define WHO   "setmaillist"
 

Functions

int rename (const char *, const char *)
 
void usage ()
 
void writeerr ()
 
int main (int argc, char **argv)
 

Variables

stralloc line = {0}
 
int match
 
char * fnbin
 
char * fntmp
 
int fd
 
char buf [1024]
 
buffer bo
 

Macro Definition Documentation

◆ WHO

#define WHO   "setmaillist"

Definition at line 10 of file setmaillist.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 38 of file setmaillist.c.

Here is the call graph for this function:

◆ rename()

int rename ( const char *  ,
const char *   
)
Here is the caller graph for this function:

◆ usage()

void usage ( )

Definition at line 14 of file setmaillist.c.

Here is the caller graph for this function:

◆ writeerr()

void writeerr ( )

Definition at line 28 of file setmaillist.c.

Here is the caller graph for this function:

Variable Documentation

◆ bo

buffer bo

Definition at line 26 of file setmaillist.c.

◆ buf

char buf[1024]

Definition at line 25 of file setmaillist.c.

◆ fd

int fd

Definition at line 24 of file setmaillist.c.

◆ fnbin

char* fnbin

Definition at line 22 of file setmaillist.c.

◆ fntmp

char* fntmp

Definition at line 23 of file setmaillist.c.

◆ line

stralloc line = {0}

Definition at line 19 of file setmaillist.c.

◆ match

int match

Definition at line 20 of file setmaillist.c.