HomeSort by: relevance | last modified time | path
    Searched defs:ptnext (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/
cd9660.h 211 struct _cd9660node *ptnext, *ptprev, *ptlast; member in struct:_cd9660node
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 239 struct isoent *ptnext; member in struct:isoent
6783 for (; np != NULL; np = np->ptnext) {
6802 np = last->ptnext;
6898 ent->ptnext = NULL;
6900 pathtbl->last = &(ent->ptnext);
6910 ((char *)(pathtbl->last) - offsetof(struct isoent, ptnext))));
6938 for (np = pt->first; np != NULL; np = np->ptnext)

Completed in 59 milliseconds