![]() |
s/qmail
3.3.23
Next generation secure email transport
|

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) |
| unsigned int byte_chr | ( | 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 * | |||
| ) |

| unsigned int byte_rchr | ( | char * | , |
| unsigned | int, | ||
| int | |||
| ) |

| void byte_zero | ( | char * | , |
| unsigned | int | ||
| ) |

1.8.13