Searched refs:crash_file_pfx (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c49 char *crash_file_pfx = "xnu_quick_test"; local
50 int crash_file_pfxlen = strlen(crash_file_pfx);
60 if (strncmp(crash_file_pfx, dep1->d_name, crash_file_pfxlen))
79 if (strncmp(crash_file_pfx, dep2->d_name, crash_file_pfxlen))

Completed in 70 milliseconds