OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capng_restore_state
(Results
1 - 6
of
6
) sorted by null
/external/libcap-ng/libcap-ng-0.7/docs/
capng_restore_state.3
3
capng_restore_state
\- set the internal library state
7
void
capng_restore_state
(void **state);
11
capng_restore_state
is a function that takes the state information previously saved by capng_save_state and restores the libraries internal state. This function is not available in the python bindings.
Makefile.am
33
capng_save_state.3
capng_restore_state
.3
Makefile.in
242
capng_save_state.3
capng_restore_state
.3
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
84
void
capng_restore_state
(void **state);
cap-ng.c
479
capng_restore_state
(&s);
488
capng_restore_state
(&s);
941
void
capng_restore_state
(void **state)
function
/external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c
55
capng_restore_state
(&saved);
Completed in 564 milliseconds