Home
last modified time | relevance | path

Searched refs:stdinFd (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibsystem.c43 closeUninheritableFds(int const stdinFd, in closeUninheritableFds() argument
58 if (fd == stdinFd) { in closeUninheritableFds()
74 int const stdinFd, in execProgram() argument
92 if (stdinFd != STDIN) { in execProgram()
95 dup2(stdinFd, STDIN); in execProgram()
96 close(stdinFd); in execProgram()
109 if (stdinFd != STDIN) { in execProgram()
167 int const stdinFd, in spawnProcessor() argument
206 closeUninheritableFds(stdinFd, stdoutFd); in spawnProcessor()
208 execProgram(progName, argArray, stdinFd, stdoutFd); in spawnProcessor()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.ForkAndExecProcess.cs18 … out int lpChildPid, out int stdinFd, out int stdoutFd, out int stderrFd, bool shouldThrow = true) in ForkAndExecProcess() argument
29 out lpChildPid, out stdinFd, out stdoutFd, out stderrFd); in ForkAndExecProcess()
56 out int lpChildPid, out int stdinFd, out int stdoutFd, out int stderrFd); in ForkAndExecProcess() argument
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkSubProcess.C87 return stdinFd; in stdinfd()
122 _stdin = new VkPipe(stdinFd); in run()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/beos/
H A Dbproc.c77 if (attr->stdinFd in _MD_create_process()
78 && attr->stdinFd->secret->md.osfd != 0) { in _MD_create_process()
79 in_osfd = attr->stdinFd->secret->md.osfd; in _MD_create_process()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/beos/
H A Dbproc.c77 if (attr->stdinFd in _MD_create_process()
78 && attr->stdinFd->secret->md.osfd != 0) { in _MD_create_process()
79 in_osfd = attr->stdinFd->secret->md.osfd; in _MD_create_process()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcess.Unix.cs271 int childPid, stdinFd, stdoutFd, stderrFd; in StartCore()
305 out stdinFd, out stdoutFd, out stderrFd); in StartCore()
318 Debug.Assert(stdinFd >= 0); in StartCore()
319 _standardInput = new StreamWriter(OpenStream(stdinFd, FileAccess.Write), in StartCore()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/unix/
H A Duxproces.c203 if (attr->stdinFd && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
204 fd_map[0] = dup(attr->stdinFd->secret->md.osfd); in ForkAndExec()
264 if (attr->stdinFd in ForkAndExec()
265 && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
266 in_osfd = attr->stdinFd->secret->md.osfd; in ForkAndExec()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/unix/
H A Duxproces.c203 if (attr->stdinFd && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
204 fd_map[0] = dup(attr->stdinFd->secret->md.osfd); in ForkAndExec()
264 if (attr->stdinFd in ForkAndExec()
265 && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
266 in_osfd = attr->stdinFd->secret->md.osfd; in ForkAndExec()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/unix/
H A Duxproces.c204 if (attr->stdinFd && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
205 fd_map[0] = dup(attr->stdinFd->secret->md.osfd); in ForkAndExec()
264 if (attr->stdinFd in ForkAndExec()
265 && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
266 in_osfd = attr->stdinFd->secret->md.osfd; in ForkAndExec()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/unix/
H A Duxproces.c204 if (attr->stdinFd && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
205 fd_map[0] = dup(attr->stdinFd->secret->md.osfd); in ForkAndExec()
263 if (attr->stdinFd in ForkAndExec()
264 && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
265 in_osfd = attr->stdinFd->secret->md.osfd; in ForkAndExec()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/unix/
H A Duxproces.c203 if (attr->stdinFd && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
204 fd_map[0] = dup(attr->stdinFd->secret->md.osfd); in ForkAndExec()
264 if (attr->stdinFd in ForkAndExec()
265 && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
266 in_osfd = attr->stdinFd->secret->md.osfd; in ForkAndExec()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/md/unix/
H A Duxproces.c203 if (attr->stdinFd && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
204 fd_map[0] = dup(attr->stdinFd->secret->md.osfd); in ForkAndExec()
264 if (attr->stdinFd in ForkAndExec()
265 && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
266 in_osfd = attr->stdinFd->secret->md.osfd; in ForkAndExec()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/md/unix/
H A Duxproces.c203 if (attr->stdinFd && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
204 fd_map[0] = dup(attr->stdinFd->secret->md.osfd); in ForkAndExec()
264 if (attr->stdinFd in ForkAndExec()
265 && attr->stdinFd->secret->md.osfd != 0) { in ForkAndExec()
266 in_osfd = attr->stdinFd->secret->md.osfd; in ForkAndExec()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_process.cpp155 int32_t* stdinFd, in SystemNative_ForkAndExecProcess() argument
164 …if (nullptr == filename || nullptr == argv || nullptr == envp || nullptr == stdinFd || nullptr == … in SystemNative_ForkAndExecProcess()
254 *stdinFd = stdinFds[WRITE_END_OF_PIPE]; in SystemNative_ForkAndExecProcess()
293 *stdinFd = -1; in SystemNative_ForkAndExecProcess()
H A Dpal_process.h30 … int32_t* stdinFd, // [out] if redirectStdin, the parent's fd for the child's stdin
/dports/x11/sddm/sddm-0.19.0/src/helper/
H A DUserSession.cpp96 int stdinFd = ::open("/dev/null", O_RDWR); in setupChildProcess() local
97 dup2(stdinFd, STDIN_FILENO); in setupChildProcess()
98 ::close(stdinFd); in setupChildProcess()
/dports/ftp/curlie/curlie-1.6.7/
H A Dmain.go34 stdinFd := int(os.Stdin.Fd())
111 } else if !terminal.IsTerminal(stdinFd) {
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/Vk/
H A DVkSubProcess.h51 int stdinFd; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DSubprocess.h326 Options& stdinFd(int action) { in stdinFd() function
854 int stdinFd() const { in stdinFd() function
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DSubprocess.h312 Options& stdinFd(int action) { return fd(STDIN_FILENO, action); } in stdinFd() function
903 int stdinFd() const { return parentFd(0); } in stdinFd() function
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/os2/
H A Dos2misc.c355 if (attr->stdinFd) { in _PR_CreateOS2Process()
358 DosDupHandle((HFILE) attr->stdinFd->secret->md.osfd, &hStdIn); in _PR_CreateOS2Process()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/os2/
H A Dos2misc.c355 if (attr->stdinFd) { in _PR_CreateOS2Process()
358 DosDupHandle((HFILE) attr->stdinFd->secret->md.osfd, &hStdIn); in _PR_CreateOS2Process()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/os2/
H A Dos2misc.c354 if (attr->stdinFd) { in _PR_CreateOS2Process()
357 DosDupHandle((HFILE) attr->stdinFd->secret->md.osfd, &hStdIn); in _PR_CreateOS2Process()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/os2/
H A Dos2misc.c354 if (attr->stdinFd) { in _PR_CreateOS2Process()
357 DosDupHandle((HFILE) attr->stdinFd->secret->md.osfd, &hStdIn); in _PR_CreateOS2Process()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/os2/
H A Dos2misc.c355 if (attr->stdinFd) { in _PR_CreateOS2Process()
358 DosDupHandle((HFILE) attr->stdinFd->secret->md.osfd, &hStdIn); in _PR_CreateOS2Process()

12