HomeSort by relevance Sort by last modified time
    Searched defs:stdin_fd (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/security_Libcontainer/src/
libcontainer_target_unittest.cc 117 int stdin_fd; local
120 kPreChrootArgv, arraysize(kPreChrootArgv), &stdin_fd,
122 EXPECT_EQ(1, write(stdin_fd, "1", 1));
123 close(stdin_fd);
  /external/openssh/regress/
netcat.c 771 int stdin_fd = STDIN_FILENO; local
782 stdin_fd = -1;
785 pfd[POLL_STDIN].fd = stdin_fd;
    [all...]

Completed in 195 milliseconds