Lines Matching refs:printf

25             printf( "%s - path to test file greater than PATH_MAX \n", __FUNCTION__ );
39 printf( "%s - open failed with errno %d - %s \n",
57 printf( "%s - open failed with errno %d - %s \n",
92 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
115 printf( "rmdir failed with error %d - \"%s\" \n", errno, strerror( errno) );
126 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
139 printf( "open failed with error %d - \"%s\" \n", errno, strerror( errno) );
176 printf("do_execve_test(path = %s)\n", path);
177 printf("CWD= %s\n", getwd(NULL));
183 printf( "vfork failed with errno %d - %s \n", errno, strerror( errno ) );
194 printf( "execve call failed with return value: %d, errno: %d - \"%s\"; path: %s \n",
201 printf("Execve failed and it was not caught by our test\n");
210 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
217 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
223 printf( "wait4 did not return child pid - returned %d should be %d \n", my_wait_pid, my_pid );
228 printf( "child process was not signaled and should have been\n", my_status );
233 printf( "wait4 returned wrong signal status - 0x%02X \n", my_status );
261 printf("posix_spawnattr_init failed\n");
268 printf("posix_spawnattr_setbinpref_np failed\n");
276 printf("posix_spawn should have failed on arch %d\n", arch);
286 printf("posix_spawn failed with errno %d - %s\n", my_err, strerror(my_err));
292 printf("wait4 failed with errno %d - %s\n", errno, strerror(errno));
298 printf("child exited with status %d (expected %d)\n",
338 printf("%s", errmsg);
379 * printf with a date and time stamp so that we can correlate printf's
385 #undef printf /* was my_printf */
396 /* Get the timestamp for this printf */
401 /* do the printf of the requested data to a local buffer */
412 rv = printf("%s %s", datebuf, bufp);