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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c114 static char my_namebuf1[256]; /* XXX big enough */ local
156 my_namebuf1[0] = '\0';
158 if ((my_crashcount = crashcount(my_namebuf1, my_namebuf2)) != 0) {
409 my_namebuf1[0] = '\0';
411 my_crashcount = crashcount(my_namebuf1, my_namebuf2);
414 printf( "saw %d crashes including %s \n", my_crashcount, my_namebuf1);
419 if (unlink(my_namebuf1) && !(errno == ENOENT || errno == ENOTDIR)) {
420 printf("unlink of expected crash report '%s' failed \n", my_namebuf1);

Completed in 77 milliseconds