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

Go to the source code of this file.

Macros

#define WHO   "ezmlm-tstdig"

Functions

int main (int argc, char **argv)

Variables

stralloc line = {0}
buffer bn
char numbuf [16]
char strnum [FMT_ULONG]
int flaglocal = 0

Detailed Description

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

Definition in file ezmlm-tstdig.c.

Macro Definition Documentation

◆ WHO

#define WHO   "ezmlm-tstdig"

Definition at line 25 of file ezmlm-tstdig.c.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

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

Here is the call graph for this function:

Variable Documentation

◆ bn

buffer bn

Definition at line 39 of file ezmlm-tstdig.c.

◆ flaglocal

int flaglocal = 0

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

◆ line

stralloc line = {0}

Definition at line 37 of file ezmlm-tstdig.c.

◆ numbuf

char numbuf[16]

Definition at line 40 of file ezmlm-tstdig.c.

◆ strnum

char strnum[FMT_ULONG]

Definition at line 42 of file ezmlm-tstdig.c.