/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.
|
archive.exp | 4 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 33 Making depend-on-existing-member out-of-date archive.mk 36 `depend-on-nonexistent-member' is up to date. 41 Examining libbad.a...up-to-date. 42 Examining -lbad...up-to-date. 43 Examining libgood.a...library...up-to-date. 44 Examining -lgood...library...up-to-date [all...] |
depsrc-optional.exp | 8 Examining optional...nonexistent...up-to-date. 9 Examining optional-cohort...nonexistent...:: operator and no sources...out-of-date. 10 : A leaf node using '::' is considered out-of-date. 12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date. 15 Examining all...nonexistent...modified before source "important"...out-of-date. 18 Examining .END...nonexistent...nonexistent and no sources...out-of-date.
|
varname-dot-make-meta-ignore_filter.exp | 4 Use .MAKE.META.IGNORE_FILTER - check-ignore is up to date 5 `check-ignore' is up to date. 7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date
|
varname-dot-make-meta-ignore_paths.exp | 4 Use .MAKE.META.IGNORE_PATHS - check-ignore is up to date 5 `check-ignore' is up to date. 7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date
|
varname-dot-make-meta-ignore_patterns.exp | 4 Use .MAKE.META.IGNORE_PATTERNS - check-ignore is up to date 5 `check-ignore' is up to date. 7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of 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/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/games/trek/ |
schedule.c | 62 double date; local in function:schedule 64 date = Now.date + offset; 74 type, date, i, x, y, z); 77 e->date = date; 98 double date; local in function:reschedule 103 date = Now.date + offset; 104 e->date = date [all...] |
dumpme.c | 84 reschedule(e, (e->date - Now.date) + x); 88 Ship.quadx, Ship.quady, Now.date);
|
rest.c | 80 t = Now.eventptr[E_LRTB]->date - Now.date;
|
/src/usr.sbin/mscdlabel/ |
iso9660.c | 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo 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/usr.bin/xlint/lint1/ |
makeman | 53 date="$1" 54 year="${date##* }" 87 .Dd $date
|
/src/sys/dev/ofw/ |
ofrtc.c | 162 int date[6]; local in function:ofrtc_gettod 173 date, date + 1, date + 2, date + 3, date + 4, date + 5)) { 177 dt->dt_sec = date[OFRTC_SEC]; 178 dt->dt_min = date[OFRTC_MIN]; 179 dt->dt_hour = date[OFRTC_HR] [all...] |
/src/etc/ |
monthly | 15 date="$(date)" 19 echo "Subject: $host monthly output for $date"
|
/src/tests/bin/ |
Makefile | 7 TESTS_SUBDIRS= cat cp date dd df expr pax ps sh sleep tar
|