Lines Matching refs:time
61 #include <time.h>
414 " -t, --time SINCE Last referenced since this time\n"
518 * parse_time - Convert a time abbreviation to seconds
520 * @since: The absolute time referred to
550 ntfs_log_trace("Parsing time '%s' ago.\n", value);
554 ntfs_log_error("Invalid time '%s'.\n", value);
564 ntfs_log_error("Invalid time suffix '%s'. Use Y, M, W, D or H.\n", suffix);
583 ntfs_log_error("Invalid time suffix '%s'. Use Y, M, W, D or H.\n", suffix);
587 now = time(NULL);
624 { "time", required_argument, NULL, 't' },
829 "--match, --ignore-case, --size and --time.\n");
867 ntfs_log_error("You may not use --quiet and --verbose at the same time.\n");
1919 * set_date - Set the file's date and time
1921 * @date: Date and time to set
1923 * Give a file a particular date and time.
1925 * Return: 1 Success, set the file's date and time
1926 * 0 Error, failed to change the file's date and time
1938 ntfs_log_error("ERROR: Couldn't set the file's date and time\n");