Searched refs:PR_StandardInput (Results 1 - 11 of 11) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prio.c | 105 PR_ASSERT((int) osfd >= PR_StandardInput && osfd <= PR_StandardError); 111 case PR_StandardInput: result = _pr_stdin; break;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | pipeping.c | 119 PR_ProcessAttrSetStdioRedirect(attr, PR_StandardInput, out_pipe[0]);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcfileio.h | 122 input = PR_StandardInput,
|
H A D | rcfileio.cpp | 104 case RCFileIO::input: which = PR_StandardInput; break;
|
/vbox/src/VBox/Main/src-server/xpcom/ |
H A D | server_module.cpp | 124 PR_ProcessAttrSetStdioRedirect(attr, PR_StandardInput, devNull);
|
H A D | server.cpp | 653 PR_ProcessAttrSetStdioRedirect(attr, PR_StandardInput, devNull);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16io.c | 144 ( fd->secret->md.osfd == PR_StandardInput ) &&
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 511 * PR_StandardInput: standard input 524 PR_StandardInput, /* standard input */ enumerator in enum:PRSpecialFD 531 #define PR_STDIN PR_GetSpecialFD(PR_StandardInput)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prinit.c | 538 case PR_StandardInput:
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
H A D | ipcdclient.cpp | 1297 PR_ProcessAttrSetStdioRedirect(attr, PR_StandardInput, devNull);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 1220 PR_ASSERT(osfd >= PR_StandardInput && osfd <= PR_StandardError); 1226 case PR_StandardInput: result = _pr_stdin; break;
|
Completed in 84 milliseconds