Searched refs:outp (Results 1 – 1 of 1) sorted by relevance
39 char * volatile outp; member611 pproc->outp = malloc(bufsize); in proc_stdout_thread()612 if (pproc->outp == NULL) in proc_stdout_thread()626 pproc->outp = realloc(pproc->outp, bufsize); in proc_stdout_thread()627 if (pproc->outp == NULL) { in proc_stdout_thread()632 pproc->outp[pproc->outcnt++] = c; in proc_stdout_thread()