Searched refs:date (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/freebsd-current/lib/libcalendar/
H A Dcalendar.h28 struct date { struct
34 struct date *easterg(int _year, struct date *_dt);
35 struct date *easterog(int _year, struct date *_dt);
36 struct date *easteroj(int _year, struct date *_dt);
37 struct date *gdate(int _nd, struct date *_dt);
38 struct date *jdat
[all...]
H A Dcalendar.c38 * month. This assumes the internal date representation, where a year
50 typedef struct date date; typedef in typeref:struct:date
54 static date jiswitch = {1582, 7, 3};
56 static date *date2idt(date *idt, date *dt);
57 static date *idt2date(date *dt, date *id
[all...]
H A Deaster.c32 typedef struct date date; typedef in typeref:struct:date
37 date *
38 easterg(int y, date *dt)
55 /* Compute the Gregorian date of Easter Sunday in Julian Calendar */
56 date *
57 easterog(int y, date *dt)
63 /* Compute the Julian date of Easter Sunday in Julian Calendar */
64 date *
65 easteroj(int y, date * d
[all...]
/freebsd-current/contrib/dialog/samples/
H A Dlisting6 date
/freebsd-current/tools/build/cross-build/
H A Ddate.sh5 exec /bin/date -r0 "$@"
H A DMakefile3 SCRIPTS= date.sh hostname.sh
/freebsd-current/contrib/bmake/unit-tests/
H A Darchive-suffix.exp1 `all' is up to date.
H A Dopt-touch-jobs.exp2 `opt-touch-join' is up to date.
3 `opt-touch-use' is up to date.
H A Dopt-touch.exp1 `opt-touch-join' is up to date.
2 `opt-touch-use' is up to date.
H A Darchive.exp4 Making libprog.a out-of-date archive.mk modmisc.mk varmisc.mk
8 Making create-archive out-of-date libprog.a
10 Making list-archive out-of-date libprog.a
16 Making list-archive-wildcard out-of-date archive-suffix.mk archive.mk ternary.mk
21 Making depend-on-existing-member out-of-date archive.mk
24 `depend-on-nonexistent-member' is up to date.
29 Examining libbad.a...up-to-date.
30 Examining -lbad...up-to-date.
31 Examining libgood.a...library...up-to-date.
32 Examining -lgood...library...up-to-date
[all...]
H A Dopt-query.exp5 Making opt-query-file.out-of-date in compat mode:
6 opt-query-file.out-of-date in compat mode: query status 1
8 Making opt-query-file.up-to-date in compat mode:
9 `opt-query-file.up-to-date' is up to date.
10 opt-query-file.up-to-date in compat mode: query status 0
15 Making opt-query-file.out-of-date in jobs mode:
16 opt-query-file.out-of-date in jobs mode: query status 1
18 Making opt-query-file.up-to-date in jobs mode:
19 opt-query-file.up-to-date i
[all...]
H A Dopt-no-action-touch.exp9 `opt-touch-join' is up to date.
10 `opt-touch-use' is up to date.
/freebsd-current/tools/test/stress2/misc/
H A Dreaper5.sh33 start=`date +%s`
34 while [ $((`date +%s` - start)) -lt 120 ]; do
H A Dzz-combo01.sh37 start=`date +%s`
38 while [ $((`date +%s` - start)) -lt 1200 ]; do
40 echo "`date +%T` $i"
H A Dprocstat2.sh37 start=`date +%s`
38 while [ $((`date +%s` - start)) -lt 300 ]; do
H A Dmmap38.sh36 start=`date +%s`
39 while [ $((`date +%s` - start)) -lt 300 ]; do
H A Dsort.sh40 start=`date '+%s'`
41 while [ $((`date '+%s'` - start)) -lt 180 ]; do
/freebsd-current/tools/test/stress2/tools/
H A Dfreeze.sh32 t1=`date '+%s'`
34 t2=`date '+%s'`
37 d1=`date -j -f '%s' '+%T' $t1`
38 d2=`date -j -f '%s' '+%T' $t2`
39 e=` date -u -j -f '%s' '+%T' $delta`
H A Dfreeze2.sh32 t1=`date '+%s'`
35 t2=`date '+%s'`
38 d1=`date -j -f '%s' '+%T' $t1`
39 d2=`date -j -f '%s' '+%T' $t2`
40 e=` date -u -j -f '%s' '+%T' $delta`
H A Duleak.sh33 start=`date '+%s'`
67 d=$(((`date '+%s'` - start) / 86400))
69 [ -n "$r" ] && echo "$d `date '+%T'` $r"
/freebsd-current/.cirrus-ci/
H A Dpkg-install.sh4 start_time=$(date +%s)
8 pkg install failed after $(($(date +%s) - $start_time))s
16 start_time=$(date +%s)
20 second pkg install failed after $(($(date +%s) - $start_time))s
/freebsd-current/contrib/bsddialog/examples_utility/
H A Dcalendar.sh17 DATE=$(./bsddialog --title " calendar " --date-format "%x" \
H A Ddatebox.sh17 DATE=$(./bsddialog --title " datebox " --date-format "%x" \
/freebsd-current/bin/date/
H A DMakefile5 PROG= date
6 SRCS= date.c vary.c
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_option_t.c36 char date[32]; local
102 _snprintf(date, sizeof(date)-1, "%12.12s file", date2);
105 snprintf(date, sizeof(date)-1, "%12.12s file", date2);
107 assertEqualMem(p + 42, date, strlen(date));

Completed in 212 milliseconds

1234567891011>>