Searched refs:to_string (Results 1 - 6 of 6) sorted by relevance
/systemd/src/shared/ |
H A D | condition.h | 84 void condition_dump(Condition *c, FILE *f, const char *prefix, const char *(*to_string)(ConditionType t)); 85 void condition_dump_list(Condition *c, FILE *f, const char *prefix, const char *(*to_string)(ConditionType t));
|
H A D | condition.c | 462 void condition_dump(Condition *c, FILE *f, const char *prefix, const char *(*to_string)(ConditionType t)) { 472 to_string(c->type), 479 void condition_dump_list(Condition *first, FILE *f, const char *prefix, const char *(*to_string)(ConditionType t)) { 483 condition_dump(c, f, prefix, to_string);
|
/systemd/src/resolve/ |
H A D | resolved-dns-rr.h | 110 char *to_string; member in struct:DnsResourceRecord
|
H A D | resolved-dns-rr.c | 502 free(rr->to_string); 827 if (rr->to_string) 828 return rr->to_string; 1172 rr->to_string = s;
|
/systemd/src/core/ |
H A D | dbus-unit.c | 358 const char *(*to_string)(ConditionType type) = NULL; 366 to_string = streq(property, "Asserts") ? assert_type_to_string : condition_type_to_string; 380 to_string(c->type),
|
H A D | unit.c | 1281 static bool unit_condition_test_list(Unit *u, Condition *first, const char *(*to_string)(ConditionType t)) { 1286 assert(to_string); 1302 to_string(c->type), 1309 to_string(c->type),
|
Completed in 31 milliseconds