Searched refs:startup_pipes (Results 1 – 1 of 1) sorted by relevance
222 static int *startup_pipes = NULL; variable257 if (startup_pipes) in close_startup_pipes()259 if (startup_pipes[i] != -1) in close_startup_pipes()260 (void) close(startup_pipes[i]); in close_startup_pipes()1305 startup_pipes = xmalloc(options.max_startups * sizeof(int)); in main()1307 startup_pipes[i] = -1; in main()1325 if (startup_pipes[i] != -1) in main()1326 FD_SET(startup_pipes[i], fdset); in main()1348 if (startup_pipes[i] != -1 && in main()1349 FD_ISSET(startup_pipes[i], fdset)) { in main()[all …]