Searched refs:froot (Results 1 – 2 of 2) sorted by relevance
214 file_attr_t *froot = fap; in perform_file_actions() local253 } while ((fap = fap->fa_next) != froot); in perform_file_actions()549 file_attr_t *froot = file_actions->__file_attrp; in posix_spawn_file_actions_destroy() local553 if ((fap = froot) != NULL) { in posix_spawn_file_actions_destroy()559 } while ((fap = next) != froot); in posix_spawn_file_actions_destroy()568 file_attr_t *froot = file_actions->__file_attrp; in add_file_attr() local570 if (froot == NULL) { in add_file_attr()572 file_actions->__file_attrp = froot = fap; in add_file_attr()574 fap->fa_next = froot; in add_file_attr()575 fap->fa_prev = froot->fa_prev; in add_file_attr()[all …]
204 #define NEW(N) (froot?(t = froot, froot = froot->next, t->next = NULL, \209 { qtail = NULL; } _l->next = froot; froot = _l; }227 static Link *froot, *next_link; variable1337 froot = NULL; in re_cwinit()