OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXCAP
(Results
1 - 2
of
2
) sorted by null
/external/libcap/progs/old/
setpcaps.c
30
#define
MAXCAP
2048
34
int i=
MAXCAP
;
61
return (i <
MAXCAP
? 0:-1);
66
char buffer[
MAXCAP
+1];
/external/libcap/progs/
setcap.c
25
#define
MAXCAP
2048
29
int i =
MAXCAP
;
56
return (i <
MAXCAP
? 0:-1);
62
char buffer[
MAXCAP
+1];
Completed in 246 milliseconds