/external/valgrind/memcheck/tests/ |
origin3-no.c | 44 fprintf(stderr, "\nUndef 1 of 8 (8 bit undef)\n"); 54 fprintf(stderr, "\nUndef 2 of 8 (8 bits of 32 undef)\n"); 64 fprintf(stderr, "\nUndef 3 of 8 (32 bit undef)\n"); 73 fprintf(stderr, "\nUndef 4 of 8 (32 bit undef, unaligned)\n"); 82 fprintf(stderr, "\nUndef 5 of 8 (32 bit undef, modified)\n"); 106 fprintf(stderr, "\nUndef 6 of 8 (32 bit undef, unaligned, strange, #1)\n"); 108 fprintf(stderr, "\nUndef 7 of 8 (32 bit undef, unaligned, strange, #2)\n"); 110 fprintf(stderr, "\nUndef 8 of 8 (32 bit undef, unaligned, strange, #3)\n");
|
sigkill.c | 34 fprintf(stderr,"setting signal %d: ", i); 37 else fprintf(stderr,"Success\n"); 38 fprintf(stderr,"getting signal %d: ", i); 41 else fprintf(stderr,"Success\n"); 42 fprintf(stderr,"\n");
|
/external/valgrind/none/tests/ |
rlimit_nofile.c | 28 fprintf(stderr, "setrlimit exceeding hardlimit must set errno=EINVAL\n"); 34 fprintf(stderr, "setrlimit exceeding hardlimit must return -1\n"); 43 fprintf(stderr, "setrlimit changing hardlimit must set errno=EPERM\n"); 49 fprintf(stderr, "setrlimit changing hardlimit must return -1\n"); 70 fprintf(stderr, "rlim_cur is %llu (should be %llu)\n", 77 fprintf(stderr, "rlim_max is %llu (should be %llu)\n", 82 newrlim.rlim_cur -= 3; /* allow for stdin, stdout and stderr */ 94 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd); 103 fprintf(stderr, "setrlimit non addressable arg2 must set errno=EFAULT\n");
|
pth_blockedsig.c | 24 fprintf (stderr, "error doing pthread_kill\n"); 42 fprintf (stderr, "SIG_BLOCK error"); 47 fprintf (stderr, "signal(SIGINT) error"); 51 fprintf (stderr, "error creating thread"); 61 fprintf (stderr, "SHOULD NOT BE HERE (SIGUSR1)!!!!\n");
|
/ndk/tests/device/b16355858/jni/ |
sample.c | 10 fprintf(stderr, "top[-1]: %8x top[0]: %8x left: %8x pred: %8x\n", 14 fprintf(stderr, "pred != left\n");
|
/prebuilts/go/darwin-x86/misc/cgo/testcshared/ |
main3.c | 14 fprintf(stderr, "ERROR: failed to open the shared library: %s\n", 21 fprintf(stderr, "ERROR: missing main.main: %s\n", dlerror());
|
/prebuilts/go/linux-x86/misc/cgo/testcshared/ |
main3.c | 14 fprintf(stderr, "ERROR: failed to open the shared library: %s\n", 21 fprintf(stderr, "ERROR: missing main.main: %s\n", dlerror());
|
/system/extras/ext4_utils/ |
setup_fs.c | 28 fprintf(stderr,"not a block device name: %s\n", blockdev); 34 fprintf(stderr,"device %s already has a filesystem\n", blockdev); 40 fprintf(stderr,"device %s not wiped, probably encrypted, not wiping\n", blockdev); 44 fprintf(stderr,"+++\n"); 48 fprintf(stderr,"error: setup_fs: fork failed\n"); 58 fprintf(stderr, "error: setup_fs: waitpid failed!\n"); 63 fprintf(stderr,"---\n"); 80 fprintf(stderr,"REBOOT!\n");
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
macro-warn-1.d | 3 #stderr: macro-warn-1.l
|
macro-warn-2.d | 3 #stderr: macro-warn-2.l
|
macro-warn-3.d | 3 #stderr: macro-warn-3.l
|
macro-warn-4.d | 3 #stderr: macro-warn-4.l
|
/external/compiler-rt/test/msan/ |
dtls_test.c | 23 fprintf(stderr, "bar\n"); 25 fprintf(stderr, "stack: %p dtls: %p\n", &x, x); 31 fprintf(stderr, "stack: %p dtls: %p\n", &x, x); 33 fprintf(stderr, "foo\n"); // False negative here. 43 if (!handle) fprintf(stderr, "%s\n", dlerror());
|
/external/curl/tests/libtest/ |
lib583.c | 61 fprintf(stderr, "curl_multi_perform()...\n"); 65 fprintf(stderr, "curl_multi_perform() succeeded\n"); 67 fprintf(stderr, "curl_multi_remove_handle()...\n"); 70 fprintf(stderr, "curl_multi_remove_handle() failed, " 73 fprintf(stderr, "curl_multi_remove_handle() succeeded\n");
|
lib505.c | 52 fprintf(stderr, "Usage: <url> <file-to-upload>\n"); 59 fprintf(stderr, "fopen() failed with error: %d %s\n", 61 fprintf(stderr, "Error opening file: %s\n", libtest_arg2); 70 fprintf(stderr, "fstat() failed with error: %d %s\n", 72 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2); 78 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2); 84 fprintf(stderr, "curl_global_init() failed\n"); 91 fprintf(stderr, "curl_easy_init() failed\n"); 100 fprintf(stderr, "curl_slist_append() failed\n"); 107 fprintf(stderr, "curl_slist_append() failed\n") [all...] |
/external/libmicrohttpd/src/testzzuf/ |
socat.c | 72 fprintf (stderr, "fork failed: %s\n", strerror (errno)); 82 fprintf (stderr, 86 fprintf (stderr, 94 fprintf (stderr, "execution of `zzuf' failed: %s\n", strerror (errno)); 107 fprintf (stderr, "Failed to killpg: %s\n", strerror (errno));
|
/external/libpng/contrib/examples/ |
pngtopng.c | 60 fprintf(stderr, "pngtopng: write %s: %s\n", argv[2], 68 fprintf(stderr, "pngtopng: read %s: %s\n", argv[1], 80 fprintf(stderr, "pngtopng: out of memory: %lu bytes\n", 86 fprintf(stderr, "pngtopng: %s: %s\n", argv[1], image.message); 91 fprintf(stderr, "pngtopng: usage: pngtopng input-file output-file\n");
|
/external/tpm2/ |
TPMCmds.c | 38 fprintf_s(stderr, "%s", PURPOSE); 39 fprintf_s(stderr, "Usage:\n"); 40 fprintf_s(stderr, "%s - Starts the TPM server listening on port %d\n", 42 fprintf_s(stderr, 45 fprintf_s(stderr, "%s ? - This message\n", pszProgramName);
|
/external/valgrind/memcheck/tests/darwin/ |
scalar.h | 20 fprintf(stderr, "-----------------------------------------------------\n" \ 26 fprintf(stderr, "-----------------------------------------------------\n" \ 44 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \ 48 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \ 60 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
|
/external/autotest/client/bin/ |
autotestd_monitor | 8 stderr_start = int(sys.argv[3]) # nubmer of bytes we can skip on stderr 10 stderr = open(os.path.join(logdir, 'stderr'), 'a', 0) variable 12 print >> stderr, 'Entered autotestd_monitor.' 26 return subprocess.Popen(argv, stderr=devnull) 28 return subprocess.Popen(argv, stdout=outstream, stderr=devnull) 30 stderr_pump = launch_tail('stderr', sys.stderr, stderr_start) 32 print >> stderr, 'Finished launching tail subprocesses.' 42 print >> stderr, 'Finished waiting on autotestd to start. [all...] |
/prebuilts/misc/common/swig/include/2.0.11/guile/ |
interpreter.i | 20 status = gscm_run_scm(argc, argv, 0, stdout, stderr, guile_init, 0, "#t"); 22 fputs(gscm_error_msg(status), stderr); 23 fputc('\n', stderr); 31 fputs(gscm_error_msg(status), stderr); 32 fputc('\n', stderr);
|
/external/vboot_reference/futility/ |
cmd_create.c | 91 fprintf(stderr, "Unable to open %s\n", infile); 99 fprintf(stderr, "Unable to read RSA key from %s\n", infile); 105 fprintf(stderr, "Unsupported sig algorithm in RSA key\n"); 124 fprintf(stderr, "unable to write private key\n"); 127 fprintf(stderr, "wrote %s\n", outfile); 132 fprintf(stderr, "couldn't extract the public key\n"); 144 fprintf(stderr, "unable to write public key\n"); 147 fprintf(stderr, "wrote %s\n", outfile); 174 fprintf(stderr, "Unable to open %s\n", infile); 182 fprintf(stderr, "Unable to read RSA key from %s\n", infile) [all...] |
/external/iproute2/tc/ |
e_bpf.c | 29 fprintf(stderr, "Usage: ... bpf [ import UDS_FILE ] [ run CMD ]\n"); 30 fprintf(stderr, " ... bpf [ debug ]\n"); 31 fprintf(stderr, " ... bpf [ graft MAP_FILE ] [ key KEY ]\n"); 32 fprintf(stderr, " `... [ object-file OBJ_FILE ] [ type TYPE ] [ section NAME ] [ verbose ]\n"); 33 fprintf(stderr, " `... [ object-pinned PROG_FILE ]\n"); 34 fprintf(stderr, "\n"); 35 fprintf(stderr, "Where UDS_FILE provides the name of a unix domain socket file\n"); 36 fprintf(stderr, "to import eBPF maps and the optional CMD denotes the command\n"); 37 fprintf(stderr, "to be executed (default: \'%s\').\n", BPF_DEFAULT_CMD); 38 fprintf(stderr, "Where MAP_FILE points to a pinned map, OBJ_FILE to an object file\n") [all...] |
/external/avahi/avahi-compat-howl/samples/ |
browse.c | 58 fprintf(stderr, "resolve reply: 0x%x %s %s %s %s %d\n", interface_index, name, type, domain, sw_ipv4_address_name(address, name_buf, 16), port); 67 fprintf(stderr, "Txt: [%s]=[%s] - (%d bytes)\n", key, oval, oval_len); 97 fprintf(stderr, "browse reply: Invalid\n"); 103 fprintf(stderr, "browse reply: Release\n"); 109 fprintf(stderr, "browse reply: Add Domain\n"); 115 fprintf(stderr, "browse reply: Add Default Domain\n"); 121 fprintf(stderr, "browse reply: Remove Domain\n"); 127 fprintf(stderr, "browse reply: Add Service 0x%x %s %s %s\n", interface_index, name, type, domain); 130 fprintf(stderr, "resolve failed\n"); 137 fprintf(stderr, "browse reply: Remove Service\n") [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
exception_formatter.py | 41 print >> sys.stderr 42 print >> sys.stderr, msg 58 print >> sys.stderr 62 print >> sys.stderr, 'Traceback (most recent call last):' 67 print >> sys.stderr, ' %s at %s:%d' % (function, filename, line) 68 print >> sys.stderr, ' %s' % text 72 print >> sys.stderr, exception_string 77 print >> sys.stderr 78 print >> sys.stderr, 'Locals:' 87 print >> sys.stderr, ' %s: %s%s' % (variable.ljust(longest_variable + 1) [all...] |