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

1234567891011>>

/netbsd-current/usr.bin/make/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.
/netbsd-current/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
48 echo -n "++++++ TOOL DISTCLEAN: "; date
[all...]
/netbsd-current/sys/arch/acorn32/stand/lib/
H A Dnewvers_rm.sh45 # Try NetBSD date, fall back to GNU date.
46 t=$(date -u -r "$MKREPRO_TIMESTAMP" '+%d %b %Y' 2> /dev/null || \
47 date -u -d "@$MKREPRO_TIMESTAMP" '+%d %b %Y')
49 t=$(date +"%d %b %Y")
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dcreate-version.sh28 date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' $srcdir/../bfd/version.h`
29 ver=`sed -e "s/DATE/$date/;q" $srcdir/version.in`
/netbsd-current/bin/date/
H A DMakefile6 PROG= date
7 SRCS= date.c
15 COPTS.date.c = -Wno-format-nonliteral
/netbsd-current/tests/bin/date/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/bin/date
H A Dt_date.sh32 atf_set "descr" "Check that date(1) does not overflow (PR lib/46542)"
44 y=$(date +%Y)
46 yyy=$(date -d "$year years" +%Y) || continue
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dmfpipe.in73 $date = `date`;
74 chop $date;
99 print FILE "$whoami $date--------BEGIN LOG ENTRY-------------\n" if ($logfile);
/netbsd-current/share/man/man8/
H A DMAKEDEV2manpage.sh40 # - @@@DATE@@@ with the date from the previous version, if found
61 LC_ALL=C LC_CTYPE=C date=`date +"%B %e, %Y"`
63 date=`sed -n 's/^\.Dd //p' ${manpage}`
65 sed "s/@@@DATE@@@/$date/" ${tmpfile} > ${tmpfile}.2
/netbsd-current/external/bsd/ppp/dist/sample/
H A Dauth-down15 echo auth-down `date +'%y/%m/%d %T'` $* >> /var/log/pppstats
H A Dauth-up15 echo auth-up `date +'%y/%m/%d %T'` $* >> /var/log/pppstats
/netbsd-current/tools/date/
H A DMakefile5 HOSTPROGNAME= ${_TOOL_PREFIX}date
6 HOST_SRCDIR= bin/date
/netbsd-current/external/apache2/llvm/dist/llvm/utils/git/
H A Darcfilter.sh7 git commit --amend --date=now -F -
/netbsd-current/games/trek/
H A Dschedule.c62 double date; local
64 date = Now.date + offset;
74 type, date, i, x, y, z);
77 e->date = date;
98 double date; local
103 date = Now.date + offset;
104 e->date
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dctime.c85 fdate (char ** date, gfc_charlen_type * date_len) argument
88 *date = xmalloc (CTIME_BUFSZ);
89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
97 fdate_sub (char * date, gfc_charlen_type date_len) argument
100 gf_ctime (date, date_len, now);
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) argument
112 *date = xmalloc (CTIME_BUFSZ);
113 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
121 ctime_sub (GFC_INTEGER_8 * t, char * date, gfc_charlen_type date_len) argument
124 gf_ctime (date, date_le
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dctime.c85 fdate (char ** date, gfc_charlen_type * date_len) argument
88 *date = xmalloc (CTIME_BUFSZ);
89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
97 fdate_sub (char * date, gfc_charlen_type date_len) argument
100 gf_ctime (date, date_len, now);
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) argument
112 *date = xmalloc (CTIME_BUFSZ);
113 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
121 ctime_sub (GFC_INTEGER_8 * t, char * date, gfc_charlen_type date_len) argument
124 gf_ctime (date, date_le
[all...]
/netbsd-current/usr.sbin/mscdlabel/
H A Diso9660.c18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local
28 memcpy(date, d, 4); /* year */
29 memcpy(date + 5, d + 4, 2); /* month */
30 memcpy(date + 8, d + 6, 2); /* day */
31 memcpy(date + 11, d + 8, 2); /* hour */
32 memcpy(date + 14, d + 10, 2); /* min */
34 label, date);
/netbsd-current/external/bsd/libarchive/dist/cpio/test/
H A Dtest_option_t.c37 char date[32]; local
92 _snprintf(date, sizeof(date)-1, "%12.12s file", date2);
95 snprintf(date, sizeof(date)-1, "%12.12s file", date2);
97 assertEqualMem(p + 42, date, strlen(date));
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcreate-version.sh31 date=$(sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' "$srcdir/../bfd/version.h")
32 sed -e "s/DATE/$date/" < "$srcdir/version.in" > version.tmp
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcreate-version.sh31 date=$(sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' "$srcdir/../bfd/version.h")
32 sed -e "s/DATE/$date/" < "$srcdir/version.in" > version.tmp

Completed in 239 milliseconds

1234567891011>>