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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c115 static char my_namebuf2[256]; local
157 my_namebuf2[0] = '\0';
158 if ((my_crashcount = crashcount(my_namebuf1, my_namebuf2)) != 0) {
160 printf( "%d existing crashes including %s \n", my_crashcount, my_namebuf2);
410 my_namebuf2[0] = '\0';
411 my_crashcount = crashcount(my_namebuf1, my_namebuf2);
425 if (unlink(my_namebuf2) && !(errno == ENOENT || errno == ENOTDIR)) {
426 printf("unlink of expected crash report '%s' failed \n", my_namebuf2);

Completed in 18 milliseconds