Searched refs:popen_pid (Results 1 – 3 of 3) sorted by relevance
472 static int popen_pid; variable513 popen_pid = pid; in strace_popen()2265 if (popen_pid != 0) { in next_event()2329 if (pid == popen_pid) { in next_event()2331 popen_pid = 0; in next_event()2694 if (popen_pid) { in terminate()2695 while (waitpid(popen_pid, NULL, 0) < 0 && errno == EINTR) in terminate()
1444 (popen_pid): New variable.1450 (trace): Check popen_pid. Remove newoutf() call.
44913 Replace suspicious popen_pid assignment with an obviously correct one.44914 popen_pid = vfork() does work correctly, but for a subtle reason44919 popen_pid wouldn't be shared, so it will also be ok.)47450 differs from stderr, and wait for popen_pid termination.51183 While at it, use 0 as "none" for popen_pid, as optimization.51185 * strace: Initialize popen_pid to 0 - this puts it in bss.51186 (trace): Reset popen_pid to 0 instead of -1.