/system/core/toolbox/ |
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...] |
/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...] |
/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/chromium_org/courgette/ |
courgette_minimal_tool.cc | 16 fprintf(stderr, 24 fprintf(stderr, "%s\n", message); 30 fprintf(stderr, "%s\n", message);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
diffdb.c | 21 fprintf(stderr,"Usage: %s FILENAME FILENAME\n", argv[0]); 26 fprintf(stderr,"%s: can't open %s\n", argv[0], argv[1]); 31 fprintf(stderr,"%s: can't open %s\n", argv[0], argv[2]);
|
/external/chromium_org/tools/clang/scripts/ |
update.py | 20 # (stdout=subprocess.PIPE, stderr=subprocess.STDOUT) and then does custom 23 # Work around this by setting stderr of the update.sh process to stdin (!): 30 stderr=os.fdopen(os.dup(sys.stdin.fileno())))
|
/external/chromium_org/tools/gyp/test/defines/ |
gyptest-define-override.py | 27 test.build('defines.gyp', stderr=expect_stderr) 34 test.build('defines.gyp', stderr=expect_stderr) 40 test.build('defines.gyp', stderr=expect_stderr)
|
/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/libvpx/libvpx/ |
tools_common.c | 31 fprintf(stderr, "%s: ", l);\ 32 vfprintf(stderr, fmt, ap);\ 33 fprintf(stderr, "\n");\
|
/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"
|
/external/oprofile/libutil/tests/ |
file_tests.c | 50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]); 56 fprintf(stderr, "NULL return for %s\n", tests[i][0]); 61 fprintf(stderr, "%s does not match %s given %s\n",
|
/external/valgrind/main/drd/tests/ |
pth_spinlock.c | 42 fprintf(stderr, "Start of test.\n"); 52 fprintf(stderr, "Test successful.\n"); 54 fprintf(stderr, "Test failed: counter = %d, should be %d\n",
|
/external/valgrind/main/memcheck/tests/ |
err_disable2.c | 30 fprintf(stderr, "\n--------- enabled (expect 1) ---------\n\n"); 34 fprintf(stderr, "\n--------- disabled (expect 0) ---------\n\n"); 39 fprintf(stderr, "\n--------- exiting (expect complaint) ---------\n\n");
|
origin2-not-quite.c | 37 fprintf(stderr, "\nUndef 1 of 3 (64-bit FP)\n"); 46 fprintf(stderr, "\nUndef 2 of 3 (32-bit FP)\n"); 58 fprintf(stderr, "\nUndef 3 of 3 (int)\n");
|
/external/valgrind/main/none/tests/s390x/ |
Makefile.am | 18 $(addsuffix .stderr.exp,$(INSN_TESTS)) \ 21 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
/frameworks/base/tools/aidl/ |
options.cpp | 11 fprintf(stderr, 66 fprintf(stderr, "-I option (%d) requires a path.\n", i); 74 fprintf(stderr, "-d option (%d) requires a file.\n", i); 85 fprintf(stderr, "-p option (%d) requires a file.\n", i); 93 fprintf(stderr, "-o option (%d) requires a path.\n", i); 102 fprintf(stderr, "unknown option (%d): %s\n", i, s); 107 fprintf(stderr, "unknown option (%d): %s\n", i, s); 122 fprintf(stderr, "INPUT required\n"); 137 fprintf(stderr, "INPUT is not an .aidl file.\n"); 144 fprintf(stderr, "unknown option%s:", (i==argc-1?(const char*)"":(const char*)"s")) [all...] |
/frameworks/native/cmds/rawbu/ |
backup.cpp | 75 fprintf (stderr, "Error opendir'ing %s: %s\n", 126 fprintf(stderr, "warning -- stat() error on '%s': %s\n", 145 fprintf(stderr, "warning -- rmdir() error on '%s': %s\n", 163 fprintf(stderr, "warning -- unlink() error on '%s': %s\n", 178 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno)); 189 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno)); 208 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n", 211 fprintf(stderr, "unable to read buffer (%d of %ld bytes): %s\n", 219 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n", 222 fprintf(stderr, "unable to write buffer (%d of %d bytes): '%s'\n" [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
test_guard.cpp | 55 fprintf(stderr, "ERROR: Foo instance is NULL!\n"); 60 fprintf(stderr, "ERROR: Foo constructor called %d times (1 expected)\n", 72 fprintf(stderr, "ERROR: There are %d invalid instance pointers!\n", count);
|