Searched defs:day (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmweek.c45 * 0 sunday first day of week
46 * 1 monday first day of week
47 * 2 monday first day of iso week
49 * if day<0 then set tm to first day of week
50 * otherwise set tm to day in week
55 tmweek(Tm_t* tm, int type, int week, int day) argument
61 if ((day = tm->tm_wday - tm->tm_yday % 7) < 0)
62 day += 7;
63 week = (tm->tm_yday + offset[day][typ
[all...]
H A Dtmxdate.c172 int day; local
211 day = -1;
222 * get <weekday year month day hour minutes seconds ?[ds]t [ap]m>
523 * min hour day-of-month month day-of-week
555 char day[7]; local
606 * day of month
627 * day of week
630 if ((k = range(t, &t, day, 0, 6)) < 0)
666 if (hit[j] && day[
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Ddatetime.c64 grub_ieee1275_cell_t day; member in struct:get_time_args
97 datetime->day = args.day;
115 grub_ieee1275_cell_t day; member in struct:set_time_args
142 args.day = datetime->day;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h29 grub_uint8_t day; member in struct:grub_datetime
103 ret += (datetime->day - 1) * SECPERDAY;
104 if ((datetime->day > months[datetime->month - 1]
105 && (!ay || datetime->month != 2 || datetime->day != 29))
106 || datetime->day < 1)
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c92 int sec, min, hour, day, month, year; local
96 day = BCD_TO_BYTE(mostek[4] & 0x3f);
104 utc += days_thru_month[month] + day - 1;
105 utc = (utc << 3) + (utc << 4) + hour; /* 24 * day + hour */
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c107 char *day = argv[LOGR_DAY]; local
114 (void) snprintf(buf, 32, "%s %s %s", month, day, time);
164 * <month> <day> <time> <host> <msg>
165 * <month> <day> <time> <host> <source>: [ID <ID> <facility.priority>] <msg>
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c317 (days > 1) ? "days" : "day",
321 (days > 1) ? "days" : "day");
337 char day[7][10];
335 char day[7][10]; member in struct:dummy_locale_info_t
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c58 grub_int32_t day; member in struct:grub_affs_time
494 info.mtime = grub_be_to_cpu32 (node->di.mtime.day) * 86400
H A Diso9660.c63 grub_uint8_t day; member in struct:grub_iso9660_date2
89 grub_uint8_t day[2]; member in struct:grub_iso9660_date
187 && ! i->day[0] && ! i->day[1]
196 datetime.day = (i->day[0] - '0') * 10 + (i->day[1] - '0');
214 datetime.day = i->day;
1019 && ! data->voldesc.modified.day[
[all...]
H A Dudf.c151 grub_uint8_t day; member in struct:grub_udf_timestamp
969 datetime.day = tstamp->day;
/osnet-11/usr/src/lib/libsqlite/src/
H A Ddate.c34 ** be represented, even though julian day numbers allow a much wider
65 double rJD; /* The julian day number */
66 int Y, M, D; /* Year, month, and day */
212 ** Convert from YYYY-MM-DD HH:MM:SS to julian day. We always assume
334 ** Compute the Year, Month, and Day from the julian day number.
360 ** Compute the Hour, Minute, and Seconds from the julian day number.
449 ** start of day
487 ** seconds since 1970. Convert to a real julian day number.
532 ** Move the date backwards to the beginning of the current day,
551 }else if( strcmp(z,"day")
578 int day; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c223 unsigned long day; member in struct:State_s
1047 np->second.u = state->day - (np->first.u + 1) * DAY - 1;
1052 np->first.u = state->day - np->first.u * DAY + 1;
1055 np->second.u = state->day - np->first.u * DAY - 1;
1056 np->first.u = state->day - (np->first.u + 1) * DAY;
1304 state->day = tmtime(tm, TM_LOCALZONE);
1314 state->day = np->first.u;
1775 state.day = state.now = (unsigned long)time(NiL);
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h165 short day; member in struct:__anon2586
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h746 grub_efi_uint8_t day; member in struct:grub_efi_time
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h621 CK_CHAR day[2]; /* the day ("01" - "31") */ member in struct:CK_DATE

Completed in 67 milliseconds