Searched refs:n_open_pipes (Results 1 – 1 of 1) sorted by relevance
63 static int n_open_pipes; variable525 for (j = 0; j < n_open_pipes; ++j) in create()549 if (n_open_pipes == open_pipes_alloc) in create()552 open_pipes[n_open_pipes++] = fd_pair[1]; in create()570 for (j = 0; j < n_open_pipes; ++j) in closeout()574 open_pipes[j] = open_pipes[--n_open_pipes]; in closeout()