Searched defs:path_max (Results 1 – 8 of 8) sorted by relevance
60 size_t path_max = MaxPathLength(&storage); in TEST() local74 size_t path_max = MaxPathLength(&storage); in TEST() local83 size_t path_max = MaxPathLength(&storage); in TEST() local
26 size_t path_max = address->addr_len - offsetof(struct sockaddr_un, sun_path); in FillUnixAddress() local
32 int result, i, path_max; in main() local
32 int fd, i, path_max; in main() local
664 let path_max = fpathconf(f, PathconfVar::PATH_MAX); in test_fpathconf_limited() localVariable677 let path_max = pathconf("/", PathconfVar::PATH_MAX); in test_pathconf_limited() localVariable
198 inline std::size_t path_max() in path_max() function
2362 …for (std::size_t path_max = sizeof(small_buf) * 2u;; path_max *= 2u) // loop 'til buffer large eno… in read_symlink() local
394 unsigned path_max = PATH_MAX; variable