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

  /src/usr.sbin/mtree/
mtree.h 38 F_TIME | F_TYPE | F_UID | F_FLAGS)
84 #define F_TIME 0x00020000 /* modification time */
  /src/bin/csh/
csh.h 316 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
331 #define F_TIME (1<<13) /* time this command */
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 192 #define F_TIME 0x00040000 /* modification time */
214 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
1017 if ((keys & F_TIME) != 0)
1394 keybit = F_TIME;

Completed in 67 milliseconds