Searched defs:name_max (Results 1 - 8 of 8) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D39-1.c27 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/
H A D10-1.c26 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;
/external/syslinux/com32/include/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
927 If name is not Z_NULL, then up to name_max characters are written there,
928 terminated with a zero unless the length is greater than name_max. If
/external/zlib/src/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
982 If name is not Z_NULL, then up to name_max characters are written there,
983 terminated with a zero unless the length is greater than name_max. If
/external/zlib/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
982 If name is not Z_NULL, then up to name_max characters are written there,
983 terminated with a zero unless the length is greater than name_max. If
/external/elfutils/src/
H A Dar.c462 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))
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dzlib.h190 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
1051 If name is not Z_NULL, then up to name_max characters are written there,
1052 terminated with a zero unless the length is greater than name_max. If
/external/libdrm/
H A Dxf86drm.c2772 long name_max; local
2795 name_max = fpathconf(dirfd(sysdir), _PC_NAME_MAX);
2796 if (name_max == -1)
2799 pent = malloc(offsetof(struct dirent, d_name) + name_max + 1);

Completed in 181 milliseconds