Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog.c1417 char super_long_sub[name_size] = { in test_os_log_handles() local
1418 [0 ... sizeof(super_long_sub) - 1] = 'X' in test_os_log_handles()
1422 [0 ... sizeof(super_long_sub) - 1] = 'Y' in test_os_log_handles()
1425 h1 = os_log_create(super_long_sub, super_long_cat); in test_os_log_handles()
1428 super_long_sub[name_size - 1] = '\0'; in test_os_log_handles()
1431 verify_os_log(h1, super_long_sub, super_long_cat); in test_os_log_handles()