HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 101 - 125 of 5817) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
origin1-yes.c 36 fprintf(stderr, "\nUndef 1 of 8 (stack, 32 bit)\n");
46 fprintf(stderr, "\nUndef 2 of 8 (stack, 32 bit)\n");
55 fprintf(stderr, "\nUndef 3 of 8 (stack, 64 bit)\n");
63 fprintf(stderr, "\nUndef 4 of 8 (mallocd, 32-bit)\n");
75 fprintf(stderr, "\nUndef 5 of 8 (realloc)\n");
84 fprintf(stderr, "\nUndef 6 of 8 (MALLOCLIKE_BLOCK)\n");
100 fprintf(stderr, "\nUndef 7 of 8 (brk)\n");
101 // fprintf(stderr, "\n(no complaint; sbrk initialises memory on Darwin)\n");
102 fprintf(stderr, "\n(currently disabled)\n");
107 // fprintf(stderr, "\nUndef 7 of 8 (brk)\n")
    [all...]
writev1.c 36 fprintf(stderr, "open(2) failed: fname = %s, errno = %d\n",
40 fprintf(stderr, "write(2) failed: nbytes = %d, errno = %d\n",
45 fprintf(stderr, "close failed: errno = %d\n", errno);
48 fprintf(stderr, "Test file created.\n");
50 fprintf(stderr, "open failed: fname = %s, errno = %d\n",
58 fprintf(stderr, "Received EFAULT as expected\n");
60 fprintf(stderr, "Expected EFAULT, got %d\n", errno);
63 fprintf(stderr, "Expected nbytes = 0, got %d\n", nbytes);
66 fprintf(stderr, "Error writev returned a positive value\n");
70 fprintf(stderr, "Received EINVAL as expected\n")
    [all...]
  /system/core/debuggerd/crasher/
crasher.cpp 156 fprintf(nullptr, "oops");
169 fprintf(stderr, "usage: %s KIND\n", getprogname());
170 fprintf(stderr, "\n");
171 fprintf(stderr, "where KIND is:\n");
172 fprintf(stderr, " smash-stack overwrite a -fstack-protector guard\n");
173 fprintf(stderr, " stack-overflow recurse until the stack overflows\n");
174 fprintf(stderr, " nostack crash with a NULL stack pointer\n");
175 fprintf(stderr, "\n");
176 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n");
177 fprintf(stderr, " call-null cause a crash by calling through a nullptr\n")
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 46 fprintf(fp, "(PAP Authentication Frame -- Contents not dumped)\n");
53 fprintf(fp, "%02x ", (unsigned) buf[i]);
55 fprintf(fp, " ");
58 fprintf(fp, " ");
62 fprintf(fp, "%c", buf[i]);
64 fprintf(fp, ".");
70 fprintf(fp, "\n");
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
106 fprintf(fp, "Discovery (%x) ", (unsigned) type);
108 fprintf(fp, "Session (%x) ", (unsigned) type)
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 73 fprintf(stderr, "Can only select either bond or discoverable, not both\n");
78 fprintf(stderr,
85 fprintf(stderr, "Must specify one command\n");
90 fprintf(stderr, "Will be unable to catch signals\n");
93 fprintf(stdout, "Bringing up bluetooth adapter\n");
95 fprintf(stderr, "Unable to open Bluetooth HAL.\n");
101 fprintf(stdout, "BT adapter is up\n");
103 fprintf(stdout, "Starting to start discovery\n");
105 fprintf(stdout, "Started discovery for %d seconds\n", timeout_in_sec);
109 fprintf(stdout, "Starting to cancel discovery\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
1-1.c 42 fprintf(stderr, "Thread1: Fail to acquire mutex\n");
45 fprintf(stderr, "Thread1 started\n");
49 fprintf(stderr, "Fail to get current time\n");
56 fprintf(stderr, "Thread1 is waiting for the cond\n");
60 fprintf(stderr,
64 fprintf(stderr, "pthread_cond_timedwait return %d\n",
70 fprintf(stderr, "Thread1 wakened up\n");
72 fprintf(stderr, "Thread1 did not block on the cond at all\n");
85 fprintf(stderr, "Fail to initialize mutex\n");
89 fprintf(stderr, "Fail to initialize cond\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
3-1.c 43 fprintf(stderr, "Thread1 failed to acquire the mutex\n");
46 fprintf(stderr, "Thread1 started\n");
49 fprintf(stderr, "Thread1 is waiting for the cond\n");
53 fprintf(stderr, "pthread_cond_wait returns EINVAL\n");
56 fprintf(stderr, "pthread_cond_wait returns EPERM\n");
59 fprintf(stderr, "pthread_cond_wait returns %d\n", rc);
64 fprintf(stderr, "Thread1 waked up before being notified\n");
67 fprintf(stderr, "Thread1 wakened up and got returned value 0\n");
70 fprintf(stderr, "Thread1 failed to release the mutex\n");
73 fprintf(stderr, "Thread1 released the mutex\n")
    [all...]
  /external/compiler-rt/test/asan/TestCases/Windows/
queue_user_work_item.cc 19 fprintf(stderr, "Throw\n");
29 fprintf(stderr, "Catch\n");
49 fprintf(stderr, "Timed out\n");
51 fprintf(stderr, "Wait for work item failed\n");
54 fprintf(stderr, "Done!\n");
  /external/ltp/lib/tests/
tst_process_state.c 50 fprintf(stderr, "Child starts\n");
56 fprintf(stderr, "Child about to sleep\n");
60 fprintf(stderr, "Child woken up\n");
66 fprintf(stderr, "Parent waits for child to fall asleep\n");
68 fprintf(stderr, "Child sleeping, wake it\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
2-1.c 26 fprintf(stderr, "Fail to initialize mutex, rc=%d\n", rc);
33 fprintf(stderr, "Fail to lock the mutex, rc=%d\n", rc);
37 fprintf(stderr, "Main: hold the mutex for a while\n");
42 fprintf(stderr, "Fail to unlock the mutex, rc=%d\n", rc);
48 fprintf(stderr, "Fail to destory the mutex, rc=%d\n", rc);
4-1.c 26 fprintf(stderr, "Error at pthread_mutexattr_init(), rc=%d\n",
39 fprintf(stderr,
43 fprintf(stderr,
47 fprintf(stderr, "Permission denied\n");
50 fprintf(stderr,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
3-1.c 25 fprintf(stderr, "Error at pthread_mutex_init(), rc=%d\n", rc);
30 fprintf(stderr, "Error at pthread_mutex_lock(), rc=%d\n", rc);
42 fprintf(stderr, "Current thread does not own the mutex\n");
45 fprintf(stderr, "Invalid mutex object\n");
48 fprintf(stderr,
  /external/valgrind/memcheck/tests/solaris/
strlcpy.c 13 fprintf(stderr, "Memory allocation failure.\n");
20 fprintf(stderr, "Memory allocation failure.\n");
27 fprintf(stderr, "Expected 10 but got %zu for test #1.\n", copied);
32 fprintf(stderr, "Expected 10 but got %zu for test #2.\n", copied);
38 fprintf(stderr, "Expected 10 but got %zu for test #3.\n", copied);
  /external/valgrind/none/tests/amd64/
ssse3_misaligned.c 22 fprintf(stderr, "three\n");
29 fprintf(stderr, "you should see: \"one\\ntwo\\nthree\\n\"\n");
30 fprintf(stderr, "one\n");
32 fprintf(stderr, "two\n");
34 fprintf(stderr, "test failed! you shouldn't see this\n");
  /external/valgrind/none/tests/x86/
ssse3_misaligned.c 22 fprintf(stderr, "three\n");
29 fprintf(stderr, "you should see: \"one\\ntwo\\nthree\\n\"\n");
30 fprintf(stderr, "one\n");
32 fprintf(stderr, "two\n");
34 fprintf(stderr, "test failed! you shouldn't see this\n");
  /external/iproute2/tc/
f_bpf.c 26 fprintf(stderr, "Usage: ... bpf ...\n");
27 fprintf(stderr, "\n");
28 fprintf(stderr, "BPF use case:\n");
29 fprintf(stderr, " bytecode BPF_BYTECODE\n");
30 fprintf(stderr, " bytecode-file FILE\n");
31 fprintf(stderr, "\n");
32 fprintf(stderr, "eBPF use case:\n");
33 fprintf(stderr, " object-file FILE [ section CLS_NAME ] [ export UDS_FILE ]");
34 fprintf(stderr, " [ verbose ] [ direct-action ] [ skip_hw | skip_sw ]\n");
35 fprintf(stderr, " object-pinned FILE [ direct-action ] [ skip_hw | skip_sw ]\n")
    [all...]
  /external/iproute2/ip/
ipprefix.c 47 fprintf(stderr, "Not a prefix: %08x %08x %08x\n",
54 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
64 fprintf(stderr, "incorrect protocol family: %d\n", prefix->prefix_family);
68 fprintf(stderr, "wrong ND type %d\n", prefix->prefix_type);
75 fprintf(fp, "prefix %s/%u",
79 fprintf(fp, "dev %s ", ll_index_to_name(prefix->prefix_ifindex));
82 fprintf(fp, "onlink ");
84 fprintf(fp, "autoconf ");
90 fprintf(fp, "valid %u ", pc->valid_time);
91 fprintf(fp, "preferred %u ", pc->preferred_time)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
printgrammar.c 16 fprintf(fp, "/* Generated by Parser/pgen */\n\n");
17 fprintf(fp, "#include \"pgenheaders.h\"\n");
18 fprintf(fp, "#include \"grammar.h\"\n");
19 fprintf(fp, "PyAPI_DATA(grammar) _PyParser_Grammar;\n");
22 fprintf(fp, "grammar _PyParser_Grammar = {\n");
23 fprintf(fp, " %d,\n", g->g_ndfas);
24 fprintf(fp, " dfas,\n");
25 fprintf(fp, " {%d, labels},\n", g->g_ll.ll_nlabels);
26 fprintf(fp, " %d\n", g->g_start);
27 fprintf(fp, "};\n");
    [all...]
  /external/compiler-rt/test/asan/TestCases/
throw_catch.cc 10 fprintf(stderr, "Throw: %p\n", &local);
20 fprintf(stderr, "Catch: %p\n", &local);
26 fprintf(stderr, "Before: %p poisoned: %d\n", &x,
30 fprintf(stderr, "After: %p poisoned: %d\n", &x,
41 fprintf(stderr, "Before: %p poisoned: %d\n", &x,
47 fprintf(stderr, "Catch\n");
49 fprintf(stderr, "After: %p poisoned: %d\n", &x,
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 67 fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING);
68 fprintf(stderr, "By Michal Ludvig (http://www.logix.cz/michal)\n");
69 fprintf(stderr, "\n");
70 fprintf(stderr, "Usage: %s [options]\n", argv0);
71 fprintf(stderr, "\n");
72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n");
73 fprintf(stderr, " -e pubexp Public exponent to use (default=0x3)\n");
74 fprintf(stderr, " -f filename Filename to store the key to (default=stdout)\n");
75 fprintf(stderr, " -h Help\n");
76 fprintf(stderr, "\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
1-1.c 28 fprintf(stderr, "Error at pthread_condattr_init(), rc=%d\n",
35 fprintf(stderr, "Fail to initialize cond1, rc=%d\n", rc);
41 fprintf(stderr, "Fail to initialize cond2, rc=%d\n", rc);
47 fprintf(stderr, "Error at pthread_condattr_destroy(), rc=%d\n",
54 fprintf(stderr, "Fail to destroy cond1, rc=%d\n", rc);
61 fprintf(stderr, "Fail to destroy cond2, rc=%d\n", rc);
68 fprintf(stderr, "Fail to destroy cond3, rc=%d\n", rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
1-1.c 28 fprintf(stderr, "Error at pthread_mutexattr_init(), rc=%d\n",
35 fprintf(stderr, "Fail to initialize mutex1, rc=%d\n", rc);
41 fprintf(stderr, "Fail to initialize mutex2, rc=%d\n", rc);
47 fprintf(stderr, "Error at pthread_mutexattr_destroy(), rc=%d\n",
54 fprintf(stderr, "Fail to destroy mutex1, rc=%d\n", rc);
61 fprintf(stderr, "Fail to destroy mutex2, rc=%d\n", rc);
68 fprintf(stderr, "Fail to destroy mutex3, rc=%d\n", rc);
  /external/python/cpython2/Parser/
printgrammar.c 16 fprintf(fp, "/* Generated by Parser/pgen */\n\n");
17 fprintf(fp, "#include \"pgenheaders.h\"\n");
18 fprintf(fp, "#include \"grammar.h\"\n");
19 fprintf(fp, "PyAPI_DATA(grammar) _PyParser_Grammar;\n");
22 fprintf(fp, "grammar _PyParser_Grammar = {\n");
23 fprintf(fp, " %d,\n", g->g_ndfas);
24 fprintf(fp, " dfas,\n");
25 fprintf(fp, " {%d, labels},\n", g->g_ll.ll_nlabels);
26 fprintf(fp, " %d\n", g->g_start);
27 fprintf(fp, "};\n")
    [all...]
  /external/python/cpython3/Parser/
printgrammar.c 18 fprintf(fp, "/* Generated by Parser/pgen */\n\n");
19 fprintf(fp, "#include \"pgenheaders.h\"\n");
20 fprintf(fp, "#include \"grammar.h\"\n");
21 fprintf(fp, "PyAPI_DATA(grammar) _PyParser_Grammar;\n");
24 fprintf(fp, "grammar _PyParser_Grammar = {\n");
25 fprintf(fp, " %d,\n", g->g_ndfas);
26 fprintf(fp, " dfas,\n");
27 fprintf(fp, " {%d, labels},\n", g->g_ll.ll_nlabels);
28 fprintf(fp, " %d\n", g->g_start);
29 fprintf(fp, "};\n")
    [all...]
  /external/valgrind/drd/tests/
annotate_trace_memory.c 21 fprintf(stderr, "float\n");
24 fprintf(stderr, "double\n");
27 fprintf(stderr, "uint8_t\n");
30 fprintf(stderr, "uint16_t\n");
33 fprintf(stderr, "uint32_t\n");
36 fprintf(stderr, "uint64_t\n");
47 fprintf(stderr, "Done.\n");

Completed in 649 milliseconds

1 2 3 45 6 7 8 91011>>