HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 976 - 1000 of 2255) sorted by null

<<31323334353637383940>>

  /external/clang/utils/analyzer/
ubiviz 19 print >> sys.stderr, 'ubiviz: ' + message
  /external/dhcpcd/
logger.c 61 FILE *f = stderr;
  /external/dnsmasq/src/
log.c 281 fprintf(stderr, "dnsmasq%s: ", func);
283 vfprintf(stderr, format, ap);
285 fputc('\n', stderr);
433 fputc('\n', stderr); /* prettyfy startup-script message */
  /external/dropbear/
cli-main.c 114 fprintf(stderr, "%s: %s\n", cli_opts.progname, printbuf);
netbsd_getpass.c 77 * stdin and write to stderr.
80 outfp = stderr;
  /external/dropbear/libtomcrypt/testprof/
cipher_hash_test.c 34 fprintf(stderr, "Error reading from imported PRNG!\n");
tomcrypt_test.h 23 #define DO(x) do { fprintf(stderr, "%s:\n", #x); run_cmd((x), __LINE__, __FILE__, #x); } while (0);
  /external/e2fsprogs/contrib/
make-sparse.c 55 fprintf(stderr, "Usage: make-sparse out-file\n");
  /external/expat/xmlwf/
unixfilemap.c 42 fprintf(stderr, "%s: not a regular file\n", name);
  /external/fsck_msdos/
main.c 64 fprintf(stderr, "%s\n%s\n",
  /external/harfbuzz/src/
harfbuzz-stream.c 43 vfprintf( stderr, format, ap );
  /external/icu4c/extra/uconv/
uwmsg.c 137 fprintf(stderr, "u_wmsg: No path set!!\n"); /* FIXME: codepage?? */
147 fprintf(stderr, "u_wmsg: failed to load tag [%s] [%s] [%s]!!\n", tag, u_errorName(err), gPath);
172 fprintf(stderr, "u_wmsg: failed to format %s:%s, err %s\n",
188 fprintf(stderr, "u_wmsg: failed to print %s: %s, err %s\n",
  /external/icu4c/samples/ucnv/
flagcb.c 146 fprintf(stderr, "debugCBContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n",
188 fprintf(stderr, "debugCB_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic);
207 fprintf(stderr, "debugCB_fromU: internal clone failed on %p\n", ctx);
281 fprintf(stderr, "debugCB:openContext opened[%p] = serial #%d\n", ctx, ctx->serial);
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.cpp 70 fprintf(stderr,"FAILED: Tests could not be run please check the arguments.\n");
  /external/icu4c/tools/toolutil/
toolutil.cpp 61 fprintf(stderr, "error at %s: %s\n", location, errorName());
227 fprintf(stderr, "error: %s - out of memory\n", name);
268 fprintf(stderr, "error: %s - trying to use more than maxCapacity=%ld units\n",
292 fprintf(stderr, "error: %s - out of memory\n", mem->name);
  /external/iproute2/misc/
lnstat_util.c 219 fprintf(stderr, "Your kernel doesn't have lnstat support. ");
223 fputc('\n', stderr);
230 fputc('\n', stderr);
234 fprintf(stderr, "Fallback to old rtstat-only operation\n");
ssfilter.y 33 fprintf(stderr, "ss: bison bellows (while parsing filter): \"%s!\"", s);
193 fprintf(stderr, "Too long line in filter");
257 fprintf(stderr, "Cannot parse dst/src address.\n");
271 fprintf(stderr, " Sorry.\n");
  /external/iptables/include/libipq/
libipq.h 38 #define LDEBUG(x...) fprintf(stderr, ## x)
  /external/jpeg/
ansi2knr.c 345 { fprintf(stderr, "Unrecognized switch: %s\n", argv[1]);
360 { fprintf(stderr, "Cannot open output file %s\n", argv[2]);
366 { fprintf(stderr, "Cannot open input file %s\n", argv[1]);
550 fprintf(stderr, "Unable to allocate break table!\n");
  /external/libpng/contrib/gregbook/
readpng2.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
writepng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
  /external/libvpx/build/make/
obj_int_extract.c 44 res = vfprintf(stderr, fmt, ap);
238 fprintf(stderr, "Usage: %s [output format] <obj file>\n\n", argv[0]);
239 fprintf(stderr, " <obj file>\tMachO format object file to parse\n");
240 fprintf(stderr, "Output Formats:\n");
241 fprintf(stderr, " gas - compatible with GNU assembler\n");
242 fprintf(stderr, " rvds - compatible with armasm\n");
754 fprintf(stderr, "Usage: %s [output format] <obj file>\n\n", argv[0]);
755 fprintf(stderr, " <obj file>\tELF format object file to parse\n");
756 fprintf(stderr, "Output Formats:\n");
757 fprintf(stderr, " gas - compatible with GNU assembler\n")
    [all...]
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
  /external/netperf/
netcpu_sysctl.c 85 fprintf (stderr, "Cannot get CPU time!\n");
  /external/openssl/apps/
errstr.c 83 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);

Completed in 1161 milliseconds

<<31323334353637383940>>