Searched refs:errp (Results 1 – 1 of 1) sorted by relevance
41 char * volatile errp; member643 pproc->errp = malloc(bufsize); in proc_stderr_thread()644 if (pproc->errp == NULL) in proc_stderr_thread()657 pproc->errp = realloc(pproc->errp, bufsize); in proc_stderr_thread()658 if (pproc->errp == NULL) { in proc_stderr_thread()663 pproc->errp[pproc->errcnt++] = c; in proc_stderr_thread()