Searched refs:capability_set_from_string (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/test/ |
D | test-cap-list.c | 64 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/ |
D | cap-list.h | 11 int capability_set_from_string(const char *s, uint64_t *set);
|
D | cap-list.c | 97 int capability_set_from_string(const char *s, uint64_t *set) { in capability_set_from_string() function
|
/systemd-251/src/shared/ |
D | bus-unit-util.c | 1323 r = capability_set_from_string(p, &sum); in bus_append_execute_property()
|
/systemd-251/src/core/ |
D | load-fragment.c | 1905 r = capability_set_from_string(rvalue, &sum); in config_parse_capability_set()
|