Searched refs:UNIX_PATH_MAX (Results 1 – 12 of 12) sorted by relevance
7 #define UNIX_PATH_MAX 108 macro11 char sun_path[UNIX_PATH_MAX]; /* pathname */
45 #ifndef UNIX_PATH_MAX46 # define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) 0)->sun_path) macro296 char path[UNIX_PATH_MAX + 1]; in unix_parse_response()312 if (path_len > UNIX_PATH_MAX) in unix_parse_response()313 path_len = UNIX_PATH_MAX; in unix_parse_response()
10 UNIX_PATH_MAX = 108
41 path string[filename, UNIX_PATH_MAX]
52 if (strlen(name) > UNIX_PATH_MAX - 1) { in setup_socket()
55 #ifndef UNIX_PATH_MAX56 #define UNIX_PATH_MAX 108 macro66 char lock_addr[UNIX_PATH_MAX + LOCK_SUFFIXLEN];
1592 UNIX_PATH_MAX = 108 variable in TestLinuxAbstractNamespace1606 address = "\x00" + "h" * (self.UNIX_PATH_MAX - 1)1612 address = "\x00" + "h" * self.UNIX_PATH_MAX
4945 UNIX_PATH_MAX = 108 variable in TestLinuxAbstractNamespace4959 address = b"\x00" + b"h" * (self.UNIX_PATH_MAX - 1)4965 address = "\x00" + "h" * self.UNIX_PATH_MAX