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

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_entry_from_file.c 239 int stflags; local
246 &stflags);
247 if (r == 0 && stflags != 0)
248 archive_entry_set_fflags(entry, stflags, 0);
archive_read_disk_posix.c 994 int stflags;
1007 &stflags);
1009 if (r == 0 && (stflags & FS_NODUMP_FL) != 0)
1011 if (r == 0 && (stflags & EXT2_NODUMP_FL) != 0)

Completed in 16 milliseconds