• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/

Lines Matching refs:printf

24             printf( "%s - path to test file greater than PATH_MAX \n", __FUNCTION__ );
38 printf( "%s - open failed with errno %d - %s \n",
56 printf( "%s - open failed with errno %d - %s \n",
90 printf( "malloc failed with error %d - \"%s\" \n", errno, strerror( errno) );
112 printf( "rmdir failed with error %d - \"%s\" \n", errno, strerror( errno) );
123 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
136 printf( "open failed with error %d - \"%s\" \n", errno, strerror( errno) );
172 printf("do_execve_test(path = %s)\n", path);
173 printf("CWD= %s\n", getwd(NULL));
179 printf( "vfork failed with errno %d - %s \n", errno, strerror( errno ) );
190 printf( "execve call failed with return value: %d, errno: %d - \"%s\"; path: %s \n",
197 printf("Execve failed and it was not caught by our test\n");
206 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
213 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
219 printf( "wait4 did not return child pid - returned %d should be %d \n", my_wait_pid, my_pid );
224 printf( "wait4 returned wrong signal status - 0x%02X \n", my_status );
252 printf("posix_spawnattr_init failed\n");
259 printf("posix_spawnattr_setbinpref_np failed\n");
267 printf("posix_spawn should have failed on arch %d\n", arch);
274 printf("posix_spawn failed with errno %d - %s\n", errno, strerror(errno));
280 printf("wait4 failed with errno %d - %s\n", errno, strerror(errno));
286 printf("child exited with status %d (expected %d)\n",
330 printf("%s", errmsg);