Home
last modified time | relevance | path

Searched refs:name_max (Results 1 - 23 of 23) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A 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/lwip/src/apps/http/makefsdata/
H A Dtinydir.h775 long name_max; in tinydir_open()
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/elfutils/src/
H A Dar.c439 should_truncate_fname (size_t *name_max) in should_truncate_fname() argument
443 if (*name_max == 0) in should_truncate_fname()
447 *name_max = len; in should_truncate_fname()
449 return *name_max != 0; in should_truncate_fname()
461 size_t name_max = 0; in do_oper_extract() local
616 if (should_truncate_fname (&name_max)) in do_oper_extract()
620 printlen = name_max; in do_oper_extract()
621 char truncfname[name_max + 1]; in do_oper_extract()
623 name_max)) = '\0'; in do_oper_extract()
705 if (should_truncate_fname (&name_max)) in do_oper_extract()
[all...]
/third_party/littlefs/
H A Dlfs.h249 lfs_size_t name_max; member
303 lfs_size_t name_max; member
405 lfs_size_t name_max; member
443 lfs_size_t name_max; member
H A Dlfs.c478 superblock->name_max = lfs_fromle32(superblock->name_max); in lfs_superblock_fromle32()
488 superblock->name_max = lfs_tole32(superblock->name_max); in lfs_superblock_tole32()
1387 LFS_MKTAG(LFS_TYPE_NAME, id, lfs->name_max+1), info->name); in lfs_dir_getinfo()
2584 if (nlen > lfs->name_max) { in lfs_rawmkdir()
3054 if (nlen > lfs->name_max) {
3930 if (nlen > lfs->name_max) {
4198 LFS_ASSERT(lfs->cfg->name_max <= LFS_NAME_MAX);
4199 lfs->name_max
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs130 pub fn name_max(&self) -> c_ulong { in name_max() functions
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas59 name_max: Integer; (* space at name (only when reading header) *)
/third_party/node/deps/zlib/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
1053 If name is not Z_NULL, then up to name_max characters are written there,
1054 terminated with a zero unless the length is greater than name_max. If
H A Dinflate.c758 state->length < state->head->name_max) in inflate()
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member
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
H A Dinflate.c747 state->length < state->head->name_max)
/third_party/zlib/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
1054 If name is not Z_NULL, then up to name_max characters are written there,
1055 terminated with a zero unless the length is greater than name_max. If
H A Dinflate.c804 state->length < state->head->name_max) in inflate()
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
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
H A Dinflate.c788 state->length < state->head->name_max)
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc328 head.name_max = len; in inf()
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
1049 If name is not Z_NULL, then up to name_max characters are written there,
1050 terminated with a zero unless the length is greater than name_max. If
H A Dinflate.c788 state->length < state->head->name_max)
/third_party/zlib/test/
H A Dinfcover.c306 head.name_max = len; in inf()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c799 state->length < state->head->name_max)
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c769 state->length < state->head->name_max) in inflate()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c799 state->length < state->head->name_max)

Completed in 40 milliseconds