Searched refs:SUN_PATH_LEN (Results 1 – 3 of 3) sorted by relevance
83 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()
29 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()
47 #define SUN_PATH_LEN (sizeof(((struct sockaddr_un){}).sun_path)) macro