OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXNAME
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
config.c
12
#define
MAXNAME
(256)
136
if (len >=
MAXNAME
)
180
if (baselen >
MAXNAME
/ 2)
204
if (baselen >
MAXNAME
/ 2)
214
static char var[
MAXNAME
];
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c
35
#define
MAXNAME
128
157
modules[num_modules] = malloc(
MAXNAME
);
/bionic/libc/tools/zoneinfo/
ZoneCompactor.java
72
private static final int
MAXNAME
= 40;
186
if (zoneName.length() >=
MAXNAME
) {
190
f.write(toAscii(new byte[
MAXNAME
], zoneName));
/external/smack/src/org/xbill/DNS/
Name.java
45
private static final int
MAXNAME
= 255;
152
if (newlength >
MAXNAME
)
496
if (plength + dlength >
MAXNAME
)
Completed in 671 milliseconds