Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 25 of 1260) sorted by relevance

12345678910>>...51

/OK3568_Linux_fs/kernel/samples/timers/
H A Dhpet_example.c59 fprintf(stderr, "-hpet: requires command\n"); in main()
68 fprintf(stderr, "-hpet: executing %s\n", in main()
74 fprintf(stderr, "do_hpet: command %s not implemented\n", argv[0]); in main()
85 fprintf(stderr, "hpet_open_close: device-name\n"); in hpet_open_close()
91 fprintf(stderr, "hpet_open_close: open failed\n"); in hpet_open_close()
105 fprintf(stderr, "hpet_info: device-name\n"); in hpet_info()
111 fprintf(stderr, "hpet_info: open of %s failed\n", argv[0]); in hpet_info()
116 fprintf(stderr, "hpet_info: failed to get info\n"); in hpet_info()
120 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ", in hpet_info()
122 fprintf(stderr, "hi_hpet %d hi_timer %d\n", in hpet_info()
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dbig.c109 freopen("masterlog.00", "a", stderr);
122 fprintf(stderr, "%s: bad rate, reset to %.2f chars/sec\n", prog, DEF_RATE);
134 fprintf(stderr, "%s: cannot open copy file '%s'\n",
144 fprintf(stderr, "%s: bad flag '%c'\n", prog, *p);
152 fprintf(stderr, "%s: missing nusers\n", prog);
158 fprintf(stderr, "%s: impossible nusers (%d<-%s)\n", prog, nusers, argv[1]);
161 fprintf(stderr, "%d Users\n", nusers);
173 fprintf(stderr, "master pid %d\n", getpid());
174 fflush(stderr);
176 fflush(stderr);
[all …]
H A Ddummy.c90 freopen("masterlog.00", "a", stderr);
92 fprintf(stderr, "*** New Run *** ");
112 fprintf(stderr, "%s: bad flag '%c'\n", prog, *p);
120 fprintf(stderr, "%s: missing nusers\n", prog);
126 fprintf(stderr, "%s: impossible nusers (%d<-%s)\n", prog, nusers, argv[1]);
129 fprintf(stderr, "%d Users\n", nusers);
141 fprintf(stderr, "master pid %d\n", getpid());
142 fflush(stderr);
144 fflush(stderr);
156 fprintf(stderr, "master clone pid %d\n", l);
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Ddevlink_port_split.py30 p = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
31 stdout, stderr = p.communicate()
32 stdout, stderr = stdout.decode(), stderr.decode()
34 if stderr != "" and not should_fail:
37 print(stderr)
38 return stdout, stderr
56 stdout, stderr = run_command(cmd)
57 assert stderr == ""
78 stdout, stderr = run_command(cmd)
79 assert stderr == ""
[all …]
H A Dpsock_fanout.c161 fprintf(stderr, "bpf verifier:\n%s\n", log_buf); in sock_fanout_set_ebpf()
228 fprintf(stderr, "info: count=%d,%d, expect=%d,%d\n", in sock_fanout_read()
233 fprintf(stderr, "warning: incorrect queue lengths\n"); in sock_fanout_read()
243 fprintf(stderr, "test: control single socket\n"); in test_control_single()
247 fprintf(stderr, "ERROR: opened socket with dual rollover\n"); in test_control_single()
257 fprintf(stderr, "test: control multiple sockets\n"); in test_control_group()
261 fprintf(stderr, "ERROR: failed to open HASH socket\n"); in test_control_group()
266 fprintf(stderr, "ERROR: joined group with wrong flag defrag\n"); in test_control_group()
271 fprintf(stderr, "ERROR: joined group with wrong flag ro\n"); in test_control_group()
275 fprintf(stderr, "ERROR: joined group with wrong mode\n"); in test_control_group()
[all …]
/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c52 fprintf(stderr, "%s: ", bb_applet_name); in bb_verror_msg()
53 vfprintf(stderr, s, p); in bb_verror_msg()
63 putc('\n', stderr); in bb_error_msg()
73 putc('\n', stderr); in bb_error_msg_and_die()
83 fprintf(stderr, "%s%s\n", s, strerror(err)); in bb_vperror_msg()
400 fprintf(stderr, "%s: [-d device_table] rootdir\n\n", bb_applet_name); in bb_show_usage()
401 fprintf(stderr, "Creates a batch of special files as specified in a device table.\n"); in bb_show_usage()
402 fprintf(stderr, "Device table entries take the form of:\n"); in bb_show_usage()
403 fprintf(stderr, "name type mode user group major minor start increment count\n\n"); in bb_show_usage()
404 fprintf(stderr, "Where name is the file name, type can be one of:\n"); in bb_show_usage()
[all …]
/OK3568_Linux_fs/kernel/samples/uhid/
H A Duhid-example.c165 fprintf(stderr, "Cannot write to uhid: %m\n"); in uhid_write()
168 fprintf(stderr, "Wrong size written to uhid: %zd != %zu\n", in uhid_write()
221 fprintf(stderr, "LED output report received with flags %x\n", in handle_output()
233 fprintf(stderr, "Read HUP on uhid-cdev\n"); in event()
236 fprintf(stderr, "Cannot read uhid-cdev: %m\n"); in event()
239 fprintf(stderr, "Invalid size read from uhid-dev: %zd != %zu\n", in event()
246 fprintf(stderr, "UHID_START from uhid-dev\n"); in event()
249 fprintf(stderr, "UHID_STOP from uhid-dev\n"); in event()
252 fprintf(stderr, "UHID_OPEN from uhid-dev\n"); in event()
255 fprintf(stderr, "UHID_CLOSE from uhid-dev\n"); in event()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/io/files/
H A Dio.c34 fprintf(stderr, in usage()
156 fprintf(stderr, "Bad <size> value '%s'\n", optarg); in main()
164 fprintf(stderr, "Unknown option: %c\n", opt); in main()
170 fprintf(stderr, "No address given\n"); in main()
175 fprintf(stderr, "Bad <addr> value '%s'\n", argv[optind]); in main()
182 fprintf(stderr, "Filename AND value given\n"); in main()
186 fprintf(stderr, "No value given for WRITE\n"); in main()
192 fprintf(stderr, "Bad <value> value '%s'\n", argv[optind]); in main()
197 fprintf(stderr, "<value> too large\n"); in main()
203 fprintf(stderr, "No size given for file memread\n"); in main()
[all …]
/OK3568_Linux_fs/external/rktoolkit/
H A Dio.c34 fprintf(stderr, in usage()
156 fprintf(stderr, "Bad <size> value '%s'\n", optarg); in main()
164 fprintf(stderr, "Unknown option: %c\n", opt); in main()
170 fprintf(stderr, "No address given\n"); in main()
175 fprintf(stderr, "Bad <addr> value '%s'\n", argv[optind]); in main()
182 fprintf(stderr, "Filename AND value given\n"); in main()
186 fprintf(stderr, "No value given for WRITE\n"); in main()
192 fprintf(stderr, "Bad <value> value '%s'\n", argv[optind]); in main()
197 fprintf(stderr, "<value> too large\n"); in main()
203 fprintf(stderr, "No size given for file memread\n"); in main()
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c59 fprintf(stderr, "\nInvalid %s, supported are:\n", in show_valid_options()
63 fprintf(stderr, "\t%-15s %s\n", in show_valid_options()
67 fprintf(stderr, "\n"); in show_valid_options()
75 fprintf(stderr, "Error: %s\n", msg); in usage()
76 fprintf(stderr, "Usage: %s -l image\n" in usage()
79 fprintf(stderr, in usage()
91 fprintf(stderr, in usage()
95 fprintf(stderr, in usage()
102 fprintf(stderr, in usage()
113 fprintf(stderr, in usage()
[all …]
H A Dmkenvimage.c32 …fprintf(stderr, "%s [-h] [-r] [-b] [-p <byte>] -s <environment partition size> -o <output> <input … in usage()
61 fprintf(stderr, "Bad integer format: %s\n", s); in xstrtol()
63 fprintf(stderr, "Error while parsing %s: %s\n", s, in xstrtol()
103 fprintf(stderr, "Can't strdup() the output filename\n"); in main()
123 fprintf(stderr, "Missing argument for option -%c\n", in main()
128 fprintf(stderr, "Wrong option -%c\n", optopt); in main()
136 fprintf(stderr, "Please specify the size of the environment partition.\n"); in main()
143 fprintf(stderr, "Can't alloc %d bytes for dataptr.\n", in main()
167 fprintf(stderr, "Can't realloc memory for the input file buffer\n"); in main()
172 fprintf(stderr, "Error while reading stdin: %s\n", in main()
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_audio_linein_test.c59 fprintf (stderr, "cannot allocate hardware parameter structure (%s)\n",
65 fprintf (stderr, "cannot initialize hardware parameter structure (%s)\n",
71 fprintf(stderr, "Error snd_pcm_hw_params_get_buffer_time_max\n");
80 fprintf(stderr, "Error snd_pcm_hw_params_set_buffer_time_near\n");
87 fprintf(stderr, "Error snd_pcm_hw_params_set_buffer_time_near\n");
94 fprintf (stderr, "cannot set access type (%s)\n",
101 fprintf (stderr, "cannot set sample format (%s)\n", //���ø�ʽSND_PCM_FORMAT_S16_LE��16λ��
108 fprintf (stderr, "cannot set sample rate (%s)\n",
115 fprintf (stderr, "cannot set channel count (%s)\n",
122 fprintf (stderr, "cannot set parameters (%s)\n",
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dstat.c124 fprintf(stderr, "%f %f\n", ffa * i, re_out[i]); in print_power_spectrum()
163 fprintf(stderr,"%08lx ",lsamp); in sox_stat_flow()
165 fprintf(stderr,"\n"); in sox_stat_flow()
262 fprintf(stderr, "%.3f\n", SOX_SAMPLE_MAX/(amp*scale)); in sox_stat_stop()
266 fprintf(stderr, "\n\n"); in sox_stat_stop()
268 fprintf(stderr, "Samples read: %12" PRIu64 "\n", stat->read); in sox_stat_stop()
269 …fprintf(stderr, "Length (seconds): %12.6f\n", (double)stat->read/effp->in_signal.rate/effp->in_si… in sox_stat_stop()
271 fprintf(stderr, "Scaled by rms: %12.6f\n", rms); in sox_stat_stop()
273 fprintf(stderr, "Scaled by: %12.1f\n", scale); in sox_stat_stop()
274 fprintf(stderr, "Maximum amplitude: %12.6f\n", stat->max); in sox_stat_stop()
[all …]
H A Dstats.c150 fprintf(stderr, " %*c%s", 9 - (int)strlen(buf), '-', buf); in output()
152 else fprintf(stderr, " %9x", i); in output()
153 else fprintf(stderr, " %9i", i); in output()
155 else fprintf(stderr, " %9.*f", fabs(p->scale) < 10 ? 6 : 5, p->scale * x); in output()
196 fprintf(stderr, " Overall Left Right\n"); in stop()
198 fprintf(stderr, " Overall"); in stop()
200 fprintf(stderr, " Ch%-3i", i + 1); in stop()
201 fprintf(stderr, "\n"); in stop()
204 fprintf(stderr, "DC offset "); in stop()
211 fprintf(stderr, "\nMin level "); in stop()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Daes_perf.c97 fprintf(stderr, "%s: 0x%08x", msg, res); in errx()
99 fprintf(stderr, " (orig=%d)", (int)*orig); in errx()
100 fprintf(stderr, "\n"); in errx()
190 fprintf(stderr, "Usage: %s [-h]\n", progname); in usage()
191 fprintf(stderr, "Usage: %s [-d] [-i] [-k SIZE]", progname); in usage()
192 fprintf(stderr, " [-l LOOP] [-m MODE] [-n LOOP] [-r|--no-inited] [-s SIZE]"); in usage()
193 fprintf(stderr, " [-v [-v]] [-w SEC]"); in usage()
195 fprintf(stderr, " [--sdp [-Id|-Ir|-IR] [-Od|-Or|-OR] [--ion-heap ID]]"); in usage()
197 fprintf(stderr, "\n"); in usage()
198 fprintf(stderr, "AES performance testing tool for OP-TEE\n"); in usage()
[all …]
/OK3568_Linux_fs/buildroot/package/bc/
H A D0002-notice-read-and-write-errors-on-input-and-output.patch10 `FILE', `stdin', `stdout' and `stderr' and added calls to new
173 fprintf (stderr,"EOF encountered in a comment.\n");
174 + checkferror_output(stderr);
236 fprintf (stderr,"%s %d: ",name,line_no);
237 vfprintf (stderr, str, args);
238 fprintf (stderr, "\n");
239 + checkferror_output(stderr);
244 fprintf (stderr,"%s %d: Error: ",name,line_no);
245 vfprintf (stderr, mesg, args);
246 fprintf (stderr, "\n");
[all …]
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c181 fprintf (stderr, "## Error: " in fw_getenv()
207 fprintf(stderr, "## Error: " in fw_getdefenv()
227 fprintf(stderr, in parse_aes_key()
238 fprintf(stderr, in parse_aes_key()
257 fprintf(stderr, in fw_printenv()
273 fprintf (stderr, "## Error: " in fw_printenv()
291 fprintf (stderr, "## Error: \"%s\" not defined\n", name); in fw_printenv()
320 fprintf(stderr, in fw_env_flush()
333 fprintf(stderr, in fw_env_flush()
360 fprintf(stderr, "## Error: " in fw_env_write()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_watchdog/
H A Dwatchdog.c39 fprintf(stderr, "Watchdog device not enabled.\n"); in main()
40 fflush(stderr); in main()
50 fprintf(stderr, "Watchdog card disabled.\n"); in main()
51 fflush(stderr); in main()
56 fprintf(stderr, "Watchdog card enabled.\n"); in main()
57 fflush(stderr); in main()
60 fprintf(stderr, "-d to disable, -e to enable.\n"); in main()
61 fprintf(stderr, "run by itself to tick the card.\n"); in main()
62 fflush(stderr); in main()
66 fprintf(stderr, "Watchdog Ticking Away!\n"); in main()
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
79 if stderr == PIPE_PTY:
81 stderr = os.fdopen(stderr_pty[1])
84 stdout=stdout, stderr=stderr, shell=shell, cwd=cwd, env=env,
97 self.stderr = os.fdopen(stderr_pty[0])
147 stderr = None # Return
160 if self.stderr and self.stderr != self.stdout:
161 read_set.append(self.stderr)
162 stderr = []
203 if self.stderr in rlist:
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dprocess.py42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
46 self.stderr = stderr
51 if self.stderr:
52 message += self.stderr
87 if pipe.stderr is not None:
88 bb.utils.nonblockingfd(pipe.stderr.fileno())
89 rin.append(pipe.stderr)
130 if pipe.stderr in r:
131 data = stderrbuf + pipe.stderr.read()
154 if pipe.stderr is not None:
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c107 fprintf(stderr, "Failed to open \"%s\": %s\n", ptmx, in do_tiocgptpeer()
118 fprintf(stderr, "Failed to unlock terminal\n"); in do_tiocgptpeer()
127 fprintf(stderr, "TIOCGPTPEER is not supported. " in do_tiocgptpeer()
131 fprintf(stderr, in do_tiocgptpeer()
147 fprintf(stderr, "Failed to setup terminal\n"); in do_tiocgptpeer()
153 fprintf(stderr, "Failed to retrieve pathname of pts " in do_tiocgptpeer()
160 fprintf(stderr, "Received invalid contents for " in do_tiocgptpeer()
166 fprintf(stderr, "Contents of \"/proc/<pid>/fd/%d\" " in do_tiocgptpeer()
196 fprintf(stderr, "Failed to unmount \"/dev/pts\": %s\n", in verify_non_standard_devpts_mount()
205 fprintf(stderr, "Failed to create temporary mountpoint: %s\n", in verify_non_standard_devpts_mount()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c120 NXPRT(fprintf(stderr, "%d: %s addr %p len %x\n", __LINE__, addr, in nx_append_dde()
186 NXPRT(fprintf(stderr, "%s dde_count %d request len ", __func__, in nx_touch_pages_dde()
188 NXPRT(fprintf(stderr, "0x%lx\n", buf_sz)); in nx_touch_pages_dde()
195 NXPRT(fprintf(stderr, "touch direct ddebc 0x%x ddead %p\n", in nx_touch_pages_dde()
223 NXPRT(fprintf(stderr, "touch loop len 0x%x ddead %p total ", in nx_touch_pages_dde()
225 NXPRT(fprintf(stderr, "0x%lx\n", total)); in nx_touch_pages_dde()
231 NXPRT(fprintf(stderr, "touch loop break len 0x%x ", in nx_touch_pages_dde()
233 NXPRT(fprintf(stderr, "ddead %p\n", (void *)buf_addr)); in nx_touch_pages_dde()
305 fprintf(stderr, "usage: %s <fname> or stdin\n", argv[0]); in decompress_file()
306 fprintf(stderr, " writes to stdout or <fname>.nx.gunzip\n"); in decompress_file()
[all …]
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Derror.c21 fprintf(stderr, "%s: WARNING: ", pname); in Warning()
24 vfprintf(stderr, fmt, args); in Warning()
27 fprintf(stderr, "\n"); in Warning()
35 fprintf(stderr, "%s: ERROR: ", pname); in Error()
38 vfprintf(stderr, fmt, args); in Error()
41 fprintf(stderr, "\n"); in Error()
53 fprintf(stderr, "%s: ERROR: ", pname); in Perror()
56 vfprintf(stderr, fmt, args); in Perror()
60 fprintf(stderr, ": Unknown Error (%d)\n", e); in Perror()
62 fprintf(stderr, ": %s\n", p); in Perror()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c62 fprintf(stderr, "Usage: mptcp_connect [-6] [-u] [-s MPTCP|TCP] [-p port] [-m mode]" in die_usage()
64 fprintf(stderr, "\t-6 use ipv6\n"); in die_usage()
65 fprintf(stderr, "\t-t num -- set poll timeout to num\n"); in die_usage()
66 fprintf(stderr, "\t-S num -- set SO_SNDBUF to num\n"); in die_usage()
67 fprintf(stderr, "\t-R num -- set SO_RCVBUF to num\n"); in die_usage()
68 fprintf(stderr, "\t-p num -- use port num\n"); in die_usage()
69 fprintf(stderr, "\t-s [MPTCP|TCP] -- use mptcp(default) or tcp sockets\n"); in die_usage()
70 fprintf(stderr, "\t-m [poll|mmap|sendfile] -- use poll(default)/mmap+write/sendfile\n"); in die_usage()
71 fprintf(stderr, "\t-u -- check mptcp ulp\n"); in die_usage()
72 fprintf(stderr, "\t-w num -- wait num sec before closing the socket\n"); in die_usage()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Drtcpie.c50 fprintf(stderr, "usage: rtctest [rtcdev] [d]\n"); in main()
66 fprintf(stderr, "\nNo periodic IRQ support\n"); in main()
72 fprintf(stderr, "\nPeriodic IRQ rate is %ldHz.\n", old_pie_rate); in main()
74 fprintf(stderr, "Counting 20 interrupts at:"); in main()
75 fflush(stderr); in main()
84 fprintf(stderr, in main()
92 fprintf(stderr, "\n%ldHz:\t", tmp); in main()
93 fflush(stderr); in main()
114 fprintf(stderr, "\nPIE delta error: %ld.%06ld should be close to 0.%06ld\n", in main()
121 fprintf(stderr, " %d",i); in main()
[all …]

12345678910>>...51