Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <limits.h>
#include <errno.h>
#include <ctype.h>
#include <msg.h>
#include <vstring.h>
#include <mymalloc.h>
#include <safe_ultostr.h>
マクロ定義 | |
#define | STR vstring_str |
#define | END vstring_end |
#define | SWAP(type, a, b) { type temp; temp = a; a = b; b = temp; } |
#define | SAFE_MAX_BASE (sizeof(safe_chars) - 1) |
#define | SAFE_MIN_BASE (2) |
関数 | |
char * | safe_ultostr (VSTRING *buf, unsigned long ulval, int base, int padlen, int padchar) |
unsigned long | safe_strtoul (const char *start, char **end, int base) |
#define END vstring_end |
safe_ultostr.c の 88 行目に定義があります。
#define SAFE_MAX_BASE (sizeof(safe_chars) - 1) |
safe_ultostr.c の 94 行目に定義があります。
#define SAFE_MIN_BASE (2) |
safe_ultostr.c の 95 行目に定義があります。
#define STR vstring_str |
safe_ultostr.c の 87 行目に定義があります。
#define SWAP | ( | type, | |
a, | |||
b | |||
) | { type temp; temp = a; a = b; b = temp; } |
safe_ultostr.c の 89 行目に定義があります。
safe_ultostr.c の 137 行目に定義があります。