Home
last modified time | relevance | path

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

123

/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks29 "#MAKE#: `targ' is up to date.");
32 # Now update dep; in all cases targ should be out of date.
37 # Now update targ; in all cases targ should be up to date.
39 run_make_test(undef, '', "#MAKE#: `targ' is up to date.");
40 run_make_test(undef, '-L', "#MAKE#: `targ' is up to date.");
49 run_make_test(undef, '', "#MAKE#: `targ' is up to date.");
Ddash-n59 $answer = "$make_name: `a' is up to date.\n";
65 $answer = "$make_name: `a' is up to date.\n";
Ddash-W15 run_make_test(undef, '', "#MAKE#: `a.x' is up to date.");
24 run_make_test(undef, '', "#MAKE#: `a.x' is up to date.");
Ddash-t11 # 'up to date' without touching them.
/ndk/sources/host-tools/make-3.81/
Dvmsfunctions.c244 static long int date[2]; in cvt_time() local
249 date[0] = (tval & 0xff) << 24; in cvt_time()
250 date[1] = ((tval >> 8) & 0xffffff); in cvt_time()
252 if ((date[0] == 0) && (date[1] == 0)) in cvt_time()
255 sys$asctim (0, &date_str, date, 0); in cvt_time()
Dar.c76 long int datapos, long int size, long int date, int uid, int gid, int mode, char *name));
125 long int size UNUSED, long int date, in ar_member_date_1() argument
128 return ar_name_equal (name, mem, truncated) ? date : 0; in ar_member_date_1()
213 long int size UNUSED, long int date UNUSED, int uid UNUSED, in ar_glob_match()
Darscan.c742 long int date UNUSED, int uid UNUSED, int gid UNUSED, in ar_member_pos()
821 long int date, int uid, int gid, int mode) in describe_member() argument
828 printf (_(" Date %s"), ctime (&date)); in describe_member()
/ndk/build/tools/
Ddev-rebuild-ndk.sh36 OPTION_NDK_RELEASE=`date +%Y%m%d`
58 TODAY=`date '+%Y%m%d'`
Drebuild-all-prebuilt.sh41 RELEASE=`date +%Y%m%d`
Dbuild-llvm.sh33 RELEASE=`date +%Y%m%d`
Dmake-release.sh27 RELEASE=`date +%Y%m%d`
Dbuild-ndk-sysroot.sh297 DATE=`date +%Y%m%d`
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man197 my $date = strftime "%B %Y", localtime;
515 .TH $PROGRAM "$section" "$date" "$source" "$manual"
Dmdate-sh170 *:*) set `date`; eval year=\$$#
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DINTERMEDIATE45 $answer = "$make_name: `foo.d' is up to date.\n";
66 $answer = "$make_name: `foo.c' is up to date.\n";
DFORCE22 # and tricks the target into thinking that it is up to date. (Unless you
DPHONY32 # and tricks the target into thinking that it is up to date. (Unless you
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.am24 test $(COPYRIGHT_YEAR) = `date +%Y` || \
/ndk/sources/host-tools/make-3.81/config/
Dmdate-sh167 *:*) set `date`; eval year=\$$#
/ndk/sources/cxx-stl/stlport/stlport/using/
Dlocale46 // _lib.category.time_, date and time:
/ndk/sources/host-tools/sed-4.2.1/m4/
Ddouble-slash-root.m413 # short of a list of hosts. However, the only known hosts to date
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dreinvoke36 # In this test we create an included file that's out-of-date, but then
Ddouble_colon8 - Different prerequisites for targets: only out-of-date
/ndk/sources/host-tools/sed-4.2.1/po/
DMakevars42 # - Strings which make invalid assumptions about notation of date, time or
/ndk/sources/host-tools/make-3.81/po/
DMakevars46 # - Strings which make invalid assumptions about notation of date, time or

123