s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
splogger.c File Reference
#include <sys/types.h>
#include <sys/time.h>
#include <syslog.h>
#include <unistd.h>
#include "error.h"
#include "buffer.h"
#include "exit.h"
#include "str.h"
#include "scan.h"
#include "fmt.h"
Include dependency graph for splogger.c:

Go to the source code of this file.

Functions

void stamp_make ()
void flush ()
int main (int argc, char *const *argv)

Variables

char buf [800]
int bufpos = 0
int flagcont = 0
int priority
char stamp [FMT_ULONG+FMT_ULONG+3]

Function Documentation

◆ flush()

void flush ( void )

Definition at line 30 of file splogger.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

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

Definition at line 48 of file splogger.c.

Here is the call graph for this function:

◆ stamp_make()

void stamp_make ( )

Definition at line 18 of file splogger.c.

Here is the caller graph for this function:

Variable Documentation

◆ buf

char buf[800]

Definition at line 12 of file splogger.c.

◆ bufpos

int bufpos = 0

Definition at line 13 of file splogger.c.

◆ flagcont

int flagcont = 0

Definition at line 14 of file splogger.c.

◆ priority

int priority

Definition at line 15 of file splogger.c.

◆ stamp

char stamp[FMT_ULONG+FMT_ULONG+3]

Definition at line 16 of file splogger.c.