Searched refs:day (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/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...]
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c64 char *day; local
74 day = nl_langinfo_l(DAY_1, loc);
75 if (strcmp(day, l->day1) != 0) {
77 day, l->day1);
80 test_debugf(t, "DAY1: %s", day);
82 day = nl_langinfo(DAY_1);
83 if (strcmp(day, "Sunday") != 0) {
84 test_failed(t, "C locale day wrong %s != Sunday",
85 day);
97 day
136 char *day; local
165 char *day, *cur, *yes; local
200 char *day, *cur, *yes; local
[all...]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c201 Date->day = DP_SET_DATE_TIME_IGNORE_FIELD;
215 Date->day = DP_SET_DATE_TIME_IGNORE_FIELD;
231 Date->day = ADM_twodigits(&String[2]);
238 if ((Date->day < 1) || (Date->day > 31))
249 Date->day = ADM_twodigits(&String[2]);
256 if ((Date->day < 1) || (Date->day > 31))
269 Date->day = ADM_twodigits(&String[2]);
281 if ((Date->day <
[all...]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_subr.c121 uint_t year, month, day, hour, min, sec; local
151 day = (int)(unixtime / 86400);
152 unixtime -= 86400 * day++; /* counting starts at 1 */
162 PC_DPRINTF3(1, "ux2pc date: %d.%d.%d\n", day, month, YEAR_ZERO + year);
168 ASSERT(day >= 1 && day <= days_in_month(month, year));
176 LE_16(year << YEARSHIFT | month << MONSHIFT | day << DAYSHIFT);
192 uint_t year, month, day, hour, min, sec; local
197 day = (LE_16(pctp->pct_date) >> DAYSHIFT) & DAYMASK;
209 day
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c63 static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff);
164 int year, month, day, hour, minute, sec, gmtoff; local
168 day = HDE_DATE_DAY(dp);
178 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
201 int year, month, day, hour, minute, sec, gmtoff; local
205 day = HSV_DATE_DAY(dp);
215 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
239 * Convert year(1970-2099)/month(1-12)/day(1-31) to seconds-since-1970/1/1.
244 hs_date_to_gmtime(year, mon, day, gmtoff)
247 int day;
[all...]
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c49 static int holidays[NHOLIDAYS]; /* holidays file day-of-year table */
58 * prime(0) and nonprime(1) times during a day
67 int daysend[] = {0, 60, 23}; /* the sec, min, hr of the day's end */
99 while ( tcur < tend ) { /* one iteration per day or part thereof */
112 } else { /* working day, PRIME or NONPRIME */
135 * Starting day after Christmas, complain if holidays not yet updated.
192 int doy; /* day of the year */
193 int month, day; local
257 /* This is the end of the day */
276 sscanf(holbuf, "%d/%d %*s %*s %*[^\n]\n", &month, &day);
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c95 int sec, min, hour, day, month, year; local
99 day = BCD_TO_BYTE(mostek[4] & 0x3f);
107 utc += days_thru_month[month] + day - 1;
108 utc = (utc << 3) + (utc << 4) + hour; /* 24 * day + hour */
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl209 my ($sec, $min, $hr, $day, $mon, $yr) = localtime(time);
211 $yr+1900, $mon+1, $day, $hr, $min, $sec);
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c273 char *day; local
310 day = strsep(&p, "T ");
319 day == NULL || strlen(day) != 2 || !isnumber(day) ||
330 tm.tm_mday = atoi(day);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh115 # Get the month. Next argument is day, followed by the year or time.
131 day=$2
134 # the time of day or the year.
161 echo $day $month $year
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vercheck.c80 * on the year, month, day, hour and minute by turning that into
87 int maj, year, month, day, hour, min; local
130 day = strtoi(c + 8, NULL);
132 if (year < 1995 || month == 0 || day == 0)
154 DAY(day) + HOUR(hour) + MINUTE(min));
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1082 int year, month, day, hour, minute, sec, gmtoff; local
1086 day = HDE_DATE_DAY(dp);
1096 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1117 int year, month, day, hour, minute, sec, gmtoff; local
1121 day = HSV_DATE_DAY(dp);
1131 tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
1155 * Convert year(1970-2099)/month(1-12)/day(1-31) to seconds-since-1970/1/1.
1160 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) argument
1168 (day < 1) || (day > 3
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c171 * HTTP date routines, dow[] for day of the week, Dow[] for day of the
172 * week for the Unix epoch (i.e. day 0 is a Thu), months[] for the months
173 * of the year, and dom[] for day number of the year for the first day
219 ssize_t day; local
224 /* Parse and skip day-of-week (we don't use it) */
264 /* Get day of the month */
278 day = n;
279 /* Get day/mont
602 ssize_t day; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c108 char *day = argv[LOGR_DAY]; local
115 (void) snprintf(buf, 32, "%s %s %s", month, day, time);
165 * <month> <day> <time> <host> <msg>
166 * <month> <day> <time> <host> <source>: [ID <ID> <facility.priority>] <msg>
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/SUNW,Sun-Fire-15000/
H A DSUNW,Sun-Fire-15000.esc62 N=3, T=1day, method=persistent,
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h128 uint8_t day; member in struct:cnx_fw_build_time_tag
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c174 int day = tme->tm_mday; local
191 num_sec += --day * 24 * 60 * 60;
248 gettext("day of year out of range (%d)"), tme->tm_yday);
265 * types are - 's' second, 'm' minute, 'h' hour, and 'd' day.
347 * For 'd' option clear out the hh:mm:ss to get to the start of the day.
348 * Then add one day's worth of seconds to get the 'b' time.
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c51 kmutex_t tod_lock; /* protects time-of-day stuff */
72 * Time of day and interval timer support.
75 * the time-of-day and per-process interval timers. Subroutines
710 * Advances timer value past the current time of day. See the detailed
1356 * into year/month/day/hour/minute/second format, and back again.
1372 long dse, day, month, year; local
1401 day = dse - 365 * (year - 70) - ((year - 69) >> 2);
1402 } while (day < 0);
1405 while (day >= days_thru_month[month + 1])
1408 tod.tod_day = day
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddate.c36 ** be represented, even though julian day numbers allow a much wider
67 double rJD; /* The julian day number */
68 int Y, M, D; /* Year, month, and day */
214 ** Convert from YYYY-MM-DD HH:MM:SS to julian day. We always assume
336 ** Compute the Year, Month, and Day from the julian day number.
362 ** Compute the Hour, Minute, and Seconds from the julian day number.
451 ** start of day
489 ** seconds since 1970. Convert to a real julian day number.
534 ** Move the date backwards to the beginning of the current day,
553 }else if( strcmp(z,"day")
580 int day; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh47 integer day=16
55 if (( newrec.born.day != 16 ))
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c316 (days > 1) ? "days" : "day",
320 (days > 1) ? "days" : "day");
345 char day[7][10];
343 char day[7][10]; member in struct:dummy_locale_info_t
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h103 L_DECL(day); variable
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodm5819p_rmc.c272 set_time_msg.day = tod.tod_day;
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1542 * PRGM | min hour day of month mon day of week
1550 int tm_mon, tm_mday, tm_wday, wday, m, min, h, hr, carry, day, days; local
1705 * will be on a different day than the current
1708 /* check monthly day specification */
1714 /* check weekly day specification */
1726 * the day of the month for the next occurance of this event.
1751 /* wd is the day of the week of the first of month mon */
1763 day = (day1 < day2) ? day1 : day2;
1767 day
[all...]

Completed in 130 milliseconds

12