Searched refs:UNIX_PATH_MAX (Results 1 – 7 of 7) sorted by relevance
7 #define UNIX_PATH_MAX 108 macro11 char sun_path[UNIX_PATH_MAX]; /* pathname */
727 #if !defined(UNIX_PATH_MAX)729 # define UNIX_PATH_MAX 108 macro733 char sun_path[UNIX_PATH_MAX];
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()
52 if (strlen(name) > UNIX_PATH_MAX - 1) { in setup_socket()
57 #ifndef UNIX_PATH_MAX58 #define UNIX_PATH_MAX 108 macro68 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
5385 UNIX_PATH_MAX = 108 variable in TestLinuxAbstractNamespace5399 address = b"\x00" + b"h" * (self.UNIX_PATH_MAX - 1)5405 address = "\x00" + "h" * self.UNIX_PATH_MAX