OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdin_fd
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h
91
fd_t
stdin_fd
= kInvalidFd, fd_t stdout_fd = kInvalidFd,
sanitizer_posix_libcdep.cc
444
fd_t
stdin_fd
, fd_t stdout_fd, fd_t stderr_fd) {
446
if (
stdin_fd
!= kInvalidFd) {
447
internal_close(
stdin_fd
);
469
if (
stdin_fd
!= kInvalidFd) {
471
internal_dup2(
stdin_fd
, STDIN_FILENO);
472
internal_close(
stdin_fd
);
sanitizer_win.cc
1034
fd_t
stdin_fd
, fd_t stdout_fd, fd_t stderr_fd) {
/src/usr.bin/nc/
netcat.c
1063
int
stdin_fd
= STDIN_FILENO;
local in function:readwrite
1074
stdin_fd
= -1;
1077
pfd[POLL_STDIN].fd =
stdin_fd
;
Completed in 144 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025