/external/clearsilver/util/ |
filter.h | 57 * fderr -> pointer to return the stderr pipe, or NULL if you don't 58 * want the stderr pipe 61 * fderr -> the stderr file descriptor of the sub process 79 * err -> pointer to return the stderr pipe, or NULL if you don't 80 * want the stderr pipe 83 * err -> the stderr FILE of the sub process
|
/external/icu4c/tools/ctestfw/ |
dbgutil.cpp | 57 //fprintf(stderr,"Initializing string cache..\n"); 58 //fflush(stderr); 81 //fprintf(stderr, "** returning out of range on %d\n",type); 82 //fflush(stderr); 86 //fprintf(stderr, "enumString [%d,%d]: typecount %d, fieldcount %d\n", type,field,UDBG_ENUM_COUNT,count); 87 //fflush(stderr);
|
/external/iproute2/tc/ |
f_tcindex.c | 20 fprintf(stderr," Usage: ... tcindex [ hash SIZE ] [ mask MASK ]" 22 fprintf(stderr," [ pass_on | fall_through ]\n"); 23 fprintf(stderr," [ classid CLASSID ] " 41 fprintf(stderr, "Illegal filter ID\n"); 100 fprintf(stderr, "Illegal \"classid\"\n"); 108 fprintf(stderr, "Illegal \"police\"\n");
|
m_action.c | 52 fprintf (stderr, "usage: tc actions <ACTSPECOP>*\n"); 53 fprintf(stderr, 84 fprintf(stderr, "Unknown action \"%s\", hence option \"%s\" is unparsable\n", au->id, *argv); 86 fprintf(stderr, "Unknown action \"%s\"\n", au->id); 97 fprintf(stderr, "Android does not support action '%s'", str); 230 fprintf(stderr,"bad action parsing\n"); 240 fprintf(stderr,"bad action empty %d\n",eap); 253 fprintf(stderr, "parse_action: bad value (%d:%s)!\n",argc,*argv); 270 fprintf(stderr, "NULL Action!\n"); 343 fprintf(stderr, "Wrong len %d\n", len) [all...] |
q_dsmark.c | 27 fprintf(stderr,"Usage: dsmark indices INDICES [ default_index " 90 fprintf(stderr, "Usage: ... dsmark [ mask MASK ] [ value VALUE ]\n"); 144 fprintf(stderr,"dsmark: empty mask\n"); 150 fprintf(stderr,"dsmark: empty value\n"); 156 fprintf(stderr,"dsmark: indices too short\n"); 162 fprintf(stderr,"dsmark: default_index too short\n");
|
tc.c | 66 fprintf(stderr, "Unknown qdisc \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv); 87 fprintf(stderr, "Unknown filter \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv); 93 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle); 115 fprintf(stderr, "Android does not support qdisc '%s'\n", str); 168 fprintf(stderr, "Android does not support filter '%s'\n", str); 211 fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n" 243 fprintf(stderr, "Object \"%s\" is unknown, try \"tc help\".\n", 257 fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n", 266 fprintf(stderr, "Cannot open rtnetlink\n"); 280 fprintf(stderr, "Command failed %s:%d\n", name, cmdlineno) [all...] |
/external/srec/portable/src/UNIX/ |
PFileSystemUNIXImpl.c | 37 * Initializes STDIN, STDOUT, STDERR. 68 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stderr"), isLittleEndian, &PSTDERR)); 70 setvbuf(stderr, NULL, _IONBF, 0); 71 impl->value = stderr; 74 /* Have STDERR and STDOUT share the same lock */ 118 /* stdout, stderr share the same lock, only one of them should destroy it */
|
/system/core/nexus/ |
nexctl.c | 47 fprintf(stderr, "Error connecting (%s)\n", strerror(errno)); 98 fprintf(stderr, "Error in select (%s)\n", strerror(errno)); 103 fprintf(stderr, "[TIMEOUT]\n"); 109 fprintf(stderr, "Lost connection to Nexus - did it crash?\n"); 111 fprintf(stderr, "Error reading data (%s)\n", strerror(errno)); 145 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
|
/system/core/toolbox/ |
date.c | 68 fprintf(stderr, "%s: invalid option -%c\n", 74 fprintf(stderr,"%s [-u] [date]\n", argv[0]); 100 fprintf(stderr,"getdate_r failed\n"); 106 fprintf(stderr,"getdate_r failed %s\n", strerror(errno)); 122 fprintf(stderr,"settimeofday failed %s\n", strerror(errno)); 127 fprintf(stderr,"%s [-s 20070325.123456] [-u] [date]\n", argv[0]);
|
notify.c | 49 fprintf(stderr, "%s: invalid option -%c\n", 56 fprintf(stderr, "Usage: %s [-m eventmask] [-c count] [-p] [-v verbosity] path [path ...]\n", argv[0]); 62 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno)); 70 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno)); 76 fprintf(stderr, "%s got unexpected id %d instead of %d\n", file_names[i], res, i); 89 fprintf(stderr, "could not get event, %s\n", strerror(errno));
|
syren.c | 57 fprintf(stderr, "usage: syren [r/w] [REGNAME | page:addr] (value)\n"); 99 fprintf(stderr, "can't open /dev/eac\n"); 106 fprintf(stderr, "can only read all registers\n"); 114 fprintf(stderr, "%s: error\n", registers[i].name); 116 fprintf(stderr, "%s: %04x\n", registers[i].name, sio.value); 140 fprintf(stderr, "ioctl(%d) failed\n", cmd);
|
insmod.c | 58 fprintf(stderr, "usage: insmod <module.o>\n"); 65 fprintf(stderr, "insmod: can't open '%s'\n", argv[1]); 88 fprintf(stderr,
|
/system/netd/ |
ndc.c | 47 fprintf(stderr, "Error connecting (%s)\n", strerror(errno)); 98 fprintf(stderr, "Error in select (%s)\n", strerror(errno)); 103 fprintf(stderr, "[TIMEOUT]\n"); 109 fprintf(stderr, "Lost connection to Netd - did it crash?\n"); 111 fprintf(stderr, "Error reading data (%s)\n", strerror(errno)); 145 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
|
/system/vold/ |
vdc.c | 47 fprintf(stderr, "Error connecting (%s)\n", strerror(errno)); 98 fprintf(stderr, "Error in select (%s)\n", strerror(errno)); 103 fprintf(stderr, "[TIMEOUT]\n"); 109 fprintf(stderr, "Lost connection to Vold - did it crash?\n"); 111 fprintf(stderr, "Error reading data (%s)\n", strerror(errno)); 145 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
|
/build/tools/bin2asm/ |
icudata.c | 17 fprintf(stderr, "usage: %s NAME < DAT_FILE > ASM_FILE\n", argv[0]); 19 fprintf(stderr, " '%s'", argv[i]); 21 fprintf(stderr, "\n");
|
/development/simulator/app/ |
LoadableImage.cpp | 31 fprintf(stderr, "bad params to %s\n", __PRETTY_FUNCTION__); 64 fprintf(stderr, "ERROR: unable to load '%s'\n", mName); 79 fprintf(stderr, "ERROR: unable to load/decode '%s'\n", mName);
|
/external/bluetooth/bluez/sbc/ |
sbcenc.c | 57 fprintf(stderr, "FIXME: sizeof(au_hdr) != 24\n"); 64 fprintf(stderr, "Can't open file %s: %s\n", 73 if (fd > fileno(stderr)) 74 fprintf(stderr, "Can't read header from file %s: %s\n", 85 fprintf(stderr, "Not in Sun/NeXT audio S16_BE format\n"); 113 fprintf(stderr, "Audio is mono but joint or " 124 fprintf(stderr, "Both joint and dualchannel mode have been " 141 fprintf(stderr, "encoding %s with rate %d, %d blocks, " 174 fprintf(stderr, 201 if (fd > fileno(stderr)) [all...] |
/external/bluetooth/glib/tests/ |
errorcheck-mutex-test.c | 123 fprintf (stderr, "Usage: errorcheck-mutex-test [TEST]\n\n"); 124 fprintf (stderr, " where TEST can be one of:\n\n"); 127 fprintf (stderr, " %s\n", func_table[i].name);
|
unicode-collate.c | 51 fprintf (stderr, "No suitable locale, skipping test\n"); 57 fprintf (stderr, "Usage: unicode-collate [--key|--file] [FILE]\n"); 82 fprintf (stderr, "Cannot open %s: %s\n", argv[i], error->message); 113 fprintf (stderr, "Error reading test file, %s\n", error->message);
|
/external/expat/xmlwf/ |
readfilemap.c | 64 fprintf(stderr, "%s: not a regular file\n", name); 77 fprintf(stderr, "%s: out of memory\n", name); 89 fprintf(stderr, "%s: read unexpected number of bytes\n", name);
|
/external/icu4c/tools/gentest/ |
gentest.c | 73 fprintf(stderr, 78 fprintf(stderr, 114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode)); 126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode); 133 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n", 158 fprintf(stderr, "%s: Couldn't create resource test file %s\n", 225 fprintf(stderr,"%s: enumCount(%d) returned -1\n", progname, count); 231 fprintf(stderr,"%s: enumCount(%d) returned -1\n", progname, count); 237 fprintf(stderr, "%s: FAIL: udbg_enumArrayValue(%d,%d) returned %d, expected %d\n", progname, t, i, udbg_enumArrayValue((UDebugEnumType)t,i), i); 241 fprintf(stderr, "%s: udbg_enumArrayValue(%d,%d) = %s, returned %d\n", progname, t, i, [all...] |
/external/webkit/JavaScriptCore/runtime/ |
ScopeChain.cpp | 43 fprintf(stderr, "----- [scope %p] -----\n", o); 46 fprintf(stderr, "%s, ", name.ascii()); 48 fprintf(stderr, "\n");
|
/frameworks/base/tools/localize/ |
ValuesFile_test.cpp | 46 fprintf(stderr, "ValuesFile_test failed\n"); 47 fprintf(stderr, "canonical=[[%s]]\n", canonical.c_str()); 48 fprintf(stderr, "EXPECTED=[[%s]]\n", EXPECTED);
|
/external/bluetooth/bluez/tools/ |
hciconfig.c | 126 fprintf(stderr, "Can't reset stats counters hci%d: %s (%d)\n", 146 fprintf(stderr, "Can't set scan mode on hci%d: %s (%d)\n", 157 fprintf(stderr, "Can't open device hci%d: %s (%d)\n", 212 fprintf(stderr, "Can't set auth on hci%d: %s (%d)\n", 229 fprintf(stderr, "Can't set encrypt on hci%d: %s (%d)\n", 241 fprintf(stderr, "Can't init device hci%d: %s (%d)\n", 251 fprintf(stderr, "Can't down device hci%d: %s (%d)\n", 262 fprintf(stderr, "Reset failed for device hci%d: %s (%d)\n", 279 fprintf(stderr, "Can't set pkttype on hci%d: %s (%d)\n", 297 fprintf(stderr, "Can't set link policy on hci%d: %s (%d)\n" [all...] |
/dalvik/dvz/ |
dvz.c | 86 fprintf(stderr,"Usage: %s [--help] [-classpath <classpath>] \n" 88 fprintf(stderr, "\nRequests a new Dalvik VM instance to be spawned from the zygote\n" 89 "process. stdin, stdout, and stderr are hooked up. This process remains\n" 105 fprintf(stderr, "%s error: no zygote process found\n", argv[0]);
|