HomeSort by relevance Sort by last modified time
    Searched defs:name_max (Results 1 - 11 of 11) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
39-1.c 11 * of a pathname component is longer than {NAME_MAX} (not including the
27 long name_max; local
30 name_max = pathconf("/", _PC_NAME_MAX);
31 if (name_max == -1) {
35 shm_name = malloc(name_max + 3);
38 for (i = 1; i < name_max + 2; i++)
40 shm_name[name_max + 2] = 0;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
10-1.c 11 * of a pathname component is longer than {NAME_MAX} (not including the
26 long name_max; local
29 name_max = pathconf("/", _PC_NAME_MAX);
31 if (name_max == -1) {
36 shm_name = malloc(name_max + 3);
44 for (i = 1; i < name_max + 2; i++)
46 shm_name[name_max + 2] = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 118 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /development/ndk/zlib/
zlib.h 121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 123 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /external/elfutils/src/
ar.c 447 size_t name_max = 0; local
452 if (name_max == 0)
456 name_max = len;
458 return name_max != 0;
622 printlen = name_max;
623 char truncfname[name_max + 1];
625 name_max)) = '\0';
711 printlen = name_max;
712 char truncfname[name_max + 1];
714 name_max)) = '\0'
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 123 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /external/zlib/src/
zlib.h 123 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /external/libpcap/
pcap-bpf.c 2659 size_t name_max; local
    [all...]
  /external/u-boot/include/u-boot/
zlib.h 454 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s

Completed in 598 milliseconds