Home
last modified time | relevance | path

Searched refs:capability_set_to_string_alloc (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dcap-list.h10 int capability_set_to_string_alloc(uint64_t set, char **s);
Dcap-list.c60 int capability_set_to_string_alloc(uint64_t set, char **s) { in capability_set_to_string_alloc() function
/systemd-251/src/test/
Dtest-cap-list.c61 assert_se(capability_set_to_string_alloc(c, &t1) == 0); in test_capability_set_one()
/systemd-251/src/shared/
Dbus-print-properties.c148 r = capability_set_to_string_alloc(u, &s); in bus_print_property()
/systemd-251/src/core/
Dexecute.c6013 r = capability_set_to_string_alloc(c->capability_bounding_set, &str); in exec_context_dump()
6021 r = capability_set_to_string_alloc(c->capability_ambient_set, &str); in exec_context_dump()
Ddbus-execute.c1654 …T_TO_STRING_ALLOC(capability, "t", uint64_t, uint64_t, "%" PRIu64, capability_set_to_string_alloc);