Searched refs:stderr (Results 1 - 25 of 179) sorted by relevance

12345678

/system/core/toolbox/
H A Dsetprop.c8 fprintf(stderr,"usage: setprop <key> <value>\n");
13 fprintf(stderr,"could not set property\n");
H A Drmdir.c8 fprintf(stderr,"rmdir <directory>\n");
23 fprintf(stderr, "rmdir failed for %s, %s\n", argv[0], strerror(errno));
H A Dionice.c17 fprintf(stderr, "usage: ionice <pid> [none|rt|be|idle] [prio]\n");
22 fprintf(stderr, "Invalid pid specified\n");
28 fprintf(stderr, "Failed to read priority (%s)\n", strerror(errno));
44 fprintf(stderr, "Unsupported class '%s'\n", argv[2]);
52 fprintf(stderr, "Failed to set priority (%s)\n", strerror(errno));
H A Dsetconsole.c22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
54 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
61 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
82 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n"
94 fprintf(stderr, "%s: invalid option -%c\n",
100 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]);
106 fprintf(stderr, "cannot open %s\n", ttydev);
115 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res);
124 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum);
141 fprintf(stderr, "ioct
[all...]
H A Dr.c9 fprintf(stderr,"r [-b|-s] <address> [<value>]\n");
44 fprintf(stderr, "invalid end address\n");
55 fprintf(stderr,"cannot open /dev/mem\n");
67 fprintf(stderr,"cannot mmap region\n");
76 fprintf(stderr,"%08x: %08x\n", addr, *x);
82 fprintf(stderr,"%08x: %04x\n", addr, *x);
88 fprintf(stderr,"%08x: %02x\n", addr, *x);
H A Dtouch.c11 fprintf(stderr, "touch: usage: touch [-alm] [-t time_t] <file>\n");
36 fprintf(stderr, "touch: invalid time_t\n");
57 fprintf(stderr, "touch: no file specified\n");
79 fprintf(stderr, "file = %s\n", file);
80 fprintf(stderr, "times[0].tv_sec = %ld, times[0].tv_nsec = %ld\n", times[0].tv_sec, times[0].tv_nsec);
81 fprintf(stderr, "times[1].tv_sec = %ld, times[1].tv_nsec = %ld\n", times[1].tv_sec, times[1].tv_nsec);
82 fprintf(stderr, "flags = 0x%8.8x\n", flags);
H A Druncon.c13 fprintf(stderr, "usage: %s context program args...\n", argv[0]);
19 fprintf(stderr, "Could not set context to %s: %s\n", argv[1], strerror(errno));
26 fprintf(stderr, "Could not exec %s: %s\n", argv[0], strerror(errno));
/system/extras/tests/bionic/libc/bionic/
H A Dtest_dlclose_destruction.c47 fprintf(stderr, "Could not load shared library %s: %s\n", libname, dlerror());
51 fprintf(stderr, "%s loaded.\n", libname);
55 fprintf(stderr, "Could not access global DLL variable (x) in %s: %s\n", libname, dlerror());
60 fprintf(stderr, "Constructor was not run on dlopen(\"%s\") !\n", libname);
66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror());
74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror());
78 fprintf(stderr, "%s unloaded.\n", libname);
80 fprintf(stderr, "Static destructors was not called on dlclose()!\n");
H A Dlibdlclosetest1.cpp53 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__);
68 fprintf(stderr, "%s: to_y uinitialized !!\n", __FUNCTION__);
72 fprintf(stderr, "%s: setting y(%p) to 2 !\n", __FUNCTION__, to_y);
81 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
H A Dlibdlclosetest2.c46 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__);
62 fprintf(stderr, "%s: to_y uninitialized!!\n", __FUNCTION__);
66 fprintf(stderr, "%s: setting y(%p) to 2!\n", __FUNCTION__, to_y);
72 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
H A Dtest_getgrouplist.c47 fprintf(stderr, "getgrouplist() returned %d (expecting 1), ngroups=%d\n",
52 fprintf(stderr, "getgrouplist() returned group %d (expecting %d)\n",
H A Dlib_static_init.cpp8 fprintf(stderr, "Foo::Foo for this=%p called (counter = %d)\n", this, counter);
/system/extras/tests/bionic/libc/glibc/assert/
H A Dtest-assert.c52 fclose (stderr);
53 stderr = tmpfile ();
54 if(!stderr)
74 rewind (stderr);
75 fgets (buf, 160, stderr);
79 fgets (buf, 160, stderr);
83 fgets (buf, 160, stderr);
/system/extras/tests/ext4/
H A Dcorrupt_gdt_free_blocks.c23 fprintf(stderr, "%s: Usage: %s <ext4_block_device>\n", me, me);
30 fprintf(stderr, "%s: Cannot open block device %s\n", me, argv[1]);
35 fprintf(stderr, "%s: Cannot lseek to superblock to read\n", me);
40 fprintf(stderr, "%s: Cannot read superblock\n", me);
45 fprintf(stderr, "%s: invalid superblock magic\n", me);
51 fprintf(stderr, "%s: block size not 2K or 4K\n", me);
59 fprintf(stderr, "%s: Can't handle block group descriptor size of %d\n",
68 fprintf(stderr, "%s: Cannot lseek to block group descriptor table to read\n", me);
76 fprintf(stderr, "%s: Cannot read group descriptor %d\n", me, i);
87 fprintf(stderr, "
[all...]
H A Dset_ext4_err_bit.c19 fprintf(stderr, "%s: Usage: %s <ext4_block_device>\n", me, me);
26 fprintf(stderr, "%s: Cannot open block device %s\n", me, argv[1]);
31 fprintf(stderr, "%s: Cannot lseek to superblock to read\n", me);
36 fprintf(stderr, "%s: Cannot read superblock\n", me);
41 fprintf(stderr, "%s: invalid superblock magic\n", me);
49 fprintf(stderr, "%s: Cannot lseek to superblock to write\n", me);
54 fprintf(stderr, "%s: Cannot write superblock\n", me);
/system/extras/ext4_utils/
H A Dsetup_fs.c28 fprintf(stderr,"not a block device name: %s\n", blockdev);
34 fprintf(stderr,"device %s already has a filesystem\n", blockdev);
40 fprintf(stderr,"device %s not wiped, probably encrypted, not wiping\n", blockdev);
44 fprintf(stderr,"+++\n");
48 fprintf(stderr,"error: setup_fs: fork failed\n");
58 fprintf(stderr, "error: setup_fs: waitpid failed!\n");
63 fprintf(stderr,"---\n");
80 fprintf(stderr,"REBOOT!\n");
H A Dmake_ext4fs_main.c42 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path));
43 fprintf(stderr, " [ -g <blocks per group> ] [ -i <inodes> ] [ -I <inode size> ]\n");
44 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
45 fprintf(stderr, " [ -S file_contexts ]\n");
46 fprintf(stderr, " [ -z | -s ] [ -t ] [ -w ] [ -c ] [ -J ]\n");
47 fprintf(stderr, " <filename> [<directory>]\n");
100 fprintf(stderr, "can't set android permissions - built without android support\n");
140 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
146 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
152 fprintf(stderr, "Expecte
[all...]
/system/extras/fatblock/
H A Dutils.c35 fprintf(stderr, "%s", msg);
40 fprintf(stderr, "%s", msg);
/system/extras/tests/bionic/libc/common/
H A Dtest_dlopen_null.c27 fprintf(stderr, "Could not open self-executable with dlopen(NULL) !!: %s\n", dlerror());
32 fprintf(stderr, "Could not lookup symbol inside executable !!: %s\n", dlerror());
H A Dtest_pthread_cleanup_push.c95 fprintf(stderr, "cleanup1 not called !!\n");
97 fprintf(stderr, "cleanup1 called with wrong argument\n" );
103 fprintf(stderr, "cleanup2 not called !!\n");
105 fprintf(stderr, "cleanup2 called with wrong argument\n");
110 fprintf(stderr, "cleanup3 not called !!\n");
112 fprintf(stderr, "cleanup3 called with bad argument !!\n");
118 fprintf(stderr, "cleanup3 wrongly called !!\n");
120 fprintf(stderr, "cleanup3 wrongly called with bad argument !!\n");
H A Dtest_strftime_2039.c18 fprintf(stderr, "strftime() returned 0\n");
25 fprintf(stderr, "FAIL\n");
31 fprintf(stderr, "strftime() returned 0\n");
H A Dtest_executable_destructor.c65 fprintf(stderr, "Constructor function not called!!\n");
82 fprintf(stderr, "Could not fork process: %s\n", strerror(errno));
92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno));
96 fprintf(stderr, "Destructor not called!!\n");
/system/extras/tests/bionic/libc/other/
H A Dtest_system.c16 fprintf(stderr, "Error calling system(): %d\n", errno);
23 fprintf(stderr, "Command returned non-zero exit code: %d\n",
/system/core/libsparse/
H A Dsimg2simg.c39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
63 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
69 fprintf(stderr, "Failed to import sparse file\n");
75 fprintf(stderr, "Failed to resparse\n");
81 fprintf(stderr, "Failed to allocate sparse file array\n");
87 fprintf(stderr, "Failed to resparse\n");
94 fprintf(stderr, "Filename too long\n");
100 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
106 fprintf(stderr, "Failed to write sparse file\n");
/system/core/adb/
H A Dconsole.c13 fprintf(stderr, "error: more than one emulator detected. use -s option\n");
15 fprintf(stderr, "error: no emulator detected\n");
20 fprintf(stderr, "error: could not connect to TCP port %d\n", port);

Completed in 195 milliseconds

12345678