OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_NAME_LEN
(Results
1 - 4
of
4
) sorted by null
/external/zlib/
minigzip.c
132
#define
MAX_NAME_LEN
1024
266
local char outfile[
MAX_NAME_LEN
];
300
local char buf[
MAX_NAME_LEN
];
/system/core/include/diskconfig/
diskconfig.h
27
#define
MAX_NAME_LEN
512
/system/extras/tests/fstest/
perm_checker.c
42
#define
MAX_NAME_LEN
4096
103
char rule_text_buf[
MAX_NAME_LEN
+ 2*MAX_UID_LEN + 2*MAX_GID_LEN + 9];
157
char spec[
MAX_NAME_LEN
+ 5]; // Allows for "/..." suffix + terminator
361
char namebuf[
MAX_NAME_LEN
+ 1];
362
char tmp[
MAX_NAME_LEN
+ 1];
/external/dropbear/
options.h
307
#define
MAX_NAME_LEN
64 /* maximum length of a protocol name, isn't
325
#define MAX_STRING_LEN 1400 /* ~= MAX_PROPOSED_ALGO *
MAX_NAME_LEN
, also
Completed in 1683 milliseconds