HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 401 - 425 of 4272) sorted by null

<<11121314151617181920>>

  /system/core/toolbox/
date.c 70 fprintf(stderr, "%s: invalid option -%c\n",
76 fprintf(stderr,"%s [-u] [date]\n", argv[0]);
102 fprintf(stderr,"getdate_r failed\n");
108 fprintf(stderr,"getdate_r failed %s\n", strerror(errno));
124 fprintf(stderr,"settimeofday failed %s\n", strerror(errno));
129 fprintf(stderr,"%s [-s 20070325.123456] [-u] [date]\n", argv[0]);
notify.c 50 fprintf(stderr, "%s: invalid option -%c\n",
57 fprintf(stderr, "Usage: %s [-m eventmask] [-c count] [-p] [-v verbosity] path [path ...]\n", argv[0]);
63 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno));
71 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno));
77 fprintf(stderr, "%s got unexpected id %d instead of %d\n", file_names[i], res, i);
90 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]);
87 fprintf(stderr,
  /system/netd/
ndc.c 53 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
124 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
129 fprintf(stderr, "[TIMEOUT]\n");
135 fprintf(stderr, "Lost connection to Netd - did it crash?\n");
137 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
171 fprintf(stderr, "Usage: %s [sockname] <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /system/vold/
vdc.c 48 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
102 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
107 fprintf(stderr, "[TIMEOUT]\n");
113 fprintf(stderr, "Lost connection to Vold - did it crash?\n");
115 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
149 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /external/bison/src/
complain.c 46 * newline-terminated message to stderr.
58 pos += location_print (stderr, *loc);
60 pos += fprintf(stderr, "%s", current_file ? current_file : program_name);
61 pos += fprintf(stderr, ": ");
68 fprintf (stderr, "%*s", *indent_ptr - pos, "");
73 fprintf (stderr, "%s: ", prefix);
75 vfprintf (stderr, message, args);
80 putc ('\n', stderr);
81 fflush (stderr);
83 location_caret (stderr, *loc)
    [all...]
  /external/checkpolicy/
checkmodule.c 59 fprintf(stderr, "Can't open '%s': %s\n",
64 fprintf(stderr, "Can't stat '%s': %s\n",
73 fprintf(stderr, "Can't map '%s': %s\n", file, strerror(errno));
83 fprintf(stderr, "%s: policydb_init: Out of memory!\n",
88 fprintf(stderr,
97 fprintf(stderr, "%s: MLS policy, but non-MLS"
103 fprintf(stderr, "%s: non-MLS policy, but MLS"
135 fprintf(stderr, "%s: error writing %s\n", progname, file);
251 fprintf(stderr, "%s: out of memory!\n", argv[0]);
273 fprintf(stderr, "%s: policydb_init failed\n", argv[0])
    [all...]
  /external/expat/xmlwf/
readfilemap.c 65 fprintf(stderr, "%s: not a regular file\n", name);
79 fprintf(stderr, "%s: out of memory\n", name);
91 fprintf(stderr, "%s: read unexpected number of bytes\n", name);
  /external/iproute2/ip/
iplink_macvlan.c 25 fprintf(stderr,
32 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
59 fprintf(stderr, "macvlan: what is \"%s\"?\n", *argv);
  /external/iproute2/tc/
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/libmtp/examples/
trexist.c 28 fprintf(stderr, "trexist <trackid>\n");
48 fprintf(stderr, "illegal value %s\n", argv[1]);
51 fprintf(stderr, "bad song id %u\n", id);
  /external/linux-tools-perf/util/
run-command.h 21 * stderr from parent).
26 * it, the writable pipe end becomes child's stdout/stderr
31 * .out: a writable FD, becomes child's stdout/stderr
  /external/qemu/distrib/sdl-1.2.15/test/
torturethread.c 36 fprintf(stderr, "Creating Thread %d\n", tid);
66 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
76 fprintf(stderr,
  /external/valgrind/main/drd/tests/
atomic_var.c 48 fprintf(stderr, "y = %d\n", s_y);
58 fprintf(stderr, "Start of test.\n");
63 fprintf(stderr, "Test finished.\n");
  /external/valgrind/main/gdbserver_tests/
mcwatchpoints.stdoutB.exp 4 7 fprintf(stderr, "breakme function called from line %d\n", line);
23 46 fprintf(stderr, "before writing 8\n");
29 49 fprintf(stderr, "after writing 8\n");
  /external/valgrind/main/none/tests/
exec-sigmask.c 24 fprintf(stderr, "FAILED: execl failed with %s\n",
36 fprintf(stderr, "child exec failed\n");
62 fprintf(stderr, "empty or full?\n");
  /external/webkit/Source/WebKit2/mac/
MainMac.cpp 35 // Close all file descriptors except stdin, stdout and stderr.
49 fprintf(stderr, "Unable to load WebKit2.framework: %s\n", dlerror());
56 fprintf(stderr, "Unable to find entry point in WebKit2.framework: %s\n", dlerror());
  /frameworks/av/cmds/stagefright/
muxer.cpp 35 fprintf(stderr, "usage: %s [-a] [-v] [-s <trim start time>]"
38 fprintf(stderr, " -h help\n");
39 fprintf(stderr, " -a use audio\n");
40 fprintf(stderr, " -v use video\n");
41 fprintf(stderr, " -s Time in milli-seconds when the trim should start\n");
42 fprintf(stderr, " -e Time in milli-seconds when the trim should end\n");
43 fprintf(stderr, " -o output file name. Default is /sdcard/muxeroutput.mp4\n");
62 fprintf(stderr, "unable to instantiate extractor. %s\n", path);
122 fprintf(stderr, "Warning: trimStartTimeUs > duration,"
201 fprintf(stderr, "SUCCESS: muxer generate the video in %lld ms\n"
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
amix.c 61 fprintf(stderr,"oops: %s: %d\n", strerror(errno), __LINE__);
76 fprintf(stderr,"can't find control\n");
86 fprintf(stderr,"oops: %s: %d\n", strerror(errno), __LINE__);
  /system/core/mkbootimg/
mkbootimg.c 60 fprintf(stderr,"usage: mkbootimg\n"
157 fprintf(stderr,"error: unsupported page size %d\n", pagesize);
172 fprintf(stderr,"error: no output filename specified\n");
177 fprintf(stderr,"error: no kernel image specified\n");
182 fprintf(stderr,"error: no ramdisk image specified\n");
187 fprintf(stderr,"error: board name too large\n");
196 fprintf(stderr,"error: kernel commandline too large\n");
203 fprintf(stderr,"error: could not load kernel '%s'\n", kernel_fn);
213 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn);
221 fprintf(stderr,"error: could not load secondstage '%s'\n", second_fn)
    [all...]
  /system/extras/ext4_utils/
ext4fixup_main.c 25 fprintf(stderr, "%s: usage: %s [-vn] <image or block device>\n", me, me);
54 fprintf(stderr, "expected image or block device after options\n");
62 fprintf(stderr, "Unexpected argument: %s\n", argv[optind]);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_dbg.h 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)

Completed in 2141 milliseconds

<<11121314151617181920>>