Lines Matching defs:child
1806 file_list_t *child = children;
1809 while (child != NULL) {
1810 cptr = child->next;
1811 if (child->name != NULL) {
1812 free(child->name);
1814 child = cptr;
1833 file_list_t *child = NULL;
2214 if (child == NULL) {
2215 child = cptr;
2230 while ((child != NULL) && !term) {
2231 (void) strcpy(cp, child->name);
2244 /* Free each child as we are done processing it. */
2245 cptr = child;
2246 child = child->next;
2250 if ((child != NULL) && !term) {
2251 free_children(child);
4929 * If we have a compression child, we should have a child process that
6565 * Not a child: unwind the stack, setting the times.
9389 /* child */
9418 /* child */