Home
last modified time | relevance | path

Searched refs:SUN_LEN (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsocket.h32 #ifndef SUN_LEN
33 #define SUN_LEN(ptr) \ macro
Dsocket-server.c35 #ifndef SUN_LEN
36 #define SUN_LEN(ptr) \ macro
218 if (bind(fd, (struct sockaddr*) &sa, (socklen_t) SUN_LEN(&sa)) < 0) { in pa_socket_server_new_unix()
Dohos_socket-server.c35 #ifndef SUN_LEN
36 #define SUN_LEN(ptr) \ macro
237 if (bind(fd, (struct sockaddr*) &sa, (socklen_t) SUN_LEN(&sa)) < 0) { in pa_socket_server_new_unix()
/third_party/musl/ndk_musl_include/sys/
Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro
/third_party/musl/include/sys/
Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro