Home
last modified time | relevance | path

Searched refs:SUN_PATH_LEN (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/test/ !
Dtest-socket-netlink.c83 char aaa[SUN_PATH_LEN + 1] = "@"; in TEST()
85 memset(aaa + 1, 'a', SUN_PATH_LEN - 1); in TEST()
90 aaa[SUN_PATH_LEN - 1] = '\0'; in TEST()
Dtest-socket-util.c29 assert_cc(SUN_PATH_LEN == 108);
62 assert_se(len_in <= SUN_PATH_LEN); in test_socket_print_unix_one()
494 assert_se(strlen(t) > SUN_PATH_LEN); in TEST()
/systemd-251/src/basic/ !
Dsocket-util.h47 #define SUN_PATH_LEN (sizeof(((struct sockaddr_un){}).sun_path)) macro