Searched defs:date (Results 26 - 31 of 31) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h102 iso_date_t date; member in struct:iso_directory_record
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1116 file->date = ntfs2utc(si->last_data_change_time);
1293 strftime(buffer, sizeof(buffer), "%F %R", localtime(&file->date));
1396 * the percentage of the file that is recoverable, the last modification date,
1420 strftime(buffer, sizeof(buffer), "%F", localtime(&file->date));
1604 * set_date - Set the file's date and time
1606 * @date: Date and time to set
1608 * Give a file a particular date and time.
1610 * Return: 1 Success, set the file's date and time
1611 * 0 Error, failed to change the file's date and time
1613 static int set_date(const char *pathname, time_t date) argument
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c493 * current date and time. The auto snapshot name is of the form:
495 * <date>-<time>
497 * where <date> is in ISO standard format, so the resultant name
661 char *date = NULL; local
712 /* The remaining string should be the date field */
717 date = c+1;
719 /* Validate the date string by converting it into utc time */
720 if (strptime(date, "%Y-%m-%d-%T", &gmt_tm) == NULL ||
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c657 * For now, a date is input as a time_t and output as
662 time_t date; local
666 date = ((union convert *)p_data)->tlong;
668 localtime_r(&date, &tm)) > TEXT_LENGTH) {
670 (void) strncpy(buffer, "invalid date",
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.h166 sip_date_t date; member in union:sip_hdr_value::__anon2528
214 #define date_t hdr_value.date.t
215 #define date_d hdr_value.date.d
216 #define date_m hdr_value.date.m
217 #define date_y hdr_value.date.y
218 #define date_tz hdr_value.date.tz
219 #define date_wd hdr_value.date.wd
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_cro.c148 #define DB_DATE "date"
857 char *date, *server_id, *product_id, *chassis_id; local
888 if (nvlist_lookup_string(db_nvl, DB_DATE, &date) ||
899 if (date)
900 h->h_date = strdup(date);
909 if ((date && !h->h_date) ||
1606 * process is no longer around to keep things up to date, move

Completed in 44 milliseconds

12