printf            292 gc/AmigaOS.c   	printf("\n\n"
printf            296 gc/AmigaOS.c   	printf(
printf            300 gc/AmigaOS.c   	printf("\n");
printf            301 gc/AmigaOS.c   	printf("GC_gcollect was called %d times to avoid returning NULL or start allocating with the MEMF_ANY flag.\n",numcollects);
printf            302 gc/AmigaOS.c   	printf("%d of them was a success. (the others had to use allocation from the OS.)\n",nullretries);
printf            303 gc/AmigaOS.c   	printf("\n");
printf            304 gc/AmigaOS.c   	printf("Succeded forcing %d gc-allocations (%d bytes) of chip-mem to be fast-mem.\n",succ,succ2);
printf            305 gc/AmigaOS.c   	printf("Failed forcing %d gc-allocations (%d bytes) of chip-mem to be fast-mem.\n",nsucc,nsucc2);
printf            306 gc/AmigaOS.c   	printf("\n");
printf            307 gc/AmigaOS.c   	printf(
printf            312 gc/AmigaOS.c   	printf(
printf             13 gc/add_gc_prefix.c 	printf("gc%d.%d/%s ", GC_VERSION_MAJOR, GC_VERSION_MINOR, argv[i]);
printf             15 gc/add_gc_prefix.c 	printf("gc%d.%dalpha%d/%s ", GC_VERSION_MAJOR,
printf            387 gc/aix_irix_threads.c 	    printf("ERROR: pthread_getthrds_np() failed in GC\n");
printf            123 gc/cord/cordbscs.c         printf("Concatenation: %p (len: %d, depth: %d)\n",
printf            130 gc/cord/cordbscs.c         if (IS_SUBSTR(x)) printf("(Substring) ");
printf            131 gc/cord/cordbscs.c         printf("Function: %p (len: %d): ", x, (int)(func -> len));
printf            227 gc/cord/cordtest.c         printf("cordtest:\n");
printf              7 gc/gcname.c    	printf("gc%d.%d", GC_VERSION_MAJOR, GC_VERSION_MINOR);
printf              9 gc/gcname.c    	printf("gc%d.%dalpha%d", GC_VERSION_MAJOR,
printf             32 gc/if_not_there.c     printf("^^^^Starting command^^^^\n");
printf           1434 gc/mark.c          	printf("Trace:%s (gc:%d,words:%d) 0x%X, 0x%X\n",
printf           1438 gc/mark.c          printf("Trace incomplete\n");
printf             68 gc/setjmp_t.c  	printf("This appears to be a %s running %s\n", MACH_TYPE, OS_TYPE);
printf             70 gc/setjmp_t.c  	  printf("Stack appears to grow down, which is the default.\n");
printf             71 gc/setjmp_t.c  	  printf("A good guess for STACKBOTTOM on this machine is 0x%lx.\n",
printf             74 gc/setjmp_t.c  	  printf("Stack appears to grow up.\n");
printf             75 gc/setjmp_t.c  	  printf("Define STACK_GROWS_UP in gc_private.h\n");
printf             76 gc/setjmp_t.c  	  printf("A good guess for STACKBOTTOM on this machine is 0x%lx.\n",
printf             79 gc/setjmp_t.c  	printf("Note that this may vary between machines of ostensibly\n");
printf             80 gc/setjmp_t.c  	printf("the same architecture (e.g. Sun 3/50s and 3/80s).\n");
printf             81 gc/setjmp_t.c  	printf("On many machines the value is not fixed.\n");
printf             82 gc/setjmp_t.c  	printf("A good guess for ALIGNMENT on this machine is %ld.\n",
printf             87 gc/setjmp_t.c  	printf("");
printf             92 gc/setjmp_t.c  		printf("Generic mark_regs code probably wont work\n");
printf             94 gc/setjmp_t.c  		    printf("Assembly code supplied\n");
printf             96 gc/setjmp_t.c  		    printf("Need assembly code\n");
printf             99 gc/setjmp_t.c  		printf("Generic mark_regs code may work\n");
printf            101 gc/setjmp_t.c  		printf("Very strange setjmp implementation\n");
printf             22 gc/tests/middle.c 	printf("Final heap size is %ld\n", GC_get_heap_size());
printf             57 gc/tests/test.c #   define GC_printf0 printf
printf             59 gc/tests/test.c #   define GC_printf1 printf
printf           1503 gc/tests/test.c 	printf("Testing GC Macintosh port.\n");
printf             29 gc/tests/thread_leak_test.c     	    printf("Thread creation failed %d\n", code);
printf             34 gc/tests/thread_leak_test.c             printf("Thread join failed %lu\n", code);
printf              8 gc/threadlibs.c 	printf("-Wl,--wrap -Wl,dlopen "
printf             16 gc/threadlibs.c         printf("-lpthread\n");
printf             20 gc/threadlibs.c           printf("-lpthread\n");
printf             22 gc/threadlibs.c           printf("-pthread\n");
printf             26 gc/threadlibs.c 	printf("-lpthread -lrt\n");
printf             29 gc/threadlibs.c         printf("-lthread -ldl\n");
printf             32 gc/threadlibs.c         printf("-lpthread\n");
printf             35 gc/threadlibs.c 	printf("-pthread -lrt"); /* DOB: must be -pthread, not -lpthread */
printf             40 gc/threadlibs.c         printf("-ldl -pthread\n");
printf            123 src/gauche-config.c     printf("%s\n", cmd->value);
printf            128 src/gauche-config.c 	printf("%s\n", cmd->value);
printf            104 src/main.c         printf("Gauche scheme interpreter, version %s [%s%s]\n",
printf             37 src/test-arith.c         printf("testing " numfmt opmsg numfmt " c=" numfmt      \
printf             45 src/test-arith.c             printf("ok\n");                                     \
printf             48 src/test-arith.c             printf("ERROR: got r=" numfmt                       \
printf             58 src/test-arith.c             printf("testing " numfmt opmsg numfmt               \
printf             61 src/test-arith.c             printf("testing " numfmt opmsg numfmt               \
printf             65 src/test-arith.c             if (cexp == c) printf("ok\n");                      \
printf             68 src/test-arith.c                 printf("ERROR: got r=" numfmt                   \
printf             72 src/test-arith.c             if (r == rexp) printf("ok\n");                      \
printf             75 src/test-arith.c                 printf("ERROR: got r=" numfmt "\n", r);         \
printf            311 src/test-arith.c         printf("testing %u*%u expects hi=%u, lo=%u =>", x_, y_,        \
printf            317 src/test-arith.c             printf("ok\n");                                             \
printf            320 src/test-arith.c             printf("ERROR: got hi=%u, lo=%u\n", hi, lo);                \
printf             28 src/test-vmstack.c     printf("%s ... ", msg);
printf             38 src/test-vmstack.c         printf("ERROR.\n");
printf             41 src/test-vmstack.c         printf("ok\n");