Home
last modified time | relevance | path

Searched refs:name_max (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-1.c26 long name_max; in main() local
29 name_max = pathconf("/", _PC_NAME_MAX); in main()
31 if (name_max == -1) { in main()
36 shm_name = malloc(name_max + 3); in main()
44 for (i = 1; i < name_max + 2; i++) in main()
46 shm_name[name_max + 2] = 0; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-1.c27 long name_max; in main() local
30 name_max = pathconf("/", _PC_NAME_MAX); in main()
31 if (name_max == -1) { in main()
35 shm_name = malloc(name_max + 3); in main()
38 for (i = 1; i < name_max + 2; i++) in main()
40 shm_name[name_max + 2] = 0; in main()
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h775 long name_max; in tinydir_open() local
781 name_max = fpathconf(dirfd(dirp), _PC_NAME_MAX); in tinydir_open()
782 if (name_max == -1) in tinydir_open()
784 name_max = (NAME_MAX > 255) ? NAME_MAX : 255; in tinydir_open()
789 name_max = (NAME_MAX > 255) ? NAME_MAX : 255; in tinydir_open()
793 name_end = (size_t)offsetof(struct _tinydir_dirent, d_name) + name_max + 1; in tinydir_open()
/third_party/littlefs/
Dlfs.h248 lfs_size_t name_max; member
375 lfs_size_t name_max; member
412 lfs_size_t name_max; member
Dlfs.c415 superblock->name_max = lfs_fromle32(superblock->name_max); in lfs_superblock_fromle32()
424 superblock->name_max = lfs_tole32(superblock->name_max); in lfs_superblock_tole32()
1112 LFS_MKTAG(LFS_TYPE_NAME, id, lfs->name_max+1), info->name); in lfs_dir_getinfo()
2037 if (nlen > lfs->name_max) { in lfs_rawmkdir()
2507 if (nlen > lfs->name_max) {
3305 if (nlen > lfs->name_max) {
3553 LFS_ASSERT(lfs->cfg->name_max <= LFS_NAME_MAX);
3554 lfs->name_max = lfs->cfg->name_max;
3555 if (!lfs->name_max) {
3556 lfs->name_max = LFS_NAME_MAX;
[all …]
/third_party/glib/gio/
Dgzlibcompressor.c86 compressor->gzheader.name_max = filename ? strlen (filename) + 1 : 0; in g_zlib_compressor_set_gzheader()
Dgzlibdecompressor.c95 decompressor->header_data->gzheader.name_max = 256; in g_zlib_decompressor_set_gzheader()
/third_party/zlib/contrib/pascal/
Dzlibpas.pas59 name_max: Integer; (* space at name (only when reading header) *)
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/
Dzlibpas.pas59 name_max: Integer; (* space at name (only when reading header) *)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/
Dzlibpas.pas59 name_max: Integer; (* space at name (only when reading header) *)
/third_party/libwebsockets/win32port/zlib/
Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member
Dinflate.c747 state->length < state->head->name_max)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
/third_party/flutter/skia/third_party/externals/zlib/
Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
Dinflate.c787 state->length < state->head->name_max)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dinfcover.c306 head.name_max = len; in inf()
/third_party/skia/third_party/externals/zlib/
Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
/third_party/node/deps/zlib/
Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
/third_party/zlib/
Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dinfcover.c306 head.name_max = len; in inf()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dinfcover.cc328 head.name_max = len; in inf()
/third_party/zlib/test/
Dinfcover.c306 head.name_max = len; in inf()
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c798 state->length < state->head->name_max)
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c798 state->length < state->head->name_max)

12