OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxcaps
(Results
1 - 1
of
1
) sorted by null
/external/libcap/libcap/
_makenames.c
29
int i,
maxcaps
=0;
local
32
if (
maxcaps
<= list[i].index) {
33
maxcaps
= list[i].index + 1;
46
" char const *_cap_names[__CAP_BITS] = {\n",
maxcaps
);
48
for (i=0; i<
maxcaps
; ++i) {
Completed in 2358 milliseconds