Searched defs:join (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dacl-util.c254 _cleanup_free_ char *join; local
256 join = strv_join(a, ",");
257 if (!join)
260 a_acl = acl_from_text(join);
272 _cleanup_free_ char *join; local
274 join = strv_join(d, ",");
275 if (!join)
278 d_acl = acl_from_text(join);

Completed in 349 milliseconds