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

Go to the source code of this file.

Macros

#define str_equal(s, t)   (!str_diff((s),(t)))
 

Functions

unsigned int str_copy (char *, char *)
 
unsigned int str_copyb (char *, char *, unsigned int)
 
int str_diff (char *, char *)
 
int str_diffn (char *, char *, unsigned int)
 
unsigned int str_len (char *)
 
unsigned int str_chr (char *, int)
 
unsigned int str_rchr (char *, int)
 
int str_start (char *, char *)
 

Macro Definition Documentation

◆ str_equal

#define str_equal (   s,
 
)    (!str_diff((s),(t)))

Definition at line 13 of file str.h.

Function Documentation

◆ str_chr()

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

◆ str_copy()

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

◆ str_copyb()

unsigned int str_copyb ( char *  ,
char *  ,
unsigned  int 
)

◆ str_diff()

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

◆ str_diffn()

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

◆ str_len()

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

◆ str_rchr()

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

◆ str_start()

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