Lines Matching defs:rvalue
14 static void test_config_parse_path_one(const char *rvalue, const char *expected) { in test_config_parse_path_one()
21 static void test_config_parse_log_level_one(const char *rvalue, int expected) { in test_config_parse_log_level_one()
28 static void test_config_parse_log_facility_one(const char *rvalue, int expected) { in test_config_parse_log_facility_one()
35 static void test_config_parse_iec_size_one(const char *rvalue, size_t expected) { in test_config_parse_iec_size_one()
42 static void test_config_parse_si_uint64_one(const char *rvalue, uint64_t expected) { in test_config_parse_si_uint64_one()
49 static void test_config_parse_int_one(const char *rvalue, int expected) { in test_config_parse_int_one()
56 static void test_config_parse_unsigned_one(const char *rvalue, unsigned expected) { in test_config_parse_unsigned_one()
63 static void test_config_parse_strv_one(const char *rvalue, char **expected) { in test_config_parse_strv_one()
70 static void test_config_parse_mode_one(const char *rvalue, mode_t expected) { in test_config_parse_mode_one()
77 static void test_config_parse_sec_one(const char *rvalue, usec_t expected) { in test_config_parse_sec_one()
84 static void test_config_parse_nsec_one(const char *rvalue, nsec_t expected) { in test_config_parse_nsec_one()