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

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_xar.c 1060 static const struct flagentry { struct
1112 const struct flagentry *fe, *flagentry; local
1114 const struct flagentry *avail[FLAGENTRY_MAXSIZE];
1119 flagentry = flagext2;
1121 flagentry = flagbsd;
1131 for (fe = flagentry; fe->name != NULL; fe++) {
archive_write_set_format_xar.c 1060 static const struct flagentry { struct
1112 const struct flagentry *fe, *flagentry; local
1114 const struct flagentry *avail[FLAGENTRY_MAXSIZE];
1119 flagentry = flagext2;
1121 flagentry = flagbsd;
1131 for (fe = flagentry; fe->name != NULL; fe++) {

Completed in 37 milliseconds