Home
last modified time | relevance | path

Searched refs:UNIX_PATH_MAX (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgunixsocketaddress.c69 #ifndef UNIX_PATH_MAX
70 #define UNIX_PATH_MAX G_SIZEOF_MEMBER (struct sockaddr_un, sun_path) macro
75 char path[UNIX_PATH_MAX]; /* Not including the initial zero in abstract case, so
119 len = MIN (array->len, UNIX_PATH_MAX-1); in G_DEFINE_TYPE_WITH_CODE()
/third_party/openssl/include/internal/
Dsockets.h78 # ifndef UNIX_PATH_MAX
79 # define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path) macro
/third_party/curl/lib/
Dcurl_setup.h827 # if !defined(UNIX_PATH_MAX)
830 # define UNIX_PATH_MAX 108 macro
834 char sun_path[UNIX_PATH_MAX];
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamswclient.c37 #define UNIX_PATH_MAX 108 macro
/third_party/wayland_standard/src/
Dwayland-server.c57 #ifndef UNIX_PATH_MAX
58 #define UNIX_PATH_MAX 108 macro
68 char lock_addr[UNIX_PATH_MAX + LOCK_SUFFIXLEN];
/third_party/python/Lib/test/
Dtest_socket.py5385 UNIX_PATH_MAX = 108 variable in TestLinuxAbstractNamespace
5399 address = b"\x00" + b"h" * (self.UNIX_PATH_MAX - 1)
5405 address = "\x00" + "h" * self.UNIX_PATH_MAX