Searched refs:STDERR_FILENO (Results 1 - 14 of 14) sorted by relevance

/linux-master/samples/seccomp/
H A Dbpf-fancy.c56 JEQ(STDERR_FILENO, JUMP(&l, write_buf)),
100 syscall(__NR_write, STDERR_FILENO, msg2, strlen(msg2));
101 syscall(__NR_write, STDERR_FILENO, buf, bytes);
103 syscall(__NR_write, STDERR_FILENO, msg2, strlen(msg2)+2);
H A Dbpf-direct.c79 if (ctx->uc_mcontext.gregs[REG_ARG0] != STDERR_FILENO)
139 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, STDERR_FILENO, 1, 2),
177 syscall(__NR_write, STDERR_FILENO,
/linux-master/tools/include/nolibc/
H A Dstackprotector.h25 my_syscall3(__NR_write, STDERR_FILENO, "!!Stack smashing detected!!\n", 28);
H A Dunistd.h18 #define STDERR_FILENO 2 macro
H A Dstdio.h39 static __attribute__((unused)) FILE* const stderr = (FILE*)(intptr_t)~STDERR_FILENO;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bprm_opts.c42 dup2(null_fd, STDERR_FILENO);
H A Dtest_local_storage.c35 dup2(null_fd, STDERR_FILENO);
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c36 STDERR_FILENO}[i]))
56 if (fd > STDERR_FILENO)
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h184 nbytes = write(STDERR_FILENO, msg, strlen(msg)); })
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c182 (void)write_nointr(STDERR_FILENO, buf, r);
183 (void)write_nointr(STDERR_FILENO, "\n", 1);
/linux-master/tools/thermal/tmon/
H A Dtmon.c367 close(STDERR_FILENO);
/linux-master/tools/perf/bench/
H A Dinject-buildid.c312 dup2(dev_null_fd, STDERR_FILENO);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1198 close(STDERR_FILENO);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1041 backtrace_symbols_fd(bt, sz, STDERR_FILENO);

Completed in 224 milliseconds