OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXNAME
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/src/tools/perf/util/
config.c
15
#define
MAXNAME
(256)
139
if (len >=
MAXNAME
)
183
if (baselen >
MAXNAME
/ 2)
207
if (baselen >
MAXNAME
/ 2)
217
static char var[
MAXNAME
];
/bionic/libc/tools/zoneinfo/
ZoneCompactor.java
28
private static final int
MAXNAME
= 40;
131
if (zoneName.length() >=
MAXNAME
) {
141
f.write(toAscii(new byte[
MAXNAME
], zoneName));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
odbcss.h
350
#define
MAXNAME
(SQL_MAX_SQLSERVERNAME+1)
Completed in 7378 milliseconds