Home
last modified time | relevance | path

Searched refs:capability_set_from_string (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/test/
Dtest-cap-list.c64 assert_se(capability_set_from_string(t1, &c1) == 0); in test_capability_set_one()
70 assert_se(capability_set_from_string(t1, &c1) == 0); in test_capability_set_one()
74 TEST(capability_set_from_string) { in TEST() argument
77 assert_se(capability_set_from_string(NULL, &c) == 0); in TEST()
80 assert_se(capability_set_from_string("", &c) == 0); in TEST()
83 assert_se(capability_set_from_string("0", &c) == 0); in TEST()
86 assert_se(capability_set_from_string("1", &c) == 0); in TEST()
89 assert_se(capability_set_from_string("0 1 2 3", &c) == 0); in TEST()
/systemd-251/src/basic/
Dcap-list.h11 int capability_set_from_string(const char *s, uint64_t *set);
Dcap-list.c97 int capability_set_from_string(const char *s, uint64_t *set) { in capability_set_from_string() function
/systemd-251/src/shared/
Dbus-unit-util.c1323 r = capability_set_from_string(p, &sum); in bus_append_execute_property()
/systemd-251/src/core/
Dload-fragment.c1905 r = capability_set_from_string(rvalue, &sum); in config_parse_capability_set()