Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkern/os/
H A Dlog.c1409 char super_long_sub[name_size] = { in test_os_log_handles() local
1410 [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()