/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | printf.c | 2 Implementation of printf as declared in <stdio.h>. 43 NetBSD: printf.c,v 1.11 2003/08/07 16:43:29 agc Exp 44 printf.c 8.1 (Berkeley) 6/4/93 54 printf(char const *fmt, ...) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | op_filnf.c | 62 #define printf PR_LogPrint macro 82 printf ("error code is %d \n", PR_GetError()); 83 printf ("PASS\n"); 87 printf ("error code is %d \n", PR_GetError()); 88 printf ("FAIL\n");
|
H A D | op_filok.c | 60 #define printf PR_LogPrint macro 96 printf ("error code is %d \n", PR_GetError()); 97 printf ("File %s should be found\n", 102 printf ("Test passed \n"); 105 printf ("cannot close file\n"); 106 printf ("error code is %d\n", PR_GetError());
|
H A D | op_noacc.c | 61 #define printf PR_LogPrint macro 77 printf("op_noacc: Test not valid on MS-Windows.\n\tNo concept of 'mode' on Open() call\n"); 86 printf ("error code is %d\n",PR_GetError()); 87 printf ("PASS\n"); 91 printf ("FAIL\n");
|
H A D | op_nofil.c | 61 #define printf PR_LogPrint macro 83 printf ("error code is PR_FILE_NOT_FOUND_ERROR, as expected\n"); 84 printf ("PASS\n"); 87 printf ("error code is %d \n", PR_GetError()); 88 printf ("FAIL\n"); 92 printf ("File %s exists on this machine!?\n", NO_SUCH_FILE); 94 printf ("cannot close file\n"); 95 printf ("error code is %d \n", PR_GetError()); 97 printf ("FAIL\n");
|
H A D | op_2long.c | 62 #define printf PR_LogPrint macro 100 printf ("PASS\n"); 105 printf ("FAIL\n"); 111 printf ("Test passed\n");
|
H A D | timemac.c | 48 #define printf PR_LogPrint macro 65 printf( "%s %s %ld %02ld:%02ld:%02ld ", 72 printf("UTC "); 81 printf("%s%02ld%02ld ", sign, hourOffset, minOffset); 85 printf("%d", et->tm_year); 111 printf("*********************************************\n"); 112 printf("** **\n"); 113 printf("** Testing PR_Now(), PR_ExplodeTime, and **\n"); 114 printf("** PR_ImplodeTime on the current time **\n"); 115 printf("** **\ [all...] |
H A D | intrio.c | 51 #define printf PR_LogPrint macro 106 printf("PR_Accept() is interrupted as expected\n"); 117 printf("A %s thread will be interrupted by a %s thread\n", 167 printf("PASSED\n");
|
H A D | joinkk.c | 50 ** the output to a one line status:PASS or FAIL,all of the printf statements 70 #define printf PR_LogPrint macro 103 if (debug_mode) printf("\tcannot create low priority thread\n"); 115 if (debug_mode) printf("\tcannot create high priority thread\n"); 122 if (debug_mode) printf("\tcannot join low priority thread\n"); 126 if (debug_mode) printf("\tjoined low priority thread\n"); 129 if (debug_mode) printf("\tcannot join high priority thread\n"); 133 if (debug_mode) printf("\tjoined high priority thread\n"); 170 if (debug_mode) printf("Kernel-Kernel test\n"); 175 printf("FAI [all...] |
H A D | joinku.c | 50 ** the output to a one line status:PASS or FAIL,all of the printf statements 70 #define printf PR_LogPrint macro 104 if (debug_mode) printf("\tcannot create low priority thread\n"); 116 if (debug_mode) printf("\tcannot create high priority thread\n"); 123 if (debug_mode) printf("\tcannot join low priority thread\n"); 127 if (debug_mode) printf("\tjoined low priority thread\n"); 130 if (debug_mode) printf("\tcannot join high priority thread\n"); 134 if (debug_mode) printf("\tjoined high priority thread\n"); 174 if (debug_mode) printf("Kernel-User test\n"); 180 printf("FAI [all...] |
H A D | joinuk.c | 50 ** the output to a one line status:PASS or FAIL,all of the printf statements 70 #define printf PR_LogPrint macro 102 if (debug_mode) printf("\tcannot create low priority thread\n"); 114 if (debug_mode) printf("\tcannot create high priority thread\n"); 121 if (debug_mode) printf("\tcannot join low priority thread\n"); 125 if (debug_mode) printf("\tjoined low priority thread\n"); 128 if (debug_mode) printf("\tcannot join high priority thread\n"); 132 if (debug_mode) printf("\tjoined high priority thread\n"); 172 if (debug_mode) printf("User-Kernel test\n"); 178 printf("FAI [all...] |
H A D | joinuu.c | 50 ** the output to a one line status:PASS or FAIL,all of the printf statements 70 #define printf PR_LogPrint macro 104 if (debug_mode) printf("\tcannot create low priority thread\n"); 116 if (debug_mode) printf("\tcannot create high priority thread\n"); 123 if (debug_mode) printf("\tcannot join low priority thread\n"); 127 if (debug_mode) printf("\tjoined low priority thread\n"); 130 if (debug_mode) printf("\tcannot join high priority thread\n"); 134 if (debug_mode) printf("\tjoined high priority thread\n"); 173 if (debug_mode) printf("User-User test\n"); 178 printf("FAI [all...] |
H A D | sockopt.c | 63 #define printf PR_LogPrint macro 67 if (NULL != msg1) printf("%s ", msg1); 68 printf (msg2); 207 printf("%s\n", (failed) ? "FAILED" : "PASSED");
|
H A D | fileio.c | 48 ** the output to a one line status:PASS or FAIL,all of the printf statements 72 #define printf PR_LogPrint macro 125 if (debug_mode) printf("data mismatch for index= %d \n", i); 134 if (debug_mode) printf("fileio test passed\n"); 240 printf("Fail\n"); 245 printf("PASS\n");
|
H A D | join.c | 50 ** the output to a one line status:PASS or FAIL,all of the printf statements 69 #define printf PR_LogPrint macro 92 printf ("PASS\n"); 94 printf ("FAIL\n"); 132 if (debug_mode) printf("\tcannot create low priority thread\n"); 144 if (debug_mode) printf("\tcannot create high priority thread\n"); 151 if (debug_mode) printf("\tcannot join low priority thread\n"); 155 if (debug_mode) printf("\tjoined low priority thread\n"); 158 if (debug_mode) printf("\tcannot join high priority thread\n"); 162 if (debug_mode) printf("\tjoine [all...] |
H A D | suspend.c | 42 printf( "This test is not ported to the BeOS\n" ); 62 #define printf PR_LogPrint macro 76 printf("Level_2_Thread[0x%lx] exiting\n",PR_GetCurrentThread()); 96 printf("Could not create thread!\n"); 98 printf("Level_1_Thread[0x%lx] created %15s thread 0x%lx\n", 109 printf("Thread[0x%lx] exiting\n",PR_GetCurrentThread()); 117 printf( 122 printf("Regsters R0 = 0x%x R1 = 0x%x R2 = 0x%x R3 = 0x%x\n", 124 printf("Stack Pointer = 0x%lx\n", PR_GetSP(thread)); 149 printf("Coul [all...] |
H A D | intrupt.c | 60 #define printf PR_LogPrint macro 81 if (debug_mode) printf( "Expected interrupt on wait CV and "); 86 if (debug_mode) printf("got it\n"); 90 if (debug_mode) printf("got random error\n"); 96 if (debug_mode) printf("got a successful completion\n"); 103 printf( 115 printf("Expected success on wait CV and "); 118 printf( 122 printf("got it\n"); 129 if (debug_mode) printf( "Expecte [all...] |
H A D | io_timeout.c | 48 ** the output to a one line status:PASS or FAIL,all of the printf statements 62 #define printf PR_LogPrint macro 99 printf("thread %d is alive\n", info->id); 116 printf("thread id %d, scope %s\n", info->id, scope_str); 121 printf("unable to create listen socket\n"); 132 printf("unable to bind\n"); 140 printf("unable to listen\n"); 146 printf("thread %d going into accept for %d seconds\n", 154 printf("PR_Accept() timeout worked!\n"); 155 printf("TES [all...] |
H A D | lockfile.c | 48 ** the output to a one line status:PASS or FAIL,all of the printf statements 81 #define printf PR_LogPrint macro 108 if (debug_mode) printf( 128 if (debug_mode) printf( 200 if (debug_mode) printf("%s:", msg); 201 while (spaces++ < 50) if (debug_mode) printf(" "); 203 if (debug_mode) printf("*****.** usecs/iteration\n"); 205 if (debug_mode) printf("%8.2f usecs/iteration\n", elapsed/loops); 251 if (debug_mode) printf("Lock: Using %d loops\n", loops); 255 if (debug_mode) printf("Loc [all...] |
H A D | nonblock.c | 79 #define printf PR_LogPrint macro 132 printf("client connected\n"); 147 printf("client sent %d bytes\n", nBytes); 195 printf("%s", buf); 206 printf("client thread created.\n"); 218 printf("accept: EWOULDBLOCK, good\n"); 229 printf("accept: succeeded, good\n"); 245 printf("read: EWOULDBLOCK, good\n"); 255 printf("read: %d bytes, good\n", retVal); 260 printf("Al [all...] |
H A D | poll_nm.c | 49 ** the output to a one line status:PASS or FAIL,all of the printf statements 92 #define printf PR_LogPrint macro 174 printf("This program tests PR_Poll with sockets.\n"); 175 printf("Normal operation are tested.\n\n"); 236 if (debug_mode) printf("%s", buf); 273 printf("Two client threads are created. Each of them will\n"); 274 printf("send data to one of the two ports the server is listening on.\n"); 275 printf("The data they send is the port number. Each of them send\n"); 276 printf("the data five times, so you should see ten lines below,\n"); 277 printf("interleave [all...] |
/vbox/src/recompiler/Sun/crt/ |
H A D | stdio.h | 63 #define printf(...) LogIt(LOG_INSTANCE, 0, LOG_GROUP_REM_PRINTF, (__VA_ARGS__)) macro
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | ext.h | 54 # define printf vbox_slirp_printf macro
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | trio.h | 158 # define printf trio_printf macro
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/ |
H A D | gc1.c | 59 #define printf PR_LogPrint macro 80 /* printf ("In ScanArray a = %X size = %d \n", a, a->size); */ 86 /* printf ("In FinalizeArray a = %X size = %d \n", a, a->size); */ 92 /* printf ("In FreeArray\n"); */ 103 /* printf ("In NewArray a = %X \n", a); */ 225 printf ("scanCount discrepancy scanCount = %d totalIterations = %d \n", 228 printf ("freeCount discrepancy freeCount = %d totalIterations = %d \n", 231 printf ("finalizeCount discrepancy finalizeCount = %d totalIterations = %d \n", 240 if (debug_mode) printf("%40s: %6.2f usec\n", "GC allocation", d / (iterations * threads)); 249 printf("FAI [all...] |