Searched refs:free_pipe_list (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c484 #define free_pipe_list(head, indent) free_pipe_list(head) macro
487 static int free_pipe_list(struct pipe *head, int indent);
1395 /* OK to leak memory by not calling free_pipe_list,
2157 ret_code = free_pipe_list(child->group, indent+3);
2187 static int free_pipe_list(struct pipe *head, int indent) function
2212 /* free_pipe_list has the side effect of clearing memory.
2215 free_pipe_list(pi, 0);
3172 free_pipe_list(inner.list_head, 0);
3547 free_pipe_list(ct
[all...]

Completed in 88 milliseconds