Searched refs:STDOUT_FILENO (Results 1 - 24 of 24) sorted by relevance

/linux-master/tools/include/linux/
H A Dkallsyms.h29 dprintf(STDOUT_FILENO, "%s\n", *name);
/linux-master/samples/seccomp/
H A Dbpf-direct.c83 if (write(STDOUT_FILENO, "[ERR] ", 6) > 0) {
84 bytes = write(STDOUT_FILENO, buf, len);
137 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, STDOUT_FILENO, 1, 0),
172 syscall(__NR_write, STDOUT_FILENO,
175 syscall(__NR_write, STDOUT_FILENO, payload("HELLO, "));
176 syscall(__NR_write, STDOUT_FILENO, buf, bytes);
H A Dbpf-fancy.c55 JEQ(STDOUT_FILENO, JUMP(&l, write_buf)),
97 syscall(__NR_write, STDOUT_FILENO, msg1, strlen(msg1));
/linux-master/tools/testing/selftests/size/
H A Dget_size.c33 #define STDOUT_FILENO 1 macro
42 return syscall(SYS_write, STDOUT_FILENO, s, len);
/linux-master/tools/testing/selftests/splice/
H A Dsplice_read.c48 spliced = splice(fd, NULL, STDOUT_FILENO, NULL,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bprm_opts.c41 dup2(null_fd, STDOUT_FILENO);
H A Dtest_local_storage.c34 dup2(null_fd, STDOUT_FILENO);
/linux-master/tools/include/nolibc/
H A Dunistd.h17 #define STDOUT_FILENO 1 macro
H A Dstdio.h38 static __attribute__((unused)) FILE* const stdout = (FILE*)(intptr_t)~STDOUT_FILENO;
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c106 count = write(STDOUT_FILENO, hash_values, sizeof(hash_values));
130 if (dup2(pipefd[1], STDOUT_FILENO) == -1)
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c304 maxfd = acpi_aml_set_fd(STDOUT_FILENO, maxfd, &wfds);
326 if (FD_ISSET(STDOUT_FILENO, &wfds)) {
328 ACPI_AML_BATCH_DO(STDOUT_FILENO, write, log, ret);
330 ACPI_AML_DO(STDOUT_FILENO, write, log, ret);
429 acpi_aml_set_fl(STDOUT_FILENO, O_NONBLOCK);
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c65 rw_ti->out_fd = STDOUT_FILENO;
/linux-master/samples/pidfd/
H A Dpidfd-metadata.c112 bytes = write(STDOUT_FILENO, buf, bytes);
/linux-master/tools/perf/ui/tui/
H A Dsetup.c111 backtrace_symbols_fd(stackdump, size, STDOUT_FILENO);
/linux-master/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c141 ASSERT_NE(dup2(pipefd[1], STDOUT_FILENO), -1);
242 if (write(STDOUT_FILENO, &val, sizeof(int)) == -1)
/linux-master/tools/perf/util/
H A Dtrace-event-read.c39 int retw = write(STDOUT_FILENO, buf, ret);
122 int retw = write(STDOUT_FILENO, &c, 1);
H A Ddata.c186 STDIN_FILENO : STDOUT_FILENO;
H A Dheader.c4526 int retw = write(STDOUT_FILENO, buf, padding);
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c35 if (!terminal_dup2(fd, (int[]){STDIN_FILENO, STDOUT_FILENO,
/linux-master/tools/thermal/tmon/
H A Dtmon.c366 close(STDOUT_FILENO);
/linux-master/tools/testing/selftests/arm64/pauth/
H A Dpac.c137 dup2(new_stdout[1], STDOUT_FILENO);
/linux-master/tools/perf/bench/
H A Dinject-buildid.c305 dup2(data->output_pipe[1], STDOUT_FILENO);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c814 dup2(pipefds[1], STDOUT_FILENO);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1197 close(STDOUT_FILENO);

Completed in 292 milliseconds