dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <config.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <float.h>
#include <limits.h>
#include <math.h>
#include <stdbool.h>
#include <string.h>
#include "c-ctype.h"
Macros | |
#define | HAVE_LDEXP_IN_LIBC 0 |
#define | ldexp dummy_ldexp |
Functions | |
static bool | locale_isspace (char c) |
static double | ldexp (double x _GL_UNUSED, int exponent _GL_UNUSED) |
static double | scale_radix_exp (double x, int radix, long int exponent) |
static double | parse_number (const char *nptr, int base, int radix, int radix_multiplier, char expchar, char **endptr) |
static double | underlying_strtod (const char *, char **) |
double | strtod (const char *nptr, char **endptr) |
Variables | |
double | minus_zero = -0.0 |
#define HAVE_LDEXP_IN_LIBC 0 |
Referenced by scale_radix_exp().
#define ldexp dummy_ldexp |
Referenced by scale_radix_exp().
|
static |
|
static |
Referenced by parse_number(), and strtod().
|
static |
|
static |
Referenced by parse_number().
double strtod | ( | const char * | nptr, |
char ** | endptr | ||
) |
|
static |
double minus_zero = -0.0 |
Referenced by strtod().