Searched refs:parse_func (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/core/ |
D | unit-serialize.c | 241 #define MATCH_DESERIALIZE(key, l, v, parse_func, target) \ argument 245 int _deserialize_r = parse_func(v); \ 255 #define MATCH_DESERIALIZE_IMMEDIATE(key, l, v, parse_func, target) \ argument 259 int _deserialize_r = parse_func(v, &target); \
|
/systemd-251/src/shared/ |
D | bus-unit-util.c | 74 #define DEFINE_BUS_APPEND_PARSE_PTR(bus_type, cast_type, type, parse_func) \ argument 75 static int bus_append_##parse_func( \ 82 r = parse_func(eq, &val); \ 94 #define DEFINE_BUS_APPEND_PARSE(bus_type, parse_func) \ argument 95 static int bus_append_##parse_func( \ 101 r = parse_func(eq); \
|