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

/ndk/sources/host-tools/make-3.81/
H A Dvmsfunctions.c168 /* Revision date */
170 /* Creation date */
173 /* Revision date */
175 /* Creation date */
244 static long int date[2]; local
249 date[0] = (tval & 0xff) << 24;
250 date[1] = ((tval >> 8) & 0xffffff);
252 if ((date[0] == 0) && (date[1] == 0))
255 sys$asctim (0, &date_str, date,
[all...]
H A Dar.c77 long int datapos, long int size, long int date, int uid, int gid, int mode, char *name));
126 long int size UNUSED, long int date,
129 return ar_name_equal (name, mem, truncated) ? date : 0;
216 long int size UNUSED, long int date UNUSED, int uid UNUSED,
123 ar_member_date_1(int desc UNUSED, char *mem, int truncated, long int hdrpos UNUSED, long int datapos UNUSED, long int size UNUSED, long int date, int uid UNUSED, int gid UNUSED, int mode UNUSED, char *name) argument
H A Darscan.c118 member date,
124 NOTE: on VMS systems, only name, date, and arg are meaningful!
247 char ar_date[12]; /* File date, decimal seconds since Epoch. */
288 member date,
746 long int date UNUSED, int uid UNUSED, int gid UNUSED,
754 /* Set date of member MEMNAME in archive ARNAME to current time.
826 long int date, int uid, int gid, int mode)
833 printf (_(" Date %s"), ctime (&date));
819 describe_member(int desc, char *name, int truncated, long int hdrpos, long int datapos, long int size, long int date, int uid, int gid, int mode) argument
/ndk/sources/host-tools/sed-4.2.1/
H A DMakefile.am24 test $(COPYRIGHT_YEAR) = `date +%Y` || \
/ndk/build/tools/
H A Dbuild-analyzer.sh33 RELEASE=`date +%Y%m%d`
H A Ddev-rebuild-ndk.sh36 OPTION_NDK_RELEASE=`date +%Y%m%d`
89 TODAY=`date '+%Y%m%d'`
H A Drebuild-all-prebuilt.sh59 RELEASE=`date +%Y%m%d`
H A Dmake-release.sh26 # The default release name (use today's date)
27 RELEASE=`date +%Y%m%d`
H A Dbuild-ndk-sysroot.sh297 DATE=`date +%Y%m%d`
H A Ddownload-toolchain-sources.sh31 # the default release name (use today's date)
35 RELEASE=`date +%Y%m%d`
40 register_var_option "--git-date=<date>" GIT_DATE "Only sources that existed until specified <date>"
74 correspond to the date of $TOOLCHAIN_GIT_DATE. If you want to use the tip of
75 tree, use '--git-date=now' instead.
H A Dbuild-device-llvm.sh32 RELEASE=`date +%Y%m%d`
H A Dpackage-release.sh36 # the default release name (use today's date)
37 RELEASE=`date +%Y%m%d`
H A Dbuild-gcc.sh33 RELEASE=`date +%Y%m%d`
H A Dbuild-llvm.sh33 RELEASE=`date +%Y%m%d`
/ndk/sources/host-tools/make-3.81/config/
H A Dmdate-sh54 # Prevent date giving response in another language.
84 # To find the date, we split the line on spaces and iterate on words
89 # words should be skipped to get the date.
167 *:*) set `date`; eval year=\$$#
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dhelp2man188 # Turn off localisation of date (for strftime).
197 my $date = strftime "%B %Y", localtime;
515 .TH $PROGRAM "$section" "$date" "$source" "$manual"
H A Dmdate-sh53 # Prevent date giving response in another language.
87 # To find the date, we split the line on spaces and iterate on words
92 # words should be skipped to get the date.
170 *:*) set `date`; eval year=\$$#
H A Dtexinfo.tex35 % of date, so if that's what you're using, please check.
/ndk/tests/abcc/
H A Dbuild-abcc.sh46 DEFAULT_TMP_SRC_DIR=/tmp/ndk-$USER/ndk-toolchain-source-`date +%s`
/ndk/tests/device/test-libc++-shared-full/jni/
H A DAndroid.mk3874 $(call gen-test, utilities/date.time/tested_elsewhere)
/ndk/tests/device/test-libc++-static-full/jni/
H A DAndroid.mk3865 $(call gen-test, utilities/date.time/tested_elsewhere)

Completed in 2673 milliseconds