Searched refs:xfrz (Results 1 – 1 of 1) sorted by relevance
118 _nsc_frz_t *frz, *xfrz; local134 for (xfrz = _nsc_frz_top; xfrz; xfrz = xfrz->next)135 if (strcmp(frz->path, xfrz->path) == 0)138 if (!xfrz) {145 if (xfrz) {178 _nsc_frz_t **xfrz, *frz = NULL; local185 for (xfrz = &_nsc_frz_top; *xfrz; xfrz = &(*xfrz)->next)186 if (strcmp(path, (*xfrz)->path) == 0) {187 frz = *xfrz;204 (*xfrz) = frz->next;