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

  /src/usr.sbin/mtree/
mtree.h 38 F_TIME | F_TYPE | F_UID | F_FLAGS)
85 #define F_TYPE 0x00040000 /* file type */
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 48 (F_FLAGS | F_GID | F_GNAME | F_MODE | F_TYPE | F_UID | F_UNAME)
193 #define F_TYPE 0x00080000 /* file type */
214 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
454 effkeys &= ~F_TYPE;
496 if ((keys & effkeys & F_TYPE) != 0) {
759 if ((mtree->set.keys & F_TYPE) != 0 &&
761 keys &= ~F_TYPE;
765 if ((mtree->set.keys & F_TYPE) != 0 &&
767 keys &= ~F_TYPE;
1038 if ((keys & F_TYPE) != 0
    [all...]

Completed in 30 milliseconds