Searched refs:_cleanup_cap_free_ (Results 1 – 2 of 2) sorted by relevance
21 _cleanup_cap_free_ cap_t cap = NULL; in have_effective_cap()104 _cleanup_cap_free_ cap_t caps = NULL; in capability_ambient_set_apply()165 _cleanup_cap_free_ cap_t caps = NULL; in capability_gain_cap_setpcap()175 _cleanup_cap_free_ cap_t temp_cap = NULL; in capability_gain_cap_setpcap()199 _cleanup_cap_free_ cap_t before_cap = NULL, after_cap = NULL; in capability_bounding_set_drop()340 _cleanup_cap_free_ cap_t d = NULL; in drop_privileges()368 _cleanup_cap_free_ cap_t tmp_cap = NULL; in drop_capability()437 _cleanup_cap_free_ cap_t c = NULL, modified = NULL; in capability_quintet_enforce()
29 #define _cleanup_cap_free_ _cleanup_(cap_freep) macro