Searched refs:hlnext (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c188 struct file *hlnext; member in struct:file
268 * We use 'hlnext' a menber of struct file to chain.
2419 file->hlnext = NULL;
2421 hl->file_list.last = &(file->hlnext);
2429 file->hlnext = NULL;
2431 hl->file_list.last = &(file->hlnext);
2462 for (nf = target->hlnext;
2463 nf != NULL; nf = nf->hlnext) {
H A Darchive_write_set_format_iso9660.c165 struct isofile *hlnext; member in struct:isofile
5002 file->hlnext = NULL;
5004 hl->file_list.last = &(file->hlnext);
5012 file->hlnext = NULL;
5014 hl->file_list.last = &(file->hlnext);
5042 for (nf = target->hlnext;
5043 nf != NULL; nf = nf->hlnext) {

Completed in 103 milliseconds