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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c483 #define free_pipe_list(head, indent) free_pipe_list(head) macro
486 static int free_pipe_list(struct pipe *head, int indent);
1394 /* OK to leak memory by not calling free_pipe_list,
2156 ret_code = free_pipe_list(child->group, indent+3);
2186 static int free_pipe_list(struct pipe *head, int indent) function
2211 /* free_pipe_list has the side effect of clearing memory.
2214 free_pipe_list(pi, 0);
3171 free_pipe_list(inner.list_head, 0);
3546 free_pipe_list(ct
[all...]

Completed in 40 milliseconds