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

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 147 * The relation of struct isofile and isoent and archive_entry.
152 * struct isofile --> archive_entry
160 struct isofile { struct
161 /* Used for managing struct isofile list. */
162 struct isofile *allnext;
163 struct isofile *datanext;
164 /* Used for managing a hardlinked struct isofile list. */
165 struct isofile *hlnext;
166 struct isofile *hardlink_target;
217 struct isofile *file
    [all...]
archive_write_set_format_iso9660.c 147 * The relation of struct isofile and isoent and archive_entry.
152 * struct isofile --> archive_entry
160 struct isofile { struct
161 /* Used for managing struct isofile list. */
162 struct isofile *allnext;
163 struct isofile *datanext;
164 /* Used for managing a hardlinked struct isofile list. */
165 struct isofile *hlnext;
166 struct isofile *hardlink_target;
217 struct isofile *file
    [all...]

Completed in 98 milliseconds