Searched refs:_cap_debug (Results 1 – 6 of 6) sorted by relevance
/external/libcap/libcap/ |
D | cap_file.c | 139 _cap_debug("setting named file capabilities"); in _fcaps_save() 196 _cap_debug("getting fildes capabilities"); in cap_get_fd() 226 _cap_debug("getting filename capabilities"); in cap_get_file() 254 _cap_debug("unable to stat file descriptor %d", fildes); in cap_set_fd() 258 _cap_debug("file descriptor %d for non-regular file", fildes); in cap_set_fd() 264 _cap_debug("deleting fildes capabilities"); in cap_set_fd() 270 _cap_debug("setting fildes capabilities"); in cap_set_fd() 286 _cap_debug("unable to stat file [%s]", filename); in cap_set_file() 290 _cap_debug("file [%s] is not a regular file", filename); in cap_set_file() 296 _cap_debug("removing filename capabilities"); in cap_set_file() [all …]
|
D | cap_flag.c | 29 _cap_debug("invalid arguments"); in cap_get_flag() 54 _cap_debug("weird capability (%d) - skipped", array_values[i]); in cap_set_flag() 69 _cap_debug("invalid arguments"); in cap_set_flag() 89 _cap_debug("invalid pointer"); in cap_clear() 119 _cap_debug("invalid pointer"); in cap_clear_flag() 135 _cap_debug("invalid arguments"); in cap_compare()
|
D | cap_text.c | 117 _cap_debug("bad argument"); in cap_from_text() 140 _cap_debug("%s", str); in cap_from_text() 195 _cap_debug("next char = `%c'", *str); in cap_from_text() 211 _cap_debug("only '=' can be followed by space"); in cap_from_text() 215 _cap_debug("how to read?"); in cap_from_text() 248 _cap_debug("for + & - must list capabilities"); in cap_from_text() 257 _cap_debug("next clause"); in cap_from_text() 423 _cap_debug("%s", buf); in cap_to_text()
|
D | cap_alloc.c | 22 _cap_debug("out of memory"); in cap_init() 93 _cap_debug("bad argument"); in cap_dup() 100 _cap_debug("out of memory"); in cap_dup() 136 _cap_debug("don't recognize what we're supposed to liberate"); in cap_free()
|
D | cap_proc.c | 18 _cap_debug("getting current process' capabilities"); in cap_get_proc() 39 _cap_debug("setting process capabilities"); in cap_set_proc() 58 _cap_debug("getting process capabilities for proc %d", pid); in capgetp() 99 _cap_debug("setting process capabilities for proc %d", pid); in capsetp()
|
D | libcap.h | 158 # define _cap_debug(f, x...) do { \ macro 175 # define _cap_debug(f, x...) macro
|