s/qmail  3.3.23
Next generation secure email transport
Macros | Functions
fmt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FMT_ULONG   40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */
 
#define FMT_LEN   ((char *) 0) /* convenient abbreviation */
 

Functions

unsigned int fmt_uint (char *, unsigned int)
 
unsigned int fmt_uint0 (char *, unsigned int, unsigned int)
 
unsigned int fmt_xint ()
 
unsigned int fmt_nbbint ()
 
unsigned int fmt_ushort ()
 
unsigned int fmt_xshort ()
 
unsigned int fmt_nbbshort ()
 
unsigned int fmt_ulong (char *, unsigned long)
 
unsigned int fmt_xlong (char *, unsigned long)
 
unsigned int fmt_nbblong ()
 
unsigned int fmt_plusminus ()
 
unsigned int fmt_minus ()
 
unsigned int fmt_0x ()
 
unsigned int fmt_str (char *, char *)
 
unsigned int fmt_strn (char *, char *, unsigned int)
 

Macro Definition Documentation

◆ FMT_LEN

#define FMT_LEN   ((char *) 0) /* convenient abbreviation */

Definition at line 5 of file fmt.h.

◆ FMT_ULONG

#define FMT_ULONG   40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */

Definition at line 4 of file fmt.h.

Function Documentation

◆ fmt_0x()

unsigned int fmt_0x ( )

◆ fmt_minus()

unsigned int fmt_minus ( )

◆ fmt_nbbint()

unsigned int fmt_nbbint ( )

◆ fmt_nbblong()

unsigned int fmt_nbblong ( )

◆ fmt_nbbshort()

unsigned int fmt_nbbshort ( )

◆ fmt_plusminus()

unsigned int fmt_plusminus ( )

◆ fmt_str()

unsigned int fmt_str ( char *  ,
char *   
)
Here is the caller graph for this function:

◆ fmt_strn()

unsigned int fmt_strn ( char *  ,
char *  ,
unsigned  int 
)
Here is the caller graph for this function:

◆ fmt_uint()

unsigned int fmt_uint ( char *  ,
unsigned  int 
)
Here is the caller graph for this function:

◆ fmt_uint0()

unsigned int fmt_uint0 ( char *  ,
unsigned  int,
unsigned  int 
)

Definition at line 3 of file fmt_uint0.c.

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

◆ fmt_ulong()

unsigned int fmt_ulong ( char *  ,
unsigned  long 
)
Here is the caller graph for this function:

◆ fmt_ushort()

unsigned int fmt_ushort ( )

◆ fmt_xint()

unsigned int fmt_xint ( )

◆ fmt_xlong()

unsigned int fmt_xlong ( char *  ,
unsigned  long 
)
Here is the caller graph for this function:

◆ fmt_xshort()

unsigned int fmt_xshort ( )