/external/openssh/ |
ssh-keygen.c | 165 fprintf(stderr, "unknown key type %s\n", key_type_name); 179 fprintf(stderr, "key bits exceeds maximum %d\n", maxbits); 221 fprintf(stderr, "bad key type\n"); 227 fprintf(stderr, "%s (%s): ", prompt, identity_file); 269 fprintf(stderr, "key_to_blob failed\n"); 344 fprintf(stderr, "load failed\n"); 349 fprintf(stderr, "version 1 keys are not supported\n"); 485 fprintf(stderr, "input line too long.\n"); 492 fprintf(stderr, "unget: %s\n", strerror(errno)); 530 /* fprintf(stderr, "ignore: %s", line); * [all...] |
/bionic/libc/tools/ |
check-symbols.py | 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch) 53 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch)) 55 sys.stderr.write(' %s\n' % miss)
|
/external/clang/test/Index/ |
preamble.c | 9 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -I %S/Inputs -include %t %s 2> %t.stderr.txt | FileCheck %s 10 // RUN: FileCheck -check-prefix CHECK-DIAG %s < %t.stderr.txt 20 // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:6:1 -I %S/Inputs -include %t %s 2> %t.stderr.txt | FileCheck -check-prefix CHECK-CC %s
|
/external/elfutils/tests/ |
newscn.c | 46 fprintf (stderr, "library fd of date\n"); 54 fprintf (stderr, "Failed to open fdput file: %s\n", name); 62 fprintf (stderr, "Failed to elf_begin fdput file: %s\n", name);
|
/external/expat/examples/ |
outline.c | 77 fprintf(stderr, "Couldn't allocate memory for parser\n"); 89 fprintf(stderr, "Read error\n"); 95 fprintf(stderr, "Parse error at line %" XML_FMT_INT_MOD "u:\n%s\n",
|
/external/giflib/ |
gif_err.c | 35 * Print the last GIF error to stderr. 116 fprintf(stderr, "\nGIF-LIB error: %s.\n", Err); 118 fprintf(stderr, "\nGIF-LIB undefined error %d.\n", _GifError);
|
/external/icu4c/samples/udata/ |
writer.c | 83 fprintf(stderr, "Error: unable to create data memory, error %d\n", errorCode); 97 fprintf(stderr, "Error: error %d writing the output file\n", errorCode); 104 fprintf(stderr, "Error: data length %ld != calculated size %lu\n", dataLength, size);
|
/external/iproute2/ip/ |
iproute.c | 55 fprintf(stderr, "Usage: ip route { list | flush } SELECTOR\n"); 56 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n"); 57 fprintf(stderr, " [ oif STRING ] [ tos TOS ]\n"); 58 fprintf(stderr, " ip route { add | del | change | append | replace | monitor } ROUTE\n"); 59 fprintf(stderr, "SELECTOR := [ root PREFIX ] [ match PREFIX ] [ exact PREFIX ]\n"); 60 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n"); 61 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n"); 62 fprintf(stderr, "ROUTE := NODE_SPEC [ INFO_SPEC ]\n"); 63 fprintf(stderr, "NODE_SPEC := [ TYPE ] PREFIX [ tos TOS ]\n"); 64 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n") [all...] |
/external/iproute2/lib/ |
ll_addr.c | 65 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg); 83 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg); 87 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg);
|
/external/iproute2/tc/ |
q_fifo.c | 28 fprintf(stderr, "Usage: ... <[p|b]fifo | pfifo_head_drop> [ limit NUMBER ]\n"); 41 fprintf(stderr, "Illegal \"limit\"\n"); 49 fprintf(stderr, "What is \"%s\"?\n", *argv);
|
/external/iptables/iptables/ |
ip6tables-standalone.c | 55 fprintf(stderr, "%s/%s Failed to initialize xtables\n", 74 fprintf(stderr, "ip6tables: %s. " 78 fprintf(stderr, "ip6tables: %s.\n",
|
iptables-standalone.c | 59 fprintf(stderr, "%s/%s Failed to initialize xtables\n", 77 fprintf(stderr, "iptables: %s. " 81 fprintf(stderr, "iptables: %s.\n",
|
/external/libmtp/examples/ |
folders.c | 56 fprintf(stderr, "mtp-folders: There has been an error connecting. Exit\n"); 59 fprintf(stderr, "mtp-folders: Memory Allocation Error. Exit\n"); 65 fprintf(stderr, "mtp-folders: Unknown error, please report "
|
getfile.c | 38 fprintf(stderr, "getfile <fileid/trackid> <filename>\n"); 71 fprintf(stderr, "illegal value %s\n", argv[1]); 74 fprintf(stderr, "bad file/track id %u\n", id);
|
getplaylist.c | 60 fprintf(stderr, "Just a playlist ID is required\n"); 67 fprintf(stderr, "illegal value %s\n", argv[1]); 70 fprintf(stderr, "bad playlist id %u\n", id);
|
/external/libpng/ |
pngerror.c | 267 fprintf(stderr, "libpng error no. %s: %s", 269 fprintf(stderr, PNG_STRING_NEWLINE); 273 fprintf(stderr, "libpng error: %s, offset=%d", 275 fprintf(stderr, PNG_STRING_NEWLINE); 281 fprintf(stderr, "libpng error: %s", error_message); 282 fprintf(stderr, PNG_STRING_NEWLINE); 331 fprintf(stderr, "libpng warning no. %s: %s", 333 fprintf(stderr, PNG_STRING_NEWLINE); 337 fprintf(stderr, "libpng warning: %s", 339 fprintf(stderr, PNG_STRING_NEWLINE) [all...] |
/external/libsepol/tests/ |
test-cond.c | 36 fprintf(stderr, "out of memory!\n"); 45 fprintf(stderr, "link modules failed\n"); 50 fprintf(stderr, "expand module failed\n");
|
/external/libxml2/ |
xmllint.c | 239 fprintf(stderr, "MAX_PATHS reached: too many paths\n"); 294 (stderr, 317 (stderr, 348 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem); 466 vfprintf(stderr, fmt, ap); 469 fprintf(stderr, " took %ld ms\n", msec); 500 vfprintf(stderr, fmt, ap); 502 fprintf(stderr, " took %ld ms\n", msec); 524 vfprintf(stderr, format, ap); 526 fprintf(stderr, " was not timed\n", msec) 1670 stderr); local 2855 stderr); local 2883 stderr); local 3566 stderr); local 3592 stderr); local [all...] |
/external/llvm/ |
copy-diff.py | 60 print >> sys.stderr, 'USAGE:', sys.argv[0], '<srcfile> <destfile>' 67 print >> sys.stderr, 'WARNING: <srcfile> is equal to <destfile>' 72 print >> sys.stderr, 'ERROR: ', e
|
/external/mdnsresponder/mDNSPosix/ |
ProxyResponder.c | 235 if (status) { fprintf(stderr, "Daemon start: mDNS_Init failed %d\n", (int)status); return(status); } 263 fprintf(stderr, "%s is not valid host address\n", argv[1]); 289 fprintf(stderr, "%s ip hostlabel [srvname srvtype port txt [txt ...]]\n", argv[0]); 290 fprintf(stderr, "ip Real IP address (or valid host name) of the host where the service actually resides\n"); 291 fprintf(stderr, "hostlabel First label of the dot-local host name to create for this host, e.g. \"foo\" for \"foo.local.\"\n"); 292 fprintf(stderr, "srvname Descriptive name of service, e.g. \"Stuart's Ink Jet Printer\"\n"); 293 fprintf(stderr, "srvtype IANA service type, e.g. \"_ipp._tcp\" or \"_ssh._tcp\", etc.\n"); 294 fprintf(stderr, "port Port number where the service resides (1-65535)\n"); 295 fprintf(stderr, "txt Additional name/value pairs specified in service definition, e.g. \"pdl=application/postscript\"\n"); 296 fprintf(stderr, "e.g. %s 169.254.12.34 thehost (just create a dot-local host name) (…) [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe-discovery.c | 53 fprintf(stderr, "Could not open %s: %s\n", 122 fprintf(stderr, "Usage: pppoe-discovery [options]\n"); 123 fprintf(stderr, "\nVersion " VERSION "\n");
|
/external/qemu/android/ |
core-init-utils.c | 52 fprintf(stderr, "Unable to create UI socket client for port %s: %s\n", 59 fprintf(stderr, "Invalid -ui-port parameter: %s\n", android_op_ui_port); 87 fprintf(stderr, "%s\n", msg);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
loopwave.c | 69 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 78 fprintf(stderr, "Couldn't load %s: %s\n", 98 fprintf(stderr, "Couldn't open audio: %s\n", SDL_GetError());
|
testwin.c | 34 fprintf(stderr, "Loading picture: %s\n", bmpfile); 37 fprintf(stderr, "Couldn't load %s: %s\n", bmpfile, 72 fprintf(stderr, 98 fprintf(stderr, "Converting picture\n"); 101 fprintf(stderr, 122 fprintf(stderr, "Blit failed: %s\n", SDL_GetError()); 264 fprintf(stderr, 286 fprintf(stderr, 296 fprintf(stderr, 306 fprintf(stderr, [all...] |
/external/qemu-pc-bios/bochs/bios/ |
usage.cc | 48 fprintf(stderr, "Usage: usage bios-file org-file\n"); 56 fprintf(stderr, "problems opening files.\n"); 67 fprintf(stderr, "problem reading bios file\n");
|