ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlm-limit.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "stralloc.h"
#include "buffer.h"
#include "readwrite.h"
#include "sig.h"
#include "lock.h"
#include "getconf.h"
#include "fmt.h"
#include "now.h"
#include "getoptb.h"
#include "error.h"
#include "scan.h"
#include "open.h"
#include "errtxt.h"
#include "idx.h"
#include "logmsg.h"
#include "lockfile.h"
Include dependency graph for ezmlm-limit.c:

Go to the source code of this file.

Macros

#define WHO   "ezmlm-limit"

Functions

int main (int argc, char **argv)

Variables

unsigned long deltasecs = LIMSECS
unsigned long deltanum = LIMMSG
int flagd = 0
int flagmod
int flagloop
const char * fn = TXT_LOOPNUM
stralloc line = {0}
buffer bn
char newbuf [16]
char strnum [FMT_ULONG]

Detailed Description

Author
Bruce Guenter
Date
2005-02-09 16:24:15Z

Definition in file ezmlm-limit.c.

Macro Definition Documentation

◆ WHO

#define WHO   "ezmlm-limit"

Definition at line 21 of file ezmlm-limit.c.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 48 of file ezmlm-limit.c.

Here is the call graph for this function:

Variable Documentation

◆ bn

buffer bn

Definition at line 43 of file ezmlm-limit.c.

◆ deltanum

unsigned long deltanum = LIMMSG

Definition at line 30 of file ezmlm-limit.c.

◆ deltasecs

unsigned long deltasecs = LIMSECS

Definition at line 29 of file ezmlm-limit.c.

◆ flagd

int flagd = 0

Definition at line 32 of file ezmlm-limit.c.

◆ flagloop

int flagloop

Definition at line 34 of file ezmlm-limit.c.

◆ flagmod

int flagmod

Definition at line 33 of file ezmlm-limit.c.

◆ fn

const char* fn = TXT_LOOPNUM

Definition at line 35 of file ezmlm-limit.c.

◆ line

stralloc line = {0}

Definition at line 41 of file ezmlm-limit.c.

◆ newbuf

char newbuf[16]

Definition at line 44 of file ezmlm-limit.c.

◆ strnum

char strnum[FMT_ULONG]

Definition at line 46 of file ezmlm-limit.c.