/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmweek.c | 45 * 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 D | tmxdate.c | 172 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 D | datetime.c | 64 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 D | datetime.h | 29 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 D | display_funcs.c | 92 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 D | eventlog_log.c | 107 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 D | str_conv.c | 317 (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 D | affs.c | 58 grub_int32_t day; member in struct:grub_affs_time 494 info.mtime = grub_be_to_cpu32 (node->di.mtime.day) * 86400
|
H A D | iso9660.c | 63 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 D | udf.c | 151 grub_uint8_t day; member in struct:grub_udf_timestamp 969 datetime.day = tstamp->day;
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | date.c | 34 ** 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 D | find.c | 223 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 D | slp_ami.h | 165 short day; member in struct:__anon2586
|
/osnet-11/usr/src/grub/grub2/include/grub/efi/ |
H A D | api.h | 746 grub_efi_uint8_t day; member in struct:grub_efi_time
|
/osnet-11/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 621 CK_CHAR day[2]; /* the day ("01" - "31") */ member in struct:CK_DATE
|