s/qmail 4.3.20
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 "qmail.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 *const *argv)
 

Variables

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

Macro Definition Documentation

◆ WHO

#define WHO   "setmaillist"

Definition at line 11 of file setmaillist.c.

Function Documentation

◆ main()

int main ( int  argc,
char *const *  argv 
)

Definition at line 39 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 15 of file setmaillist.c.

Here is the caller graph for this function:

◆ writeerr()

void writeerr ( )

Definition at line 29 of file setmaillist.c.

Here is the caller graph for this function:

Variable Documentation

◆ bo

buffer bo

Definition at line 27 of file setmaillist.c.

◆ buf

char buf[BUFSIZE_LINE]

Definition at line 26 of file setmaillist.c.

◆ fd

int fd

Definition at line 25 of file setmaillist.c.

◆ fnbin

char* fnbin

Definition at line 23 of file setmaillist.c.

◆ fntmp

char* fntmp

Definition at line 24 of file setmaillist.c.

◆ line

stralloc line = {0}

Definition at line 20 of file setmaillist.c.

◆ match

int match

Definition at line 21 of file setmaillist.c.