/external/tcpdump/ |
print-msdp.c | 49 (void)printf(" msdp:"); 55 printf(" [len %u]", len); 64 (void)printf(" SA"); 66 (void)printf(" SA-Response"); 68 (void)printf(" %u entries", *sp); 70 (void)printf(" [w/data]"); 72 (void)printf(" "); 79 (void)printf(" SA-Request"); 81 (void)printf(" for %s", ipaddr_string(sp + 1)); 84 (void)printf(" Keepalive") [all...] |
print-vrrp.c | 97 printf("VRRPv%u, %s", version, type_s); 99 printf(", (ttl %u)", ttl); 103 printf(", vrid %u, prio %u", bp[1], bp[2]); 106 printf(", authtype %s", tok2str(auth2str, NULL, auth_type)); 107 printf(", intvl %us, length %u", bp[5],len); 114 printf(", (bad vrrp cksum %x)", 116 printf(", addrs"); 118 printf("(%d)", naddrs); 119 printf(":"); 124 printf("%c%s", c, ipaddr_string(bp)) [all...] |
print-sctp.c | 94 (void)printf("truncated-sctp - %ld bytes missing!", 107 (void)printf("%s.%d > %s.%d: sctp", 115 (void)printf("%s.%d > %s.%d: sctp", 145 printf("%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength); 158 printf("%s%d) ", sep, chunkCount+1); 165 printf("[DATA] "); 169 printf("(U)"); 173 printf("(B)"); 177 printf("(E)"); 187 printf(" "); [all...] |
print-ip6opts.c | 93 printf(", pad1"); 97 printf(", padn: trunc"); 100 printf(", padn"); 104 printf(", ui: trunc"); 107 printf(", ui: 0x%04x ", EXTRACT_16BITS(&bp[i + 2])); 111 printf(", altcoa: trunc"); 114 printf(", alt-CoA: %s", ip6addr_string(&bp[i+2])); 118 printf(", auth: trunc"); 121 printf(", auth spi: 0x%08x", EXTRACT_32BITS(&bp[i + 2])); 125 printf(", sopt_type %d: trunc)", bp[i]) [all...] |
print-mpls.c | 68 printf("MPLS"); 72 printf("%s(label %u", 78 printf(" (%s)", mpls_labelname[MPLS_LABEL(label_entry)]); 79 printf(", exp %u", MPLS_EXP(label_entry)); 81 printf(", [S]"); 82 printf(", ttl %u)", MPLS_TTL(label_entry)); 91 printf("\n\t"); 94 else printf(", IP, length: %u",length); 99 printf("\n\t"); 102 else printf(", IPv6, length: %u",length) [all...] |
/external/valgrind/main/none/tests/s390x/ |
xc.c | 11 printf("\nOC:\n"); 14 printf("CC:%d\n", get_cc()); 19 printf("CC:%d\n", get_cc()); 29 printf("\nNC:\n"); 32 printf("CC:%d\n", get_cc()); 37 printf("CC:%d\n", get_cc()); 55 printf("\nXC:\n"); 58 printf("CC:%d\n", get_cc()); 63 printf("CC:%d\n", get_cc()); 68 printf("CC:%d\n", get_cc()) [all...] |
/system/extras/tests/bionic/libc/common/ |
test_gethostbyname.c | 47 printf("gethostbyname(%s) returned NULL !!\n", hostname); 50 printf( "gethostbyname(%s) returned:\n", hostname); 51 printf( " name: %s\n", hent->h_name ); 52 printf( " aliases:" ); 54 printf( " %s", hent->h_aliases[i] ); 55 printf( "\n" ); 56 printf( " address type: " ); 58 case AF_INET: printf( "AF_INET\n"); break; 59 case AF_INET6: printf( "AF_INET6\n"); break; 60 default: printf("UNKNOWN (%d)\n", hent->h_addrtype) [all...] |
/external/openssh/ |
logintest.c | 64 printf("struct logininfo %s = {\n\t" 98 printf("**\n** Testing the API...\n**\n"); 105 printf("login_alloc_entry test (no host info):\n"); 114 printf("Setting host address info for 'localhost' (may call out):\n"); 116 printf("Couldn't set hostname(lookup failed)\n"); 129 printf("NOT RUNNING LOGIN TESTS - you are not root!\n"); 138 printf("Performing an invalid login attempt (no type field)\n--\n"); 140 printf("--\n(Should have written errors to stderr)\n"); 147 printf("Before logging in:\n\tcurrent time is %d - %s\t" 152 printf("Performing a login on line %s ", stripline) [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testplatform.c | 24 printf("sizeof(Uint8) != 1, instead = %lu\n", 30 printf("sizeof(Uint16) != 2, instead = %lu\n", 36 printf("sizeof(Uint32) != 4, instead = %lu\n", 43 printf("sizeof(Uint64) != 8, instead = %lu\n", 49 printf("WARNING: No 64-bit datatype on this platform\n"); 53 printf("All data types are the expected size.\n"); 78 printf("Detected a %s endian machine.\n", 88 printf("Actually a %s endian machine!\n", 94 printf("Value 16 = 0x%X, swapped = 0x%X\n", value16, SDL_Swap16(value16)); 98 printf("16 bit value swapped incorrectly!\n") [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
cleanup2.cpp | 14 printf ("in %s\n", __PRETTY_FUNCTION__); 26 {printf ("in ctor X %s\n", __PRETTY_FUNCTION__); bad = true;} 28 {printf ("in dtor X %s\n", __PRETTY_FUNCTION__); bad = true;} 38 {printf ("in ctor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 40 {printf ("in dtor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 50 printf ("caught\n");
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
cleanup2.cpp | 14 printf ("in %s\n", __PRETTY_FUNCTION__); 26 {printf ("in ctor X %s\n", __PRETTY_FUNCTION__); bad = true;} 28 {printf ("in dtor X %s\n", __PRETTY_FUNCTION__); bad = true;} 38 {printf ("in ctor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 40 {printf ("in dtor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 50 printf ("caught\n");
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_debug.c | 44 printf("undef"); 47 printf("r%ld", (long) (value - c->vreg)); 50 printf("c%ld", (long) (value - c->creg)); 53 printf("i%ld", (long) (value - c->payload.input_interp)); 56 printf("d%ld", (long) (value - c->payload.depth)); 58 printf("?"); 67 printf("UNSPILL(%x)/", ref->value->spill_slot); 72 printf("%s", hw_reg.negate ? "-" : ""); 73 printf("%s", hw_reg.abs ? "abs/" : ""); 76 printf("->%d.%d", (hw_reg.nr&1), hw_reg.subnr) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_debug.c | 44 printf("undef"); 47 printf("r%ld", (long) (value - c->vreg)); 50 printf("c%ld", (long) (value - c->creg)); 53 printf("i%ld", (long) (value - c->payload.input_interp)); 56 printf("d%ld", (long) (value - c->payload.depth)); 58 printf("?"); 67 printf("UNSPILL(%x)/", ref->value->spill_slot); 72 printf("%s", hw_reg.negate ? "-" : ""); 73 printf("%s", hw_reg.abs ? "abs/" : ""); 76 printf("->%d.%d", (hw_reg.nr&1), hw_reg.subnr) [all...] |
/external/srec/tools/test_swiarb/ |
test_swiarb.c | 45 #define printf_vector(HEAD, FMT, PTR, NN) { unsigned int iI; printf(HEAD); for(iI=0;iI<(NN);iI++) printf(FMT, PTR[iI]); printf("\n"); } 69 printf("USAGE: -swiarb <swiarb file> -interactive\n"); 77 printf("Please specify the swiarb file.\n"); 81 printf("using swiarb from file %s\n", arbfile); 85 printf("error_usage: argument [%s]\n", argv[i]); 96 printf("Type \"quit\" to exit the test.\n"); 97 printf("pronunciation: "); 102 printf("USAGE: -swiarb <swiarb file> -interactive\n") [all...] |
/external/srtp/crypto/test/ |
stat_driver.c | 11 #include <stdio.h> /* for printf() */ 28 printf("error (code %d)\n", s); 50 printf("statistical tests driver\n"); 56 printf("running stat_tests on all-null buffer, expecting failure\n"); 57 printf("monobit %d\n", stat_test_monobit(buffer)); 58 printf("poker %d\n", stat_test_poker(buffer)); 59 printf("runs %d\n", stat_test_runs(buffer)); 63 printf("running stat_tests on rand(), expecting success\n"); 64 printf("monobit %d\n", stat_test_monobit(buffer)); 65 printf("poker %d\n", stat_test_poker(buffer)) [all...] |
/external/bison/lib/ |
getopt1.c | 115 printf ("option %s", long_options[option_index].name); 117 printf (" with arg %s", optarg); 118 printf ("\n"); 132 printf ("digits occur in two different argv-elements.\n"); 134 printf ("option %c\n", c); 138 printf ("option a\n"); 142 printf ("option b\n"); 146 printf ("option c with value '%s'\n", optarg); 150 printf ("option d with value '%s'\n", optarg); 157 printf ("?? getopt returned character code 0%o ??\n", c) [all...] |
/external/chromium_org/tools/gtk_clipboard_dump/ |
gtk_clipboard_dump.cc | 24 printf("failed to get the contents!\n"); 30 printf("%d available targets:\n---------------\n", num_targets); 36 printf(" [format: %s", target_name.c_str()); 39 printf("]: NULL\n\n"); 43 printf(" / length: %d / bits %d]: ", data->length, data->format); 46 printf("(image omitted)\n\n"); 49 printf("(time omitted)\n\n"); 54 printf("%c", (data->data[j] == 0 ? '_' : data->data[j])); 56 printf("\n\n"); 62 printf("No targets advertised. Text is: ") [all...] |
/external/grub/lib/ |
getopt1.c | 135 printf ("option %s", long_options[option_index].name); 137 printf (" with arg %s", optarg); 138 printf ("\n"); 152 printf ("digits occur in two different argv-elements.\n"); 154 printf ("option %c\n", c); 158 printf ("option a\n"); 162 printf ("option b\n"); 166 printf ("option c with value `%s'\n", optarg); 170 printf ("option d with value `%s'\n", optarg); 177 printf ("?? getopt returned character code 0%o ??\n", c) [all...] |
/external/libyuv/files/unit_test/ |
cpu_test.cc | 23 printf("Cpu Flags %x\n", cpu_flags); 25 printf("Has ARM %x\n", has_arm); 27 printf("Has NEON %x\n", has_neon); 29 printf("Has X86 %x\n", has_x86); 31 printf("Has SSE2 %x\n", has_sse2); 33 printf("Has SSSE3 %x\n", has_ssse3); 35 printf("Has SSE4.1 %x\n", has_sse41); 37 printf("Has SSE4.2 %x\n", has_sse42); 39 printf("Has AVX %x\n", has_avx); 41 printf("Has AVX2 %x\n", has_avx2) [all...] |
/ndk/sources/host-tools/make-3.81/ |
getopt1.c | 125 printf ("option %s", long_options[option_index].name); 127 printf (" with arg %s", optarg); 128 printf ("\n"); 142 printf ("digits occur in two different argv-elements.\n"); 144 printf ("option %c\n", c); 148 printf ("option a\n"); 152 printf ("option b\n"); 156 printf ("option c with value `%s'\n", optarg); 160 printf ("option d with value `%s'\n", optarg); 167 printf ("?? getopt returned character code 0%o ??\n", c) [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt1.c | 115 printf ("option %s", long_options[option_index].name); 117 printf (" with arg %s", optarg); 118 printf ("\n"); 132 printf ("digits occur in two different argv-elements.\n"); 134 printf ("option %c\n", c); 138 printf ("option a\n"); 142 printf ("option b\n"); 146 printf ("option c with value `%s'\n", optarg); 150 printf ("option d with value `%s'\n", optarg); 157 printf ("?? getopt returned character code 0%o ??\n", c) [all...] |
/ndk/tests/device/test-cpufeatures/jni/ |
test_cpufeatures.c | 24 printf("CPU family is ARM\n"); 27 printf("CPU family is x86\n"); 30 printf("CPU family is MIPS\n"); 39 printf( "Supported ARM features:\n"); 42 printf( " "#name"\n" ); \ 61 printf( "ARM CpuID: %08x\n", cpu_id); 62 printf( " implementer: %02x\n", (cpu_id >> 24) & 0xff); 63 printf( " variant : %02x\n", (cpu_id >> 20) & 0x0f); 64 printf( " part : %03x\n", (cpu_id >> 4) & 0xfff); 65 printf( " revision : %x\n", cpu_id & 0x0f) [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_print_visitor.cpp | 48 printf("(structure (%s) (%s@%p) (%u) (\n", 52 printf("\t(("); 54 printf(")(%s))\n", s->fields.structure[j].name); 57 printf(")\n"); 61 printf("(\n"); 66 printf("\n"); 68 printf("\n)"); 90 printf(" "); 127 printf("(array "); 129 printf(" %u)", t->length) [all...] |
/external/mesa3d/src/glsl/ |
ir_print_visitor.cpp | 48 printf("(structure (%s) (%s@%p) (%u) (\n", 52 printf("\t(("); 54 printf(")(%s))\n", s->fields.structure[j].name); 57 printf(")\n"); 61 printf("(\n"); 66 printf("\n"); 68 printf("\n)"); 90 printf(" "); 127 printf("(array "); 129 printf(" %u)", t->length) [all...] |
/external/clang/test/CodeGen/ |
blocks-1.c | 10 int printf(const char *, ...); 16 printf("a is %d, b is %d\n", a, b); 17 ^{ a = 10; printf("a is %d, b is %d\n", a, b); }(); // needs copy/dispose 18 printf("a is %d, b is %d\n", a, b); 20 printf("a is %d, b is %d\n", a, b); 26 printf("a is %d\n", a); 32 printf("a is %d\n", a); 34 printf("a is %d\n", a);
|