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

/freebsd-10.0-release/usr.sbin/makefs/
H A Dcd9660.h216 struct _cd9660node *ptnext, *ptprev, *ptlast; member in struct:_cd9660node
H A Dcd9660.c178 temp->ptnext = temp->ptprev = temp->ptlast = NULL;
1544 last->ptnext = dirNode;
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c139 iterator = iterator->ptnext;
H A Dcd9660_write.c213 ptcur = ptcur->ptnext;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c239 struct isoent *ptnext; member in struct:isoent
6761 for (; np != NULL; np = np->ptnext) {
6780 np = last->ptnext;
6874 ent->ptnext = NULL;
6876 pathtbl->last = &(ent->ptnext);
6886 ((char *)(pathtbl->last) - offsetof(struct isoent, ptnext))));
6914 for (np = pt->first; np != NULL; np = np->ptnext)

Completed in 189 milliseconds