Searched refs:PR_SetFDInheritable (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpipeping.c92 status = PR_SetFDInheritable(in_pipe[0], PR_FALSE);
94 fprintf(stderr, "PR_SetFDInheritable failed\n");
97 status = PR_SetFDInheritable(in_pipe[1], PR_TRUE);
99 fprintf(stderr, "PR_SetFDInheritable failed\n");
102 status = PR_SetFDInheritable(out_pipe[0], PR_TRUE);
104 fprintf(stderr, "PR_SetFDInheritable failed\n");
107 status = PR_SetFDInheritable(out_pipe[1], PR_FALSE);
109 fprintf(stderr, "PR_SetFDInheritable failed\n");
H A Dpipeping2.c87 status = PR_SetFDInheritable(in_pipe[0], PR_FALSE);
89 fprintf(stderr, "PR_SetFDInheritable failed\n");
92 status = PR_SetFDInheritable(in_pipe[1], PR_TRUE);
94 fprintf(stderr, "PR_SetFDInheritable failed\n");
97 status = PR_SetFDInheritable(out_pipe[0], PR_TRUE);
99 fprintf(stderr, "PR_SetFDInheritable failed\n");
102 status = PR_SetFDInheritable(out_pipe[1], PR_FALSE);
104 fprintf(stderr, "PR_SetFDInheritable failed\n");
H A Dpipepong2.c74 status = PR_SetFDInheritable(pipe_read, PR_FALSE);
76 fprintf(stderr, "PR_SetFDInheritable failed\n");
84 status = PR_SetFDInheritable(pipe_write, PR_FALSE);
86 fprintf(stderr, "PR_SetFDInheritable failed\n");
H A Dsockping.c81 status = PR_SetFDInheritable(sock[0], PR_FALSE);
83 fprintf(stderr, "PR_SetFDInheritable failed: (%d, %d)\n",
87 status = PR_SetFDInheritable(sock[1], PR_TRUE);
89 fprintf(stderr, "PR_SetFDInheritable failed: (%d, %d)\n",
H A Dsockpong.c74 status = PR_SetFDInheritable(sock, PR_FALSE);
76 fprintf(stderr, "PR_SetFDInheritable failed\n");
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprio.c166 PR_IMPLEMENT(PRStatus) PR_SetFDInheritable(
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver_module.cpp111 PR_SetFDInheritable(writable, PR_TRUE);
H A Dserver.cpp640 PR_SetFDInheritable(writable, PR_TRUE);
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionUnix.cpp183 PRStatus status = PR_SetFDInheritable(fd, PR_FALSE);
H A Dipcdclient.cpp1284 PR_SetFDInheritable(writable, PR_TRUE);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h55 #define PR_SetFDInheritable VBoxNsprPR_SetFDInheritable macro
1881 * FUNCTION: PR_SetFDInheritable
1893 * Upon successful completion, PR_SetFDInheritable returns PR_SUCCESS.
1898 NSPR_API(PRStatus) PR_SetFDInheritable(
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4424 PR_IMPLEMENT(PRStatus) PR_SetFDInheritable(

Completed in 78 milliseconds