Searched defs:path_max (Results 1 – 6 of 6) 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
644 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited() localVariable656 let path_max = pathconf("/", PathconfVar::PATH_MAX); in test_pathconf_limited() localVariable
394 unsigned path_max = PATH_MAX; variable