Searched refs:stderr (Results 451 - 475 of 617) sorted by relevance

<<11121314151617181920>>

/linux-master/lib/
H A Dinflate.c377 Tracecv(*p, (stderr, (n-i >= ' ' && n-i <= '~' ? "%c %d\n" : "0x%x %d\n"),
630 Tracevv((stderr, "%c", slide[w-1]));
662 Tracevv((stderr,"\\[%d,%d]", w-d, n));
678 Tracevv((stderr, "%c", slide[w-1]));
1126 fprintf(stderr, "<%u> ", h);
/linux-master/tools/firewire/
H A Dnosy-dump.c879 fprintf(stderr, "Not a terminal.\n");
921 fprintf(stderr, "warning: nosy has only been tested on little "
927 fprintf(stderr, "Could not open %s, %m\n", option_input);
933 fprintf(stderr, "Could not open %s, %m\n", option_nosy_device);
949 fprintf(stderr, "Could not open %s, %m\n", option_output);
/linux-master/tools/mm/
H A Dpage-types.c233 vfprintf(stderr, x, ap);
924 fprintf(stderr, "unexpected line: %s\n", buf);
930 fprintf(stderr, "too many VMAs\n");
1004 fprintf(stderr, "got sigbus at offset %lld: %s\n",
1072 fprintf(stderr, "cannot read dir: %s\n", name);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c138 fprintf(stderr, "Usage: mptcp_sockopt [-6]\n");
147 vfprintf(stderr, fmt, ap);
149 fputc('\n', stderr);
170 fprintf(stderr, "Fatal: getaddrinfo(%s:%s): %s\n",
796 fprintf(stderr, "%s exited, status=%d\n", what, WEXITSTATUS(wstatus));
/linux-master/tools/perf/util/
H A Djitdump.c86 fprintf(stderr, "write ELF image %s\n", filename);
718 fprintf(stderr, "injecting: %s\n", path);
729 fprintf(stderr, "injected: %s (%d)\n", path, ret);
747 fprintf(stderr, "jit marker trying : %s\n", mmap_name);
789 fprintf(stderr, "jit marker found: %s\n", mmap_name);
/linux-master/scripts/kconfig/
H A Dconfdata.c172 fprintf(stderr, "%s:%d:warning: ", conf_filename, conf_lineno);
173 vfprintf(stderr, fmt, ap);
174 fprintf(stderr, "\n");
848 fprintf(stderr, "config name is empty\n");
853 fprintf(stderr, "%s: Is a directory\n", name);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c102 fprintf(stderr, "malloc() failed\n");
220 fprintf(stderr, "malloc() failed\n");
399 fprintf(stderr,
763 fprintf(stderr,
796 fprintf(stderr, "malloc() failed\n");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4407 fprintf(stderr, "\n%s", btf_log_buf);
4543 fprintf(stderr, "OK");
4547 fprintf(stderr, "\n%s", btf_log_buf);
4663 fprintf(stderr, "OK");
4667 fprintf(stderr, "\n%s", btf_log_buf);
4745 fprintf(stderr, "%u...", expected_nbytes);
4754 fprintf(stderr, "OK");
4758 fprintf(stderr, "\n%s", btf_log_buf);
4853 fprintf(stderr, "%s\n", btf_log_buf);
4885 fprintf(stderr, "
[all...]
/linux-master/Documentation/sphinx/
H A Dkfigure.py185 stderr=subprocess.STDOUT)
198 stderr=subprocess.DEVNULL)
383 warning_msg = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
418 # use stdout and stderr from parent
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh132 local stderr="2>/dev/null"
136 stderr=
139 out=$(eval $cmd $stderr)
H A Dfdb_flush.sh52 local stderr="2>/dev/null"
56 stderr=
59 out=$(eval $cmd $stderr)
H A Dtest_bridge_backup_port.sh96 local stderr="2>/dev/null"
100 stderr=
103 out=$(eval $cmd $stderr)
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh106 ip netns exec $netns $* >> $ovs_dir/stdout 2>> $ovs_dir/stderr &
159 >> ${ovs_dir}/stdout 2>> ${ovs_dir}/stderr
605 >$ovs_dir/arping.stdout 2>$ovs_dir/arping.stderr
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py381 cmd = subprocess.run(command, stderr=subprocess.PIPE, encoding='utf-8')
382 data = [x+'}' for x in cmd.stderr.split('}\n') if x]
436 stderr=subprocess.PIPE, encoding='utf-8')
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_hist.c478 fprintf(stderr, "%s\n", usage);
480 fprintf(stderr, "rtla osnoise hist: a per-cpu histogram of the OS noise (version %s)\n",
484 fprintf(stderr, "%s\n", msg[i]);
H A Dutils.c24 * err_msg - print an error message to the stderr
35 fprintf(stderr, "%s", message);
39 * debug_msg - print a debug message to stderr if debug is set
53 fprintf(stderr, "%s", message);
/linux-master/scripts/
H A Dinsert-sys-cert.c33 #define info(format, args...) fprintf(stderr, "INFO: " format, ## args)
35 #define err(format, args...) fprintf(stderr, "ERROR: " format, ## args)
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c409 fprintf(stderr, "could not set SCHED_FIFO, run as root?\n");
424 fprintf(stderr, "could not set SCHED_FIFO, run as root?\n");
/linux-master/samples/mei/
H A Dmei-amt-version.c85 fprintf(stderr, fmt, ##ARGS); \
89 fprintf(stderr, "Error: " fmt, ##ARGS); \
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c244 fprintf(stderr, "fork, errno %d\n", errno);
278 fprintf(stderr, "error: wstatus %08x\n", wstatus);
/linux-master/tools/virtio/
H A Dvirtio_test.c273 fprintf(stderr,
332 fprintf(stderr, "Usage: virtio_test [--help]"
/linux-master/tools/perf/
H A Dbuiltin-mem.c204 fprintf(stderr, "problem processing %d event, skipping it.\n",
426 fprintf(stderr, "unknown sampling op %s,"
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c20 fprintf(stderr, "Error: trace buffer too small\n");
/linux-master/tools/virtio/ringtest/
H A Dmain.c276 fprintf(stderr, "Usage: <test> [--help]"
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py121 print(f'Required command "{cmd}" is missing', file=sys.stderr)

Completed in 273 milliseconds

<<11121314151617181920>>