Lines Matching defs:ntfs_time_str
688 char *ntfs_time_str = NULL;
690 ntfs_time_str = ntfsinfo_time_to_str(standard_attr->creation_time);
691 printf("\tFile Creation Time:\t %s",ntfs_time_str);
693 ntfs_time_str = ntfsinfo_time_to_str(
695 printf("\tFile Altered Time:\t %s",ntfs_time_str);
697 ntfs_time_str = ntfsinfo_time_to_str(
699 printf("\tMFT Changed Time:\t %s",ntfs_time_str);
701 ntfs_time_str = ntfsinfo_time_to_str(standard_attr->last_access_time);
702 printf("\tLast Accessed Time:\t %s",ntfs_time_str);
842 char *ntfs_time_str;
844 ntfs_time_str = ntfsinfo_time_to_str(
846 printf("%sFile Creation Time:\t %s", indent, ntfs_time_str);
848 ntfs_time_str = ntfsinfo_time_to_str(
850 printf("%sFile Altered Time:\t %s", indent, ntfs_time_str);
852 ntfs_time_str = ntfsinfo_time_to_str(
854 printf("%sMFT Changed Time:\t %s", indent, ntfs_time_str);
856 ntfs_time_str = ntfsinfo_time_to_str(
858 printf("%sLast Accessed Time:\t %s", indent, ntfs_time_str);