Lines Matching full:child
113 The number of bytes available for the child process's combined argument and
134 calling process remain open in the child process, except for those whose
141 child process are those open in the calling process as modified by the spawn
148 The set of open file descriptors for the child process are initially the
157 and group IDs for the child process are changed as specified in the attributes
174 The child's working directory is dependent on the file actions specified. By
175 default, the child inherits the parent's current working directory. However,
185 By default, the child process inherits the existing session and progress group
191 of the object referenced by \fIattrp\fR then the child will have all the effects
203 attribute of the same object is non-zero, then the child's process group is as
210 \fIspawn-pgroup\fR attribute of the same object is set to zero, then the child
231 object referenced by \fIattrp\fR governs the effective user ID of the child
232 process. If this flag is not set, the child process inherits the parent
233 process's effective user ID. If this flag is set, the child process's effective
236 ID of the child process becomes that file's owner ID before the new process
237 image begins execution. If this flag is set, the child process's effective user
240 child process becomes that file's owner ID before the new process image begins
246 child process. If this flag is not set, the child process inherits the parent
247 process's effective group ID. If this flag is set, the child process's
250 group ID of the child process becomes that file's group ID before the new
255 attribute of the object referenced by \fIattrp\fR, the child process initially
263 actions in the child process.
269 child process.
280 be posted to the parent process when the child process terminates, regardless
289 \fBwaitid\fR(\fBP_PGID\fR), will succeed in reaping the child, and the child
292 child, as in \fBwaitid\fR(\fBP_PID\fR, \fBpid\fR), is allowed and it is
293 required, else when the child exits it will remain a zombie until the parent
301 but rather return successfully having created a child process that exits
308 are set to the default action in the child process, unless the
315 image are set to be ignored by the child process, unless otherwise specified by
324 default action in the child process, unless otherwise specified by the
338 process image as though \fBfork()\fR had been called to create a child process
340 child process to execute the new process image.
347 the process ID of the child process to the parent process in the variable
349 return value. Otherwise, no child process is created, the value stored into the
352 \fIpid\fR argument is a null pointer, the process ID of the child is not
375 \fBposix_spawnp()\fR fails while changing the child's process group, an error
474 detected, allowing the child process to fail instead:
479 successfully returns, the child process exits with
491 without creating a child process.