Searched defs:TYPE_FUNC (Results 1 – 2 of 2) sorted by relevance
/minix3/minix/tests/ |
H A D | test45.c | 18 #define TYPE_FUNC strtol macro 27 #define TYPE_FUNC strtoul macro 36 #define TYPE_FUNC strtoll macro 45 #define TYPE_FUNC strtoull macro
|
H A D | test45.h | 5 static const char *GLUE(make_string, TYPE_FUNC)(TYPE value, int base) in GLUE() argument 30 static void GLUE(e, TYPE_FUNC)(int n, const char *s, TYPE result, int base) in GLUE() argument 38 static void GLUE(test_string, TYPE_FUNC)(const char *s, TYPE value, int base) in GLUE() argument 49 static void GLUE(test_value_with_base, TYPE_FUNC)(TYPE value, int base) in GLUE() argument 58 static void GLUE(test_value, TYPE_FUNC)(TYPE value) in GLUE() argument 67 static void GLUE(test, TYPE_FUNC)(void) in GLUE() argument
|