Searched defs:pidPtr (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtksh/tcl/ |
H A D | tclIOUtil.c | 469 Tcl_DetachPids(numPids, pidPtr) 471 * of array pointed to by pidPtr. */ 472 int *pidPtr; /* Array of pids to detach. */ 479 detPtr->pid = pidPtr[i]; 550 * closed, and pidPtr is freed back to the storage allocator. 556 TclCleanupChildren(interp, numPids, pidPtr, errorChan) 558 int numPids; /* Number of entries in pidPtr array. */ 559 int *pidPtr; /* Array of process ids of children. */ 571 pid = (int) Tcl_WaitPid(pidPtr[i], (int *) &waitStatus, 0); 768 int *pidPtr 1356 int numPids, *pidPtr; local [all...] |
H A D | tclUnixChan.c | 38 int *pidPtr; /* The process IDs themselves. Allocated by member in struct:PipeState 684 sprintf(buf, "%d", pipePtr->pidPtr[i]); 686 Tcl_DetachPids(1, &(pipePtr->pidPtr[i])); 689 ckfree((char *) pipePtr->pidPtr); 840 Tcl_DetachPids(pipePtr->numPids, pipePtr->pidPtr); 862 result = TclCleanupChildren(interp, pipePtr->numPids, pipePtr->pidPtr, 868 ckfree((char *) pipePtr->pidPtr); 1322 TclCreateCommandChannel(readFile, writeFile, errorFile, numPids, pidPtr) 1328 int *pidPtr; /* An array of process identifiers. 1343 statePtr->pidPtr [all...] |
/ast/src/lib/libtksh/src/ |
H A D | filecmd.c | 830 int **pidPtr, Tcl_File *inPipePtr, Tcl_File *outPipePtr) 857 *pidPtr = (int *) malloc(sizeof(int)); 858 **pidPtr = 999; 827 TclCreatePipeline(Tcl_Interp *interp, int argc, char *argv[], int **pidPtr, Tcl_File *inPipePtr, Tcl_File *outPipePtr) argument
|
Completed in 16 milliseconds