HomeSort by relevance Sort by last modified time
    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 69 milliseconds