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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/test/
testkeys.c 16 fprintf(stderr, "Couldn't initialize SDL: %s\n",
  /external/skia/src/ports/
SkDebug_stdio.cpp 23 fprintf(stderr, "%s", buffer);
  /external/valgrind/main/cachegrind/tests/x86/
Makefile.am 7 fpu-28-108.vgtest fpu-28-108.stderr.exp
  /external/valgrind/main/drd/tests/
pth_detached3.c 26 fprintf(stderr, "Finished.\n");
pth_process_shared_mutex.c 27 fprintf(stderr, "Finished.\n");
  /external/valgrind/main/memcheck/tests/
holey_buffer_too_small.c 18 fprintf(stderr, "\n---- part defined, address error at end ----\n\n");
24 fprintf(stderr, "\n---- part defined, address error at start ----\n\n");
30 fprintf(stderr, "\n---- fully defined, address error at end ----\n\n");
36 fprintf(stderr, "\n---- fully defined, address error at start ----\n\n");
  /external/valgrind/main/none/tests/darwin/
access_extended.c 38 fprintf(stderr, "retval = %d\n", retval);
39 fprintf(stderr, "%s(F_OK) = %d (%s)\n",
41 fprintf(stderr, "%s(X_OK) = %d (%s)\n",
43 fprintf(stderr, "%s(F_OK) = %d (%s)\n",
rlimit.c 14 fprintf(stderr, "RLIMIT_NOFILE is %lld\n", (long long)rlp.rlim_cur);
  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 39 fprintf(stderr, "Usage: %s <password>\n", argv[0]);
45 fprintf(stderr, "Could not open /dev/urandom: %s\n", strerror(errno));
53 fprintf(stderr, "Could not read salt from /dev/urandom: %s\n", strerror(errno));
63 fprintf(stderr, "Could not generate PBKDF2 output: %s\n", strerror(errno));
  /sdk/find_lock/
find_lock_exe.cpp 30 gIsConsole = true; // tell utils to to print errors to stderr
48 fprintf(stderr, "Error: Missing directory path\n");
52 fprintf(stderr, "Error: '%s' is not a valid directory.\n", dirPath.cstr());
73 fflush(stderr);
  /system/core/toolbox/
chown.c 18 fprintf(stderr, "Usage: chown <USER>[:GROUP] <FILE1> [FILE2] ...\n");
46 fprintf(stderr, "No such user '%s'\n", user);
59 fprintf(stderr, "No such group '%s'\n", group);
67 fprintf(stderr, "Unable to chown %s: %s\n", argv[i], strerror(errno));
getenforce.c 19 fprintf(stderr, "Could not get enforcing status: %s\n",
umount.c 65 fprintf(stderr,"umount <path>\n");
71 fprintf(stderr, "failed: %s\n", strerror(errno));
79 fprintf(stderr, "open loop device failed: %s\n", strerror(errno));
83 fprintf(stderr, "ioctl LOOP_CLR_FD failed: %s\n", strerror(errno));
  /external/iproute2/tc/
q_cbq.c 29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
30 fprintf(stderr, " [ minburst PKTS ] [ bounded ] [ isolated ]\n");
31 fprintf(stderr, " [ allot BYTES ] [ mpu BYTES ] [ weight RATE ]\n");
32 fprintf(stderr, " [ prio NUMBER ] [ cell BYTES ] [ ewma LOG ]\n");
33 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
34 fprintf(stderr, " [ split CLASSID ] [ defmap MASK/CHANGE ]\n");
35 fprintf(stderr, " [ overhead BYTES ] [ linklayer TYPE ]\n");
40 fprintf(stderr, "Usage: ... cbq bandwidth BPS avpkt BYTES [ mpu BYTES ]\n");
41 fprintf(stderr, " [ cell BYTES ] [ ewma LOG ]\n");
46 fprintf(stderr, "Illegal \"%s\"\n", arg)
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 236 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size,
257 fprintf(stderr,
335 fprintf(stderr, "paranoid_addto_StringMap(%s,%p)\n", name, addr);
337 fprintf(stderr, "duplicate: paranoid_addto_StringMap(%s,%p)\n", name, addr);
427 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
470 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
565 fprintf(stderr,"%s: unknown symbol `%s'\n",
570 fprintf(stderr, "\n`%s' resolves to %p\n", symbol, (void*)S );
574 fprintf(stderr, "Reloc: P = %p S = %p A = %p\n",
610 fprintf(stderr,"R_ARM_PC24: out of range delta 0x%x for %s\n"
    [all...]
  /external/bison/lib/
getopt.c 538 _IO_flockfile (stderr);
540 int old_flags2 = ((_IO_FILE *) stderr)->_flags2;
541 ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL;
545 ((_IO_FILE *) stderr)->_flags2 = old_flags2;
546 _IO_funlockfile (stderr);
551 fprintf (stderr, _("%s: option `%s' is ambiguous\n"),
588 fprintf (stderr, _("\
602 fprintf (stderr, _("\
612 _IO_flockfile (stderr);
614 int old_flags2 = ((_IO_FILE *) stderr)->_flags2
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 533 _IO_flockfile (stderr);
535 int old_flags2 = ((_IO_FILE *) stderr)->_flags2;
536 ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL;
540 ((_IO_FILE *) stderr)->_flags2 = old_flags2;
541 _IO_funlockfile (stderr);
546 fprintf (stderr, _("%s: option `%s' is ambiguous\n"),
583 fprintf (stderr, _("\
597 fprintf (stderr, _("\
607 _IO_flockfile (stderr);
609 int old_flags2 = ((_IO_FILE *) stderr)->_flags2
    [all...]
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 42 fprintf(stderr,
81 fprintf(stderr, "Unknown argument: %c\n", (char)optopt);
87 fprintf(stderr, "Image filename and configuration file are required\n");
94 fprintf(stderr, "Must provide partition -> file mappings\n");
106 fprintf(stderr, "This program should only be used on regular files.");
112 fprintf(stderr, "Errors encountered while loading disk conf file %s",
133 fprintf(stderr, "Error: Too many partitions specified (%d)!\n", x);
138 fprintf(stderr, "Error parsing partition mappings\n");
143 fprintf(stderr, "Partition '%s' not found.\n", part_name);
152 fprintf(stderr, "Could not stat file: %s\n", pair)
    [all...]
  /bootable/recovery/updater/
updater.c 38 // Various things log information to stdout or stderr more or less
42 setbuf(stderr, NULL);
45 fprintf(stderr, "unexpected number of arguments (%d)\n", argc);
53 fprintf(stderr, "wrong updater binary API; expected 1, 2, or 3; "
72 fprintf(stderr, "failed to open package %s: %s\n",
79 fprintf(stderr, "failed to find %s in %s\n", SCRIPT_NAME, package_data);
85 fprintf(stderr, "failed to read script from package\n");
104 fprintf(stderr, "%d parse errors\n", error_count);
116 fprintf(stderr, "Warning: No file_contexts\n");
136 fprintf(stderr, "script aborted (no error message)\n")
    [all...]
  /dalvik/libdex/
CmdUtils.cpp 50 fprintf(stderr, "Unable to open '%s' as zip archive\n",
59 fprintf(stderr, "Unable to create output file '%s': %s\n",
70 fprintf(stderr, "Unable to find '%s' in '%s'\n",
78 fprintf(stderr, "Extract of '%s' from '%s' failed\n",
122 fprintf(stderr,
146 fprintf(stderr,
162 fprintf(stderr, "Not Zip, retrying as DEX\n");
166 fprintf(stderr, "Zip has no classes.dex\n");
180 fprintf(stderr, "ERROR: unable to open '%s': %s\n",
187 fprintf(stderr, "ERROR: Unable to map '%s'\n", fileName)
    [all...]
  /external/e2fsprogs/e2fsck/
extend.c 21 fprintf(stderr, _("%s: %s filename nblocks blocksize\n"),
43 fprintf(stderr, _("Illegal number of blocks!\n"));
49 fprintf(stderr, _("Couldn't allocate block buffer (size=%d)\n"),
  /external/e2fsprogs/lib/e2p/
percent.c 45 fprintf(stderr, "Usage: %s percent base\n", argv[0]);
51 fprintf(stderr, "Bad percent: %s\n", argv[1]);
57 fprintf(stderr, "Bad base: %s\n", argv[2]);
  /external/grub/util/
mbchk.c 41 fprintf (stderr, "Try ``mbchk --help'' for more information.\n");
64 fprintf (stderr, "%s: Read error.\n", filename);
81 fprintf (stderr, "%s: No Multiboot header.\n", filename);
92 fprintf (stderr,
101 fprintf (stderr,
122 fprintf (stderr,
131 fprintf (stderr,
140 fprintf (stderr,
149 fprintf (stderr,
160 fprintf (stderr,
    [all...]
  /external/llvm/test/CodeGen/X86/
2007-02-19-LiveIntervalAssert.ll 6 @stderr = external global %struct._IO_FILE*
9 %tmp = load %struct._IO_FILE** @stderr
11 %tmp6 = load %struct._IO_FILE** @stderr
  /external/openssh/regress/
stderr-after-eof.sh 1 # $OpenBSD: stderr-after-eof.sh,v 1.1 2002/03/23 16:38:09 markus Exp $
4 tid="stderr data after eof"
38 cmp ${DATA} ${COPY} || fail "stderr corrupt"

Completed in 583 milliseconds

<<11121314151617181920>>