HomeSort by relevance Sort by last modified time
    Searched defs:name_max (Results 1 - 15 of 15) 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;
  /development/ndk/platforms/android-14/include/
zlib.h 118 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.2/Modules/zlib/
zlib.h 118 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 462 size_t name_max = 0; local
467 if (name_max == 0)
471 name_max = len;
473 return name_max != 0;
631 printlen = name_max;
632 char truncfname[name_max + 1];
634 name_max)) = '\0';
720 printlen = name_max;
721 char truncfname[name_max + 1];
723 name_max)) = '\0'
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 123 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /external/syslinux/com32/include/
zlib.h 121 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
    [all...]
  /external/libpcap/
pcap-bpf.c 2591 size_t name_max; local
    [all...]
  /external/libdrm/
xf86drm.c 2789 long name_max; local
    [all...]

Completed in 1206 milliseconds