Searched refs:super_long_sub (Results 1 – 1 of 1) sorted by relevance
1409 char super_long_sub[name_size] = { in test_os_log_handles() local1410 [0 ... sizeof(super_long_sub) - 1] = 'X' in test_os_log_handles()1414 [0 ... sizeof(super_long_sub) - 1] = 'Y' in test_os_log_handles()1417 h1 = os_log_create(super_long_sub, super_long_cat); in test_os_log_handles()1420 super_long_sub[name_size - 1] = '\0'; in test_os_log_handles()1423 verify_os_log(h1, super_long_sub, super_long_cat); in test_os_log_handles()