Searched refs:UNIX_SOCKET_PATH_MAX (Results 1 – 3 of 3) sorted by relevance
31 static char socket_path[UNIX_SOCKET_PATH_MAX];82 if (strnlen(socket_path, UNIX_SOCKET_PATH_MAX) == 0) { in init_socket_server()122 size_t len = strnlen(arg, UNIX_SOCKET_PATH_MAX); in acrn_parse_cmd_monitor()124 if (len < UNIX_SOCKET_PATH_MAX) { in acrn_parse_cmd_monitor()
12 #define UNIX_SOCKET_PATH_MAX 1024U macro33 char unix_sock_path[UNIX_SOCKET_PATH_MAX];
303 strncpy(sock->unix_sock_path, path, UNIX_SOCKET_PATH_MAX - 1); in init_socket()
Completed in 4 milliseconds