Searched refs:UNIX_PATH_MAX (Results 1 – 6 of 6) sorted by relevance
69 #ifndef UNIX_PATH_MAX70 #define UNIX_PATH_MAX G_SIZEOF_MEMBER (struct sockaddr_un, sun_path) macro75 char path[UNIX_PATH_MAX]; /* Not including the initial zero in abstract case, so119 len = MIN (array->len, UNIX_PATH_MAX-1); in G_DEFINE_TYPE_WITH_CODE()
78 # ifndef UNIX_PATH_MAX79 # define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path) macro
827 # if !defined(UNIX_PATH_MAX)830 # define UNIX_PATH_MAX 108 macro834 char sun_path[UNIX_PATH_MAX];
37 #define UNIX_PATH_MAX 108 macro
57 #ifndef UNIX_PATH_MAX58 #define UNIX_PATH_MAX 108 macro68 char lock_addr[UNIX_PATH_MAX + LOCK_SUFFIXLEN];
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