HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 101 - 125 of 2500) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/tools/iself/
debug.h 14 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \
15 fprintf(stderr, ##msg); \
23 fprintf(stderr, \
34 fprintf(stderr, ##msg); \
  /build/tools/isprelinked/
debug.h 12 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \
13 fprintf(stderr, ##msg); \
21 fprintf(stderr, \
32 fprintf(stderr, ##msg); \
  /development/tools/yuv420sp2rgb/
debug.h 14 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \
15 fprintf(stderr, ##msg); \
23 fprintf(stderr, \
34 fprintf(stderr, ##msg); \
  /external/bison/src/
closure.c 62 fprintf (stderr, "Closure: %s\n", title);
66 fprintf (stderr, " %2d: .", array[i]);
68 fprintf (stderr, " %s", symbols[*rp]->tag);
69 fprintf (stderr, " (rule %d)\n", -*rp - 1);
71 fputs ("\n\n", stderr);
80 fprintf (stderr, "FIRSTS\n");
84 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
87 fprintf (stderr, "\t\t%s\n",
91 fprintf (stderr, "\n\n");
101 fprintf (stderr, "FDERIVES\n")
    [all...]
  /external/dropbear/libtomcrypt/testprof/
test_driver.c 6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd);
  /external/expat/xmlwf/
win32filemap.c 48 _ftprintf(stderr, _T("%s: bigger than 2Gb\n"), name);
90 _ftprintf(stderr, _T("%s: %s"), s, buf);
91 fflush(stderr);
95 _ftprintf(stderr, _T("%s: unknown Windows error\n"), s);
  /external/icu4c/samples/legacy/
newcol.cpp 74 fprintf(stderr, "Entered current, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]);
78 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
81 fprintf(stderr, "Done sortkeys, doing qsort test\n");
87 fprintf(stderr, "Done current!\n");
  /external/openssl/crypto/bio/
bio_lcl.h 7 #define UP_stderr stderr
  /external/oprofile/libop/
op_parse_event.c 51 fprintf(stderr, "Invalid event part %s\n", str);
69 fprintf(stderr, "Too many events specified: CPU "
76 fprintf(stderr, "Invalid event %s\n", cp);
85 fprintf(stderr, "Invalid count for event %s\n", events[i]);
op_xml_out.c 101 fprintf(stderr,"Warning: open_xml_element: buffer overflow %d\n", max_len);
105 fprintf(stderr,"open_xml_element: snprintf failed\n");
119 fprintf(stderr,"Warning: close_xml_element: buffer overflow %d\n", max_len);
123 fprintf(stderr, "close_xml_element: snprintf failed\n");
128 fprintf(stderr, "close_xml_element: snprintf failed\n");
143 fprintf(stderr,
149 fprintf(stderr,"init_xml_int_attr: snprintf failed\n");
163 fprintf(stderr, "Warning: init_xml_dbl_attr: buffer overflow %d\n", max_len);
166 fprintf(stderr, "init_xml_dbl_attr: snprintf failed\n");
184 fprintf(stderr,"quote_str: buffer overflow %d\n", pos)
    [all...]
  /system/core/toolbox/
chown.c 18 fprintf(stderr, "Usage: chown <USER>[.GROUP] <FILE1> [FILE2] ...\n");
44 fprintf(stderr, "No such user '%s'\n", user);
57 fprintf(stderr, "No such group '%s'\n", group);
65 fprintf(stderr, "Unable to chmod %s: %s\n", argv[i], 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...]
m_police.c 37 fprintf(stderr, "Usage: ... police rate BPS burst BYTES[/BYTES] [ mtu BYTES[/BYTES] ]\n");
38 fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ] [ overhead BYTES ]\n");
39 fprintf(stderr, " [ linklayer TYPE ] [ ACTIONTERM ]\n");
41 fprintf(stderr, "Old Syntax ACTIONTERM := action <EXCEEDACT>[/NOTEXCEEDACT] \n");
42 fprintf(stderr, "New Syntax ACTIONTERM := conform-exceed <EXCEEDACT>[/NOTEXCEEDACT] \n");
43 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n");
44 fprintf(stderr, "Where: pipe is only valid for new syntax \n");
50 fprintf(stderr, "Illegal \"%s\"\n", arg);
156 fprintf(stderr, "Illegal \"index\"\n");
164 fprintf(stderr, "Double \"buffer/burst\" spec\n")
    [all...]
tc_class.c 32 fprintf(stderr, "Usage: tc class [ add | del | change | replace | show ] dev STRING\n");
33 fprintf(stderr, " [ classid CLASSID ] [ root | parent CLASSID ]\n");
34 fprintf(stderr, " [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n");
35 fprintf(stderr, "\n");
36 fprintf(stderr, " tc class show [ dev STRING ] [ root | parent CLASSID ]\n");
37 fprintf(stderr, "Where:\n");
38 fprintf(stderr, "QDISC_KIND := { prio | cbq | etc. }\n");
39 fprintf(stderr, "OPTIONS := ... try tc class add <desired QDISC_KIND> help\n");
80 fprintf(stderr, "Error: try \"classid\" instead of \"handle\"\n");
84 fprintf(stderr, "Error: \"root\" is duplicate parent ID.\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...]
  /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...]
  /external/clearsilver/man/man3/
filter_create_fd.3 39 fderr -> pointer to return the stderr pipe, or NULL if you don't
41 want the stderr pipe
61 fderr -> the stderr file descriptor of the sub process
  /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 43 fprintf(stderr, "Usage: %s percent base\n", argv[0]);
49 fprintf(stderr, "Bad percent: %s\n", argv[1]);
55 fprintf(stderr, "Bad base: %s\n", argv[2]);
  /external/elfutils/tests/
newscn.c 30 fprintf (stderr, "library fd of date\n");
38 fprintf (stderr, "Failed to open fdput file: %s\n", name);
46 fprintf (stderr, "Failed to elf_begin fdput file: %s\n", name);
  /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...]
  /frameworks/base/tools/localize/
localize_test.cpp 14 fprintf(stderr, "translated_file_name test failed\n");
15 fprintf(stderr, " locale='%s'\n", locale.c_str());
16 fprintf(stderr, " expected='%s'\n", expected.c_str());
17 fprintf(stderr, " result='%s'\n", result.c_str());
21 fprintf(stderr, "translated_file_name test passed\n");
22 fprintf(stderr, " locale='%s'\n", locale.c_str());
23 fprintf(stderr, " expected='%s'\n", expected.c_str());
24 fprintf(stderr, " result='%s'\n", result.c_str());
156 fprintf(stderr, "it->first='%s' setting.id='%s'\n", it->first.c_str(),
187 fprintf(stderr, "xliff didn't translate as expected\n")
    [all...]
  /system/core/fastboot/
usbtest.c 99 fprintf(stderr,"write failed (%s)\n", strerror(errno));
104 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
117 fprintf(stderr,"read failed (%s)\n", strerror(errno));
122 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
144 fprintf(stderr,"usage: usbtest <testname>\n\navailable tests:\n");
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);
160 fprintf(stderr,"unknown argument: %s\n", arg);
166 fprintf(stderr,"count may not be zero\n");
171 fprintf(stderr,"size may not be greater than 4096\n");
196 fprintf(stderr,"usbtest: %s: could not find interface\n"
    [all...]
  /system/extras/latencytop/
latencytop.c 82 fprintf(stderr, "Option -d expects an argument.\n");
90 fprintf(stderr, "Option -n expects an argument.\n");
102 fprintf(stderr, "Option -p expects an argument.\n");
110 fprintf(stderr, "Option -t expects an argument.\n");
116 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]);
122 fprintf(stderr, "If you provide a thread ID with -t, you must provide a process ID with -p.\n");
181 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
190 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
211 fprintf(stderr, "Could not open task dir for process %d.\n", pid);
212 fprintf(stderr, "Perhaps the process has terminated?\n")
    [all...]
  /frameworks/base/cmds/rawbu/
backup.cpp 73 fprintf (stderr, "Error opendir'ing %s: %s\n",
124 fprintf(stderr, "warning -- stat() error on '%s': %s\n",
143 fprintf(stderr, "warning -- rmdir() error on '%s': %s\n",
157 fprintf(stderr, "warning -- unlink() error on '%s': %s\n",
172 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno));
183 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno));
202 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n",
205 fprintf(stderr, "unable to read buffer (%d of %ld bytes): %s\n",
213 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n",
216 fprintf(stderr, "unable to write buffer (%d of %d bytes): '%s'\n"
    [all...]

Completed in 911 milliseconds

1 2 3 45 6 7 8 91011>>