HomeSort by: relevance | last modified time | path
    Searched refs:date (Results 1 - 25 of 531) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
archive-suffix.exp 1 `all' is up to date.
opt-touch-jobs.exp 2 `opt-touch-join' is up to date.
3 `opt-touch-use' is up to date.
opt-touch.exp 1 `opt-touch-join' is up to date.
2 `opt-touch-use' is up to date.
opt-query.exp 5 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 in jobs mode: query status
    [all...]
opt-no-action-touch.exp 9 `opt-touch-join' is up to date.
10 `opt-touch-use' is up to date.
  /src/distrib/alpha/rz25dist/
build_dist 12 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...]
  /src/sys/arch/acorn32/stand/lib/
newvers_rm.sh 45 # 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")
  /src/external/bsd/openldap/dist/tests/scripts/
functions.sh 18 now=`date +%s`
20 date -u $DATEOPT$delta +%T
  /src/external/gpl3/gdb.old/dist/sim/common/
create-version.sh 28 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`
  /src/external/gpl3/gdb/dist/sim/common/
create-version.sh 28 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`
  /src/bin/date/
Makefile 6 PROG= date
7 SRCS= date.c
15 COPTS.date.c = -Wno-format-nonliteral
  /src/tests/bin/date/
Makefile 5 TESTSDIR= ${TESTSBASE}/bin/date
t_date.sh 32 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
  /src/share/man/man8/
MAKEDEV2manpage.sh 40 # - @@@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
  /src/tools/date/
Makefile 5 HOSTPROGNAME= ${_TOOL_PREFIX}date
6 HOST_SRCDIR= bin/date
  /src/external/apache2/llvm/dist/llvm/utils/git/
arcfilter.sh 7 git commit --amend --date=now -F -
  /src/external/bsd/ppp/dist/sample/
auth-down 15 echo auth-down `date +'%y/%m/%d %T'` $* >> /var/log/pppstats
auth-up 15 echo auth-up `date +'%y/%m/%d %T'` $* >> /var/log/pppstats
  /src/external/gpl2/xcvs/dist/contrib/
mfpipe.in 35 # Date: Fri, 28 Feb 92 09:54:21 MST
51 # Date: Wed Feb 26 18:34:53 MST 1992
73 $date = `date`;
74 chop $date;
99 print FILE "$whoami $date--------BEGIN LOG ENTRY-------------\n" if ($logfile);
  /src/games/trek/
schedule.c 62 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 = date
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
ctime.c 85 fdate (char ** date, gfc_charlen_type * date_len)
88 *date = xmalloc (CTIME_BUFSZ);
89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
97 fdate_sub (char * date, gfc_charlen_type date_len)
100 gf_ctime (date, date_len, now);
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t)
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)
124 gf_ctime (date, date_len, now)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
ctime.c 85 fdate (char ** date, gfc_charlen_type * date_len)
88 *date = xmalloc (CTIME_BUFSZ);
89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
97 fdate_sub (char * date, gfc_charlen_type date_len)
100 gf_ctime (date, date_len, now);
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t)
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)
124 gf_ctime (date, date_len, now)
    [all...]
  /src/usr.sbin/mscdlabel/
iso9660.c 18 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);
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_t.c 18 char date[48]; local
70 /* Date varies depending on local timezone and locale. */
85 _snprintf(date, sizeof(date)-1, "%12s file", date2);
88 snprintf(date, sizeof(date)-1, "%12s file", date2);
90 assertEqualMem(p + 42, date, strlen(date));
  /src/usr.bin/xlint/lint1/
makeman 53 date="$1"
54 year="${date##* }"
87 .Dd $date

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>