OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPNG_SELECT_BOUNDS
(Results
1 - 6
of
6
) sorted by null
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
41
typedef enum { CAPNG_SELECT_CAPS = 16,
CAPNG_SELECT_BOUNDS
= 32,
cap-ng.c
183
if (set &
CAPNG_SELECT_BOUNDS
)
211
if (set &
CAPNG_SELECT_BOUNDS
) {
473
if (set &
CAPNG_SELECT_BOUNDS
) {
608
rc = capng_apply(
CAPNG_SELECT_BOUNDS
);
715
if (set &
CAPNG_SELECT_BOUNDS
) {
840
if (set &
CAPNG_SELECT_BOUNDS
)
869
if (set &
CAPNG_SELECT_BOUNDS
) {
/external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c
95
if(capng_have_capabilities(
CAPNG_SELECT_BOUNDS
)!=CAPNG_PARTIAL){
/external/libcap-ng/libcap-ng-0.7/utils/
pscap.c
174
if (capng_have_capabilities(
CAPNG_SELECT_BOUNDS
)
netcap.c
135
caps = capng_have_capabilities(
CAPNG_SELECT_BOUNDS
);
/external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py
114
CAPNG_SELECT_BOUNDS
= _capng.
CAPNG_SELECT_BOUNDS
Completed in 62 milliseconds