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

Go to the source code of this file.

Macros

#define byte_equal(s, n, t)   (!byte_diff((s),(n),(t)))
 

Functions

unsigned int byte_chr (char *, unsigned int, int)
 
unsigned int byte_rchr (char *, unsigned int, int)
 
void byte_copy (char *, unsigned int, char *)
 
void byte_copyr (char *, unsigned int, char *)
 
int byte_diff (char *, unsigned int, char *)
 
void byte_zero (char *, unsigned int)
 

Macro Definition Documentation

◆ byte_equal

#define byte_equal (   s,
  n,
 
)    (!byte_diff((s),(n),(t)))

Definition at line 11 of file byte.h.

Function Documentation

◆ byte_chr()

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

◆ byte_copy()

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

◆ byte_copyr()

void byte_copyr ( char *  ,
unsigned  int,
char *   
)

◆ byte_diff()

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

◆ byte_rchr()

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

◆ byte_zero()

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