Lines Matching defs:s
16 snprintf(buf, sizeof(buf), "%s", x); \
21 #define NUM_UINT16_PASS(s, i) \
22 NUM_SETUP(s); \
26 #define NUM_UINT16_FAIL(s) \
27 NUM_SETUP(s); \
30 #define NUM_INT32_PASS(s, i) \
31 NUM_SETUP(s); \
35 #define NUM_INT32_FAIL(s) \
36 NUM_SETUP(s); \
39 #define NUM_UINT64_PASS(s, i) \
40 NUM_SETUP(s); \
44 #define NUM_UINT64_FAIL(s) \
45 NUM_SETUP(s); \
799 /* Check non-empty string that's not a UUID */