Searched refs:UNIX_PATH_MAX (Results 1 – 6 of 6) 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) macro278 char path[UNIX_PATH_MAX + 1]; in unix_parse_response()294 if (path_len > UNIX_PATH_MAX) in unix_parse_response()295 path_len = UNIX_PATH_MAX; in unix_parse_response()
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];
1587 UNIX_PATH_MAX = 108 variable in TestLinuxAbstractNamespace1601 address = "\x00" + "h" * (self.UNIX_PATH_MAX - 1)1607 address = "\x00" + "h" * self.UNIX_PATH_MAX
4581 UNIX_PATH_MAX = 108 variable in TestLinuxAbstractNamespace4595 address = b"\x00" + b"h" * (self.UNIX_PATH_MAX - 1)4601 address = "\x00" + "h" * self.UNIX_PATH_MAX