Searched refs:to_string (Results 1 - 6 of 6) sorted by relevance

/systemd/src/shared/
H A Dcondition.h84 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 Dcondition.c462 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 Dresolved-dns-rr.h110 char *to_string; member in struct:DnsResourceRecord
H A Dresolved-dns-rr.c502 free(rr->to_string);
827 if (rr->to_string)
828 return rr->to_string;
1172 rr->to_string = s;
/systemd/src/core/
H A Ddbus-unit.c358 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 Dunit.c1281 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 4851 milliseconds