Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 1834) sorted by relevance

12345678910>>...74

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d8 $(TR $(TD Main date types) $(TD
12 $(TR $(TD Other date types) $(TD
42 module std.datetime.date;
475 @property void date(Date date) @safe pure nothrow @nogc in opCmp() function
477 _date = date; in opCmp()
4076 assert(date.opCmp(date) == 0);
6402 assert(date.diffMonths(date) == 0);
6588 assert(date.diffMonths(date) == 0);
7089 Date date; in fromISOWeek() local
7109 date = date._addDays(1);
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d8 module std.datetime.date;
427 @property void date(in Date date) @safe pure nothrow @nogc in opCmp() function
429 _date = date; in opCmp()
3924 assert(date.opCmp(date) == 0);
6237 assert(date.diffMonths(date) == 0);
6423 assert(date.diffMonths(date) == 0);
7667 date._day = 1; in min()
7669 return date; in min()
7688 date._day = 31; in max()
7690 return date; in max()
[all …]
/netbsd/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-settime.rst22date/offset] [**-P** ds date/offset] [**-P** sync date/offset] [**-A** date/offset] [**-R** date/o…
114 ``-P date/offset``
127 ``-A date/offset``
131 ``-R date/offset``
136 ``-I date/offset``
141 ``-D date/offset``
158 date of the successor key is set to the inactivation date of the
159 predecessor. The publication date is set to the activation date
166 date is not, the publication date defaults to this much time
167 before the activation date; conversely, if the publication date is
[all …]
H A Ddnssec-keyfromlabel.rst106 be set there as well, including publication date, activation date, etc. Keys
148 inactivation date of the existing one. The publication date is
183 ``-P date/offset``
189 ``-P sync date/offset``
193 ``-A date/offset``
198 ``-R date/offset``
203 ``-I date/offset``
208 ``-D date/offset``
213 ``-D sync date/offset``
221 date is not, the publication date defaults to this much time
[all …]
H A Ddnssec-importkey.rst22 …*-K** directory] [**-L** ttl] [**-P** date/offset] [**-P** sync date/offset] [**-D** date/offset] …
24 …*-K** directory] [**-L** ttl] [**-P** date/offset] [**-P** sync date/offset] [**-D** date/offset] …
82 explicitly prevent a date from being set, use ``none`` or ``never``.
84 ``-P date/offset``
85 This option sets the date on which a key is to be published to the zone. After
86 that date, the key is included in the zone but is not used
89 ``-P sync date/offset``
90 This option sets the date on which CDS and CDNSKEY records that match this key
93 ``-D date/offset``
94 This option sets the date on which the key is to be deleted. After that date, the
[all …]
H A Ddnssec-keygen.rst85 dates may be set there as well, including publication date, activation date,
178 the inactivation date of the existing one. The publication date is
216 ``-P date/offset``
222 ``-P sync date/offset``
226 ``-A date/offset``
233 ``-R date/offset``
238 ``-I date/offset``
243 ``-D date/offset``
248 ``-D sync date/offset``
256 date is not, the publication date defaults to this much time
[all …]
/netbsd/distrib/alpha/rz25dist/
H A Dbuild_dist12 echo -n "++++++ START: "; date
19 echo -n "++++++ TOOL CONF: "; date
21 echo -n "++++++ TOOL CLEAN: "; date
23 echo -n "++++++ TOOL MAKE: "; date
25 echo -n "++++++ TOOL INST: "; date
31 echo -n "++++++ SRC BUILD: "; date
35 echo -n "++++++ X11 WORLD: "; date
37 echo -n "++++++ X11 INST: "; date
44 echo -n "++++++ IMG MAKE: "; date
56 echo -n "++++++ X11 CLEAN: "; date
[all …]
/netbsd/external/gpl2/rcs/dist/src/
H A Drcsrev.c261 char const *date; in normalizeyear()
264 if (isdigit(date[0]) && isdigit(date[1]) && !isdigit(date[2])) {
267 year[2] = date[0];
268 year[3] = date[1];
272 return date;
285 date ? date2str(date,datebuf) : "",
439 (date && cmpdate(date,next->date) < 0) ||
487 if (date && cmpdate(date,next->date)<0) {
577 do { if ((!date || cmpdate(date,next->date)>=0) &&
622 if (date && cmpdate(date,trail->date)<0) {
[all …]
H A Drcstime.c46 time2date(unixtime,date) in time2date() argument
48 char date[datesize];
51 VOID sprintf(date,
127 date2str(date, datebuf) in date2str() argument
128 char const date[datesize]; in date2str()
131 register char const *p = date;
138 + (date[2]=='.' && VERSION(5)<=RCSversion ? 0 : 2),
139 (int)(p-date-1), date,
149 t.tm_year = atoi(date) - (date[2]=='.' ? 0 : 1900);
/netbsd/games/trek/
H A Dschedule.c62 double date; in schedule() local
64 date = Now.date + offset; in schedule()
74 type, date, i, x, y, z); in schedule()
77 e->date = date; in schedule()
98 double date; in reschedule() local
103 date = Now.date + offset; in reschedule()
104 e->date = date; in reschedule()
108 e->evcode, e->x, e->y, e->systemname, date); in reschedule()
130 e->evcode, e->date, e->x, e->y, e->systemname); in unschedule()
133 e->date = TOOLARGE; in unschedule()
/netbsd/sys/dev/ofw/
H A Dofrtc.c162 int date[6]; in ofrtc_gettod() local
173 date, date + 1, date + 2, date + 3, date + 4, date + 5)) { in ofrtc_gettod()
177 dt->dt_sec = date[OFRTC_SEC]; in ofrtc_gettod()
178 dt->dt_min = date[OFRTC_MIN]; in ofrtc_gettod()
179 dt->dt_hour = date[OFRTC_HR]; in ofrtc_gettod()
180 dt->dt_day = date[OFRTC_DOM]; in ofrtc_gettod()
181 dt->dt_mon = date[OFRTC_MON]; in ofrtc_gettod()
182 dt->dt_year = date[OFRTC_YR]; in ofrtc_gettod()
/netbsd/external/gpl2/xcvs/dist/doc/
H A Dgetdate.texi1 @c GNU date syntax documentation
16 @cindex date input formats
120 @command{date} to generate a date string intended to be parsed later,
126 $ LC_ALL=C TZ=UTC0 date
339 @dfn{Relative items} adjust a date (or the current date if none) forward
402 $ date -R
404 $ date --date='-1 month' +'Last month was %B?'
406 $ date --date="$(date +%Y-%m-15) -1 month" +'Last month was %B!'
425 other calendar date item (@pxref{Calendar date items}) appears before it
428 calendar date.
[all …]
H A Dgetdate-cvs.texi8 @c GNU date syntax documentation
23 @cindex date input formats
127 @command{date} to generate a date string intended to be parsed later,
133 $ LC_ALL=C TZ=UTC0 date
346 @dfn{Relative items} adjust a date (or the current date if none) forward
409 $ date -R
411 $ date --date='-1 month' +'Last month was %B?'
413 $ date --date="$(date +%Y-%m-15) -1 month" +'Last month was %B!'
432 other calendar date item (@pxref{Calendar date items}) appears before it
435 calendar date.
[all …]
/netbsd/external/bsd/ntp/dist/scripts/
H A Dinvoke-summary.texi23 * summary end-date:: end-date option
25 * summary start-date:: start-date option
49 --end-date=num End date
53 --start-date=num Start date
70 @node summary end-date
71 @subsection end-date option
72 @cindex summary-end-date
74 This is the ``end date'' option.
86 @node summary start-date
87 @subsection start-date option
[all …]
H A Dsummary-opts33 'end-date' => '',
37 'start-date' => '19700101',
42 'directory=s', 'end-date=i', 'output-directory=s',
43 'peer-dist-limit=f', 'skip-time-steps=f', 'start-date=i',
51 --end-date=num End date
55 --start-date=num Start date
/netbsd/usr.bin/cal/
H A Dcal.c672 int year, month, date; in gregorian_reform() local
695 date = 0; in gregorian_reform()
706 if ((i == 3 && date < 1) || date < 0 || in gregorian_reform()
727 if (date > 0) { in gregorian_reform()
734 reform->date = date; in gregorian_reform()
757 (date == 0 || month == reform->date)) in gregorian_reform()
782 date + in gregorian_reform()
799 date = 1; in gregorian_reform()
850 for (*diw %= 7; (*date - *done) <= mdays; (*date)++, (*diy)++) { in reform_day_array()
858 if (*date < reform->date || in reform_day_array()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dctime.c85 fdate (char ** date, gfc_charlen_type * date_len) in fdate() argument
88 *date = xmalloc (CTIME_BUFSZ); in fdate()
89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in fdate()
97 fdate_sub (char * date, gfc_charlen_type date_len) in fdate_sub() argument
100 gf_ctime (date, date_len, now); in fdate_sub()
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) in PREFIX()
112 *date = xmalloc (CTIME_BUFSZ); in PREFIX()
113 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in PREFIX()
121 ctime_sub (GFC_INTEGER_8 * t, char * date, gfc_charlen_type date_len) in ctime_sub() argument
124 gf_ctime (date, date_len, now); in ctime_sub()
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dctime.c85 fdate (char ** date, gfc_charlen_type * date_len) in fdate() argument
88 *date = xmalloc (CTIME_BUFSZ); in fdate()
89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in fdate()
97 fdate_sub (char * date, gfc_charlen_type date_len) in fdate_sub() argument
100 gf_ctime (date, date_len, now); in fdate_sub()
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) in PREFIX()
112 *date = xmalloc (CTIME_BUFSZ); in PREFIX()
113 *date_len = gf_ctime (*date, CTIME_BUFSZ, now); in PREFIX()
121 ctime_sub (GFC_INTEGER_8 * t, char * date, gfc_charlen_type date_len) in ctime_sub() argument
124 gf_ctime (date, date_len, now); in ctime_sub()
/netbsd/usr.sbin/mscdlabel/
H A Diso9660.c18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; in printinfo() local
28 memcpy(date, d, 4); /* year */ in printinfo()
29 memcpy(date + 5, d + 4, 2); /* month */ in printinfo()
30 memcpy(date + 8, d + 6, 2); /* day */ in printinfo()
31 memcpy(date + 11, d + 8, 2); /* hour */ in printinfo()
32 memcpy(date + 14, d + 10, 2); /* min */ in printinfo()
34 label, date); in printinfo()
/netbsd/external/bsd/libarchive/dist/cpio/test/
H A Dtest_option_t.c37 char date[32]; in DEFINE_TEST() local
92 _snprintf(date, sizeof(date)-1, "%12.12s file", date2); in DEFINE_TEST()
95 snprintf(date, sizeof(date)-1, "%12.12s file", date2); in DEFINE_TEST()
97 assertEqualMem(p + 42, date, strlen(date)); in DEFINE_TEST()
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dmeteorological10 >>&32 string x \b, date %15.15s
14 >>&32 string x \b, date %15.15s
18 >>&32 string x \b, date %15.15s
22 >>&32 string x \b, date %15.15s
26 >>&32 string x \b, date %15.15s
30 >>&32 string x \b, date %15.15s
34 >>&32 string x \b, date %15.15s
38 >>&32 string x \b, date %15.15s
42 >>&32 string x \b, date %15.15s
/netbsd/external/gpl2/xcvs/dist/src/
H A Dentries.c54 ent->date = xstrdup (date); in Entnode_Create()
74 if (ent->date) in Entnode_Destroy()
75 free (ent->date); in Entnode_Destroy()
219 options, tag ? tag : "", date ? date : ""); in Register()
258 if (sdtp->date) in freesdt()
259 free (sdtp->date); in freesdt()
337 date = NULL; in fgetentent()
341 date = tag_or_date + 1; in fgetentent()
414 else if (p->date) in fputentent()
460 sdtp->date = xstrdup (dirdate); in Entries_Open()
[all …]
H A Dvers_ts.c43 Version_TS (struct file_info *finfo, char *options, char *tag, char *date, in Version_TS() argument
106 if (!(tag || date) && !(sdtp && sdtp->aflag)) in Version_TS()
109 vers_ts->date = xstrdup (entdata->date); in Version_TS()
164 if (tag || date) in Version_TS()
167 vers_ts->date = xstrdup (date); in Version_TS()
176 if (!vers_ts->date) in Version_TS()
177 vers_ts->date = xstrdup (sdtp->date); in Version_TS()
206 vers_ts->date, force_tag_match, in Version_TS()
460 if ((*versp)->date) in freevers_ts()
461 free ((*versp)->date); in freevers_ts()
/netbsd/sys/dev/acpi/
H A Dacpi_quirks.c133 unsigned long date; in acpi_quirks_bios_year() local
138 date = strtoul(datestr, NULL, 10); in acpi_quirks_bios_year()
139 if (date == 0 || date == ULONG_MAX) in acpi_quirks_bios_year()
141 if (date < 19000000 || date > 99999999) in acpi_quirks_bios_year()
143 return date / 10000; in acpi_quirks_bios_year()
/netbsd/usr.bin/make/unit-tests/
H A Dopt-query.mk24 _!= touch -f opt-query-file.up-to-date
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
57 @rm -f opt-query-file.up-to-date
79 opt-query-file.out-of-date: ${MAKEFILE}
80 opt-query-file.up-to-date: ${MAKEFILE}

12345678910>>...74