Home | History | Annotate | Download | only in util

Lines Matching refs:last

405   HDF_ATTR *attr, *last;
414 last = attr;
426 last->next = attr->next;
436 last = attr;
439 last->next = (HDF_ATTR *) calloc(1, sizeof(HDF_ATTR));
440 if (last->next == NULL)
442 attr = last->next;
714 * at the last part of the HDF name) */
946 HDF *lp = NULL, *ln = NULL; /* last parent, last node */
1001 /* check to see if we are the last parent's last_child, if so
1019 HDF_ATTR *copy, *last = NULL;
1038 if (last) {
1039 last->next = copy;
1045 last = copy;