Home
last modified time | relevance | path

Searched refs:SUN_LEN (Results 1 - 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsocket.h32 #ifndef SUN_LEN
33 #define SUN_LEN(ptr) \ macro
H A 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()
H A 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()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro
/third_party/musl/include/sys/
H A Dun.h24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro

Completed in 3 milliseconds