HomeSort by relevance Sort by last modified time
    Searched full:printf (Results 251 - 275 of 4695) sorted by null

<<11121314151617181920>>

  /external/ipsec-tools/src/libipsec/
key_debug.c 103 #define panic(param) { printf(param); exit(1); }
121 printf("sadb_msg{ version=%u type=%u errno=%u satype=%u\n",
124 printf(" len=%u reserved=%u seq=%u pid=%u\n",
132 printf("sadb_ext{ len=%u type=%u }\n",
136 printf("kdebug_sadb: invalid ext_len=0 was passed.\n");
140 printf("kdebug_sadb: ext_len exceeds end of buffer.\n");
207 printf("kdebug_sadb: invalid ext_type %u was passed.\n",
235 printf("sadb_prop{ replay=%u\n", prop->sadb_prop_replay);
238 printf("sadb_comb{ auth=%u encrypt=%u "
243 printf(" auth_minbits=%u auth_maxbits=%u
    [all...]
  /external/tcpdump/
print-ospf.c 193 printf("\n\t Bogus length %u < %lu", ls_length,
199 printf("\n\t Advertising Router: %s, seq 0x%08x, age %us, length: %u",
211 printf("\n\t %s LSA (%d), Opaque-Type: %s LSA (%u), Opaque-ID: %u",
226 printf("\n\t %s LSA (%d), LSA-ID: %s",
234 printf("\n\t Options: [%s]", bittok2str(ospf_option_values,"none",lshp->ls_options));
276 printf("\n\t Router LSA Options: [%s]", bittok2str(ospf_rla_flag_values,"none",lsap->lsa_un.un_rla.rla_flags));
287 printf("\n\t Virtual Link: Neighbor Router-ID: %s, Interface Address: %s",
293 printf("\n\t Neighbor Router-ID: %s, Interface Address: %s",
299 printf("\n\t Neighbor Network-ID: %s, Interface Address: %s",
305 printf("\n\t Stub Network: %s, Mask: %s"
    [all...]
print-rx.c 442 printf(" [|rx] (%d)", length);
448 printf(" rx %s", tok2str(rx_types, "type %d", rxh->type));
454 printf(" cid %08x call# %d",
458 printf(" seq %d ser %d",
463 printf(" secindex %d serviceid %hu",
474 printf(" ");
476 printf(",");
478 printf("<%s>", rx_flags[i].s);
579 printf(" (%d)", length);
661 printf(" fid %d/%d/%d", (int) n1, (int) n2, (int) n3);
    [all...]
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...]
  /external/e2fsprogs/lib/ext2fs/
tst_bitops.c 51 printf("Bit set: %d\n", i);
62 printf("Bit %d set, not expected\n", i);
67 printf("Expected bit %d to be clear.\n", i);
72 printf("ext2fs_test_bit appears to be correct\n");
80 printf("ext2fs_set_bit test succeeded.\n");
82 printf("ext2fs_set_bit test failed.\n");
84 printf("%02x ", testarray[i]);
86 printf("\n");
94 printf("ext2fs_clear_bit failed, "
99 printf("ext2fs_clear_bit test succeed.\n")
    [all...]
  /external/elfutils/tests/
asm-tst2.c 71 printf ("cannot create assembler context: %s\n", asm_errmsg (-1));
80 printf ("cannot create section in output file: %s\n", asm_errmsg (-1));
88 printf ("cannot align .text section: %s\n", asm_errmsg (-1));
95 printf ("cannot insert first string: %s\n", asm_errmsg (-1));
100 printf ("cannot insert second string: %s\n", asm_errmsg (-1));
105 printf ("cannot insert third string: %s\n", asm_errmsg (-1));
112 printf ("cannot create output file: %s\n", asm_errmsg (-1));
121 printf ("cannot open generated file: %m\n");
129 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1));
143 printf ("cannot get ELF header: %s\n", elf_errmsg (-1))
    [all...]
  /external/llvm/test/CodeGen/Generic/
print-mul-exp.ll 7 declare i32 @printf(i8*, ...)
13 call i32 (i8*, ...)* @printf( i8* %a_s, i32 %a ) ; <i32>:1 [#uses=0]
34 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 0, i32 %r_0 ) ; <i32>:2 [#uses=0]
35 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 1, i32 %r_1 ) ; <i32>:3 [#uses=0]
36 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 2, i32 %r_2 ) ; <i32>:4 [#uses=0]
37 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 3, i32 %r_3 ) ; <i32>:5 [#uses=0]
38 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 4, i32 %r_4 ) ; <i32>:6 [#uses=0]
39 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 5, i32 %r_5 ) ; <i32>:7 [#uses=0]
40 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 6, i32 %r_6 ) ; <i32>:8 [#uses=0]
41 call i32 (i8*, ...)* @printf( i8* %a_mul_s, i32 7, i32 %r_7 ) ; <i32>:9 [#uses=0
    [all...]
  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 3 extern "C" int printf(...);
45 printf(" %d %f\n", b.iF, b.fF);
54 printf(" %d %f\n", (a1.*af).iF, (a1.*af).fF);
69 printf(" %d %f\n", (pa->*af).iF, (pa->*af).fF);
87 printf("%d %d %d\n", &A::Ai, &A::f, &A::d);
88 printf("%d\n", &A::B::iB);
89 printf("%d\n", &A::B1::iB1);
90 printf("%d\n", &A::f);
91 printf("%d\n", &A::B::iV);
92 printf("%d\n", &A::B1::iV)
    [all...]
  /external/srtp/test/
roc_driver.c 67 printf("rollover counter test driver\n"
71 printf("testing index functions...");
74 printf("failed\n");
77 printf("passed\n");
97 printf("\n\ttesting sequential insertion...");
101 printf("%lld, %lld, %d\n", ref, est, i);
105 printf(" *bad estimate*\n");
113 printf("error: failure rate too high (%d bad estimates in %d trials)\n",
117 printf("done\n");
120 printf("\ttesting non-sequential insertion...")
    [all...]
  /external/valgrind/main/memcheck/tests/
mallinfo.c 21 printf("arena = %d\n", mi.arena); /* non-mmapped space allocated from system */
22 printf("ordblks = %d\n", mi.ordblks); /* number of free chunks */
23 printf("smblks = %d\n", mi.smblks); /* number of fastbin blocks */
24 printf("hblks = %d\n", mi.hblks); /* number of mmapped regions */
25 printf("hblkhd = %d\n", mi.hblkhd); /* space in mmapped regions */
26 printf("usmblks = %d\n", mi.usmblks); /* maximum total allocated space */
27 printf("fsmblks = %d\n", mi.fsmblks); /* space available in freed fastbin blocks */
28 printf("uordblks = %d\n", mi.uordblks); /* total allocated space */
29 printf("fordblks = %d\n", mi.fordblks); /* total free space */
30 printf("keepcost = %d\n", mi.keepcost); /* top-most, releasable (via malloc_trim) space *
    [all...]
wrap5.c 56 printf("in wrapper1-pre: fact(%d)\n", n);
60 printf("in wrapper1-post: fact(%d) = %d\n", n, r);
70 printf("in wrapper2-pre: fact(%d)\n", n);
74 printf("in wrapper2-post: fact(%d) = %d\n", n, r);
84 printf("computing fact1(7)\n");
86 printf("fact1(7) = %d\n", r);
88 printf("allocated %d Lards\n", ctr);
  /external/valgrind/main/none/tests/linux/
mremap2.c 84 //printf("%c", r == 0 ? 'X' : '.');
85 printf(".");
86 if (i == 49 || i == 99 || i == 149) printf("\n");
88 printf("\n");
122 printf("\n");
134 printf("dst_possible = %p\n", try_dst );
135 printf("dst_impossible = %p\n", dst_impossible );
136 printf(" src = %p\n", src);
137 printf("\n");
143 printf("maymv %d fixed %d newsz %2d dstpo %d dst %p -> "
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 486 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno));
489 printf("%s: buffer=%08X, size=%d stored at %s\n",
533 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno));
536 printf("%s: buffer=%08X, size=%d\n",
561 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
568 printf("PREVIEW Callback 0x%x", ( unsigned int ) mem->pointer());
578 printf("PRV_CB: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x", ptr[0], ptr[1], ptr[2], ptr[3], ptr[4], ptr[5], ptr[6], ptr[7], ptr[8], ptr[9]);
623 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno));
626 printf("%s: buffer=%08X, size=%d stored at %s\n",
645 printf("Face %d at %d,%d %d,%d \n"
    [all...]
  /build/tools/bin2asm/
icudata.c 27 printf("\
52 printf(".byte ");
54 printf("0x%02x", buf[i]);
57 printf("\n");
60 printf(", ");
62 printf(",");
68 printf("\n");
  /external/iptables/extensions/
libxt_length.c 11 printf(
41 printf(" length %s", info->invert ? "!" : "");
43 printf("%u", info->min);
45 printf("%u:%u", info->min, info->max);
52 printf("%s --length ", info->invert ? " !" : "");
54 printf("%u", info->min);
56 printf("%u:%u", info->min, info->max);
libxt_mac.c 16 printf(
44 printf(" %02X", macaddress[0]);
46 printf(":%02X", macaddress[i]);
53 printf(" MAC");
56 printf(" !");
66 printf(" !");
68 printf(" --mac-source");
libxt_tcpmss.c 11 printf(
41 printf(" tcpmss match %s", info->invert ? "!" : "");
43 printf("%u", info->mss_min);
45 printf("%u:%u", info->mss_min, info->mss_max);
52 printf("%s --mss ", info->invert ? " !" : "");
54 printf("%u", info->mss_min);
56 printf("%u:%u", info->mss_min, info->mss_max);
  /external/openssl/crypto/engine/
enginetest.c 66 printf("No ENGINE support\n");
82 printf("listing available engine types\n");
85 printf("engine %i, id = \"%s\", name = \"%s\"\n",
89 printf("end of list\n");
136 printf("Couldn't set up test ENGINE structures\n");
139 printf("\nenginetest beginning\n\n");
143 printf("Add failed!\n");
150 printf("Remove failed!\n");
158 printf("Add failed!\n");
164 printf("Remove failed!\n")
    [all...]
  /external/valgrind/main/none/tests/
pending.c 20 printf("4: got signal %s\n",
50 printf("1: sending signal\n");
54 printf("2: sleeping\n");
62 printf("3: unblocking\n");
66 printf("5: unblocked...\n");
72 printf("6: checking SIGHUP still pending...\n");
88 printf("OK\n");
  /external/valgrind/tsan/
tsan_pin.sh 47 printf "PIN_ROOT : %s\n" "$PIN_ROOT"
48 printf "PIN_BINARY : %s\n" "$PIN_BINARY"
49 printf "PIN_FLAGS : %s\n" "$PIN_FLAGS"
50 printf "TS_ROOT : %s\n" "$TS_ROOT"
51 printf "TS_VARIANT : %s\n" "$TS_VARIANT"
52 printf "TS_FLAGS : %s\n" "$TS_FLAGS"
53 printf "PARAMS : %s\n" "$*"
ts_stats.h 90 Printf(" VTS: created small/big: %'ld / %'ld; "
94 Printf(" vts_total_create = %'ld; avg=%'ld; delete = %'ld\n",
98 Printf(" n_seg_hb = %'ld\n", n_seg_hb);
99 Printf(" n_vts_hb = %'ld\n", n_vts_hb);
100 Printf(" n_vts_hb_cached = %'ld\n", n_vts_hb_cached);
101 Printf(" memory access:\n"
113 // Printf(" Mops:\n"
117 Printf(" Publish: set: %'ld; get: %'ld; clear: %'ld\n",
120 Printf(" PcTo: all: %'ld\n", pc_to_strings);
122 Printf(" StackTrace: create: %'ld; delete %'ld\n"
    [all...]
  /external/wpa_supplicant/tests/
test_x509v3.c 34 printf("usage: test_x509v3 -v <cert1.der> <cert2.der> ..\n");
39 printf("Reading: %s\n", argv[i]);
42 printf("Failed to read '%s'\n", argv[i]);
48 printf("Failed to parse X.509 certificate\n");
61 printf("\n\nValidating certificate chain\n");
63 printf("\nCertificate chain validation failed: %d\n", reason);
66 printf("\nCertificate chain is valid\n");
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 34 printf("usage: test_x509v3 -v <cert1.der> <cert2.der> ..\n");
39 printf("Reading: %s\n", argv[i]);
42 printf("Failed to read '%s'\n", argv[i]);
48 printf("Failed to parse X.509 certificate\n");
61 printf("\n\nValidating certificate chain\n");
63 printf("\nCertificate chain validation failed: %d\n", reason);
66 printf("\nCertificate chain is valid\n");
  /external/openssl/crypto/rc4/
rc4test.c 68 printf("No RC4 support\n");
130 printf("error calculating RC4\n");
131 printf("output:");
133 printf(" %02x",obuf[j]);
134 printf("\n");
135 printf("expect:");
138 printf(" %02x",*(p++));
139 printf("\n");
143 printf("test %d ok\n",i);
145 printf("test end processing ")
    [all...]
  /external/sqlite/android/
PhoneticStringUtilsTest.cpp 50 printf("0x%X(result) != 0x%X(expected)\n", input, expected); \
59 printf("0x%X(result) != 0x%X(expected)\n", input, expected); \
71 printf("Test total: %d\nSuccess: %d\nFailure: %d\n",
75 printf("\n%s\n", success ? "Success" : "Failure");
94 printf("getUtf32At() returned negative value (src: %s, index: %d)\n", \
98 printf("next is unexpected value (src: %s, actual: %u, expected: %u)\n", \
106 printf("testUtf32At()\n");
125 printf("GetUtf8FromCodePoint() returned false at 0x%04X\n", codepoint); \
130 printf("Failed at codepoint 0x%04X\n", codepoint); \
132 printf("0x%X ", *ch);
    [all...]

Completed in 2354 milliseconds

<<11121314151617181920>>