OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_max
(Results
1 - 4
of
4
) sorted by null
/development/ndk/platforms/android-3/include/
zlib.h
118
uInt
name_max
; /* space at name (only when reading header) */
member in struct:gz_header_s
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h
118
uInt
name_max
; /* space at name (only when reading header) */
member in struct:gz_header_s
[
all
...]
/external/chromium_org/third_party/zlib/
zlib.h
122
uInt
name_max
; /* space at name (only when reading header) */
member in struct:gz_header_s
[
all
...]
/external/elfutils/0.153/src/
ar.c
473
size_t
name_max
= 0;
local
478
if (
name_max
== 0)
482
name_max
= len;
484
return
name_max
!= 0;
642
printlen =
name_max
;
643
char truncfname[
name_max
+ 1];
645
name_max
)) = '\0';
731
printlen =
name_max
;
732
char truncfname[
name_max
+ 1];
734
name_max
)) = '\0'
[
all
...]
Completed in 118 milliseconds