Home
last modified time | relevance | path

Searched refs:MAP_CTIME (Results 1 – 3 of 3) sorted by relevance

/dports/security/ftimes/ftimes-3.11.0/src/
H A Dmask.h70 #define MAP_CTIME 0x00000020 macro
97 #define MAP_CTIME 0x00000200 macro
H A Ddevelop.c62 case MAP_CTIME: in DevelopHaveNothingOutput()
289 if (MASK_BIT_IS_SET(psProperties->psFieldMask->ulMask, MAP_CTIME)) in DevelopNormalOutput()
809 if (MASK_BIT_IS_SET(psProperties->psFieldMask->ulMask, MAP_CTIME)) in DevelopNormalOutput()
1562 if (MASK_BIT_IS_SET(psProperties->psFieldMask->ulMask, MAP_CTIME)) in DevelopCompressedOutput()
2227 if (MASK_BIT_IS_SET(psProperties->psFieldMask->ulMask, MAP_CTIME)) in DevelopCompressedOutput()
2346 … else if (MASK_BIT_IS_SET(psProperties->psFieldMask->ulMask, MAP_CTIME) && ui64ChTime == ui64CTime) in DevelopCompressedOutput()
H A Dmap.c3082 case MAP_CTIME: in MapWriteHeader()
3115 case MAP_CTIME: in MapWriteHeader()
3205 …k |= MAP_VOLUME | MAP_FINDEX | MAP_ATTRIBUTES | MAP_ATIME | MAP_MTIME | MAP_CTIME | MAP_CHTIME | M… in MapGetAttributes()
3232 … psFTFileData->ulAttributeMask |= MAP_ATTRIBUTES | MAP_ATIME | MAP_MTIME | MAP_CTIME | MAP_CHTIME; in MapGetAttributes()
3326 … psFTFileData->ulAttributeMask |= MAP_ATTRIBUTES | MAP_ATIME | MAP_MTIME | MAP_CTIME | MAP_SIZE; in MapGetAttributes()