Searched refs:stamp (Results 1 - 25 of 233) sorted by relevance

12345678910

/macosx-10.10/zsh-61/zsh/
H A D.preconfig7 echo > stamp-h.in
H A DMakefile.in127 rm -f Makefile config.h config.status config.log config.cache config.modules config.modules.sh stamp-h Config/defs.mk
131 cd $(sdir) && rm -f config.h.in stamp-h.in configure
144 config.h: stamp-h
145 stamp-h: $(sdir)/config.h.in config.status
152 $(sdir)/config.h.in: $(sdir)/stamp-h.in
153 $(sdir)/stamp-h.in: $(sdir)/configure.ac \
155 echo > $(sdir)/stamp-h.in
/macosx-10.10/patch_cmds-17/diffstat/package/debian/
H A Drules26 configure: configure-stamp
27 configure-stamp:
37 touch configure-stamp
39 build: build-stamp
40 build-stamp: configure-stamp
45 touch build-stamp
53 rm -f configure-stamp build-stamp install-stamp \
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.in acconfig.h
12 echo timestamp > ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-version/
H A DMakefile.am.inc41 atf-version/revision.h: atf-version/revision.h.stamp
43 @cmp -s atf-version/revision.h atf-version/revision.h.stamp || \
44 cp -p atf-version/revision.h.stamp atf-version/revision.h
46 CLEANFILES += atf-version/revision.h.stamp
47 .PHONY: atf-version/revision.h.stamp
48 atf-version/revision.h.stamp:
51 -m "$(MTN)" -r $(top_srcdir) -o atf-version/revision.h.stamp \
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmsg_rate_delay.c9 /* void msg_rate_delay(stamp, delay, log_fn, fmt, ...)
10 /* time_t *stamp;
24 /* .IP stamp
25 /* Time stamp of last log output; specify a zero time stamp
71 void msg_rate_delay(time_t *stamp, int delay, argument
102 if (*stamp + delay > now)
104 *stamp = now;
129 time_t stamp = 0; local
132 msg_rate_delay(&stamp,
[all...]
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dfile_task.rb13 # Is this file task needed? Yes if it doesn't exist, or if its time stamp
19 # Time stamp for file task.
30 # Are there any prerequisites with a later time than the given time stamp?
31 def out_of_date?(stamp)
32 @prerequisites.any? { |n| application[n, @scope].timestamp > stamp}
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/debian/
H A Drules22 build: build-stamp
23 build-stamp:
31 touch build-stamp
36 rm -f build-stamp
/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dexternal.h39 except by finding a header without a recognized 'stamp'.
55 /* The header is recognized by "VeRsIoN#" in the stamp field. */
56 char stamp[8]; local
76 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
78 char stamp[10]; local
91 /* The header is recognized by "MeSsAgEs" in the stamp field. */
93 char stamp[8]; local
159 /* The header is recognized by "CuStHeAd" in the stamp field. */
160 char stamp[8]; local
H A Dinternal.h205 /* The header is recognized by "VeRsIoN#" in the stamp field. */
206 char stamp[8]; member in struct:nlm_internal_version_header
222 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
223 char stamp[10]; member in struct:nlm_internal_copyright_header
235 /* The header is recognized by "MeSsAgEs" in the stamp field. */
236 char stamp[8]; member in struct:nlm_internal_extended_header
279 /* The header is recognized by "CuStHeAd" in the stamp field. */
280 char stamp[8]; member in struct:nlm_internal_custom_header
298 /* The header is recognized by "CyGnUsEx" in the stamp field. */
299 char stamp[ member in struct:nlm_internal_cygnus_ext_header
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_usnjrnl.c51 * ntfs_usnjrnl_stamp - stamp the transaction log ($UsnJrnl) on an ntfs volume
52 * @vol: ntfs volume on which to stamp the transaction log
64 sle64 j_size, stamp; local
89 stamp = ntfs_current_time();
98 (unsigned long long)sle64_to_cpu(stamp),
101 uh->journal_id = stamp;
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A Dautoungunk.sh17 missing mkinstalldirs stamp-h.* Makefile.in \
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/javax/security/auth/callback/
H A DMakefile.am55 $(CLASSES): callback.stamp
H A DMakefile198 -rm *.class classjavasasl.stamp
204 install-javasaslJAVA: classjavasasl.stamp
217 classjavasasl.stamp: $(javasasl_JAVA)
219 echo timestamp > classjavasasl.stamp
258 all-am: Makefile classjavasasl.stamp
272 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
305 $(CLASSES): callback.stamp
/macosx-10.10/zsh-61/zsh/Src/
H A DMakefile.in65 NSTMP = stamp-modobjs
66 NLIST = `cat stamp-modobjs`
94 stamp-modobjs: modobjs
95 @if cmp -s stamp-modobjs.tmp stamp-modobjs; then \
96 rm -f stamp-modobjs.tmp; \
97 echo "\`stamp-modobjs' is up to date."; \
99 mv -f stamp-modobjs.tmp stamp-modobjs; \
100 echo "Updated \`stamp
[all...]
H A DMakemod.in.in65 @rm -f $(dir_src)/stamp-modobjs
71 @rm -f $(dir_src)/stamp-modobjs
119 headers: $(dir_src)/modules.stamp
120 $(dir_src)/modules.stamp: $(MDDS)
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dfind.h67 unsigned long stamp; /* codes time stamp */ member in struct:Find_s
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dreplay.c122 time_t stamp; member in struct:rc_entry
142 tmp.stamp = auth_lifespan;
207 ent.stamp = time(NULL);
219 t = ent.stamp - tmp.stamp;
221 if(tmp.stamp < t)
270 *auth_lifespan = ent.stamp;
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDALog.c63 char stamp[10]; local
65 if ( strftime( stamp, sizeof( stamp ), "%T ", localtime( &clock ) ) )
67 fprintf( __gDALogDebugFile, "%s", stamp );
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconRecord.h85 void setTimestamp(time_t stamp) { m_stamp = stamp; } argument
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdate.py89 stamp = CFAbsoluteTimeAddGregorianUnits(now, tz, units)
90 self.failUnless(stamp - now == 24 * 3600)
92 units = CFAbsoluteTimeGetDifferenceAsGregorianUnits(stamp, now, tz, kCFGregorianAllUnits)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdate.py75 stamp = CFAbsoluteTimeAddGregorianUnits(now, tz, units)
76 self.assertEqual(stamp - now , 24 * 3600)
77 units = CFAbsoluteTimeGetDifferenceAsGregorianUnits(stamp, now, tz, kCFGregorianAllUnits)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfdate.py88 stamp = CFAbsoluteTimeAddGregorianUnits(now, tz, units)
89 self.assertEqual(stamp - now , 24 * 3600)
90 units = CFAbsoluteTimeGetDifferenceAsGregorianUnits(stamp, now, tz, kCFGregorianAllUnits)
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c620 asl_make_timestamp(time_t stamp, uint32_t flags, char *buf, size_t len) argument
630 gmtime_r(&stamp, &t);
636 gmtime_r(&stamp, &t);
643 localtime_r(&stamp, &t);
661 localtime_r(&stamp, &t);
677 snprintf(buf, len, "%c%lu", STYLE_SEC_PREFIX_CHAR, stamp);
694 if (dst->stamp == 0) dst->stamp = time(NULL);
695 asl_make_timestamp(dst->stamp, dst->flags, tstamp, sizeof(tstamp));
907 if (dst->stamp
2073 _check_file_name(const char *name, const char *base, bool src, char **stamp) argument
2164 _parse_stamp_style(char *stamp, uint32_t flags, uint32_t *sp, time_t *tp) argument
2283 char *stamp = NULL; local
[all...]
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_socket.rb436 stamp = nil
441 msg, addr, rflags, stamp = s1.recvmsg
443 assert(stamp.cmsg_is?(:SOCKET, :TIMESTAMP))
448 assert_match(pat, stamp.inspect)
449 t = stamp.timestamp
452 assert_match(pat, stamp.inspect)
458 stamp = nil
468 msg, addr, rflags, stamp = s1.recvmsg
470 assert(stamp.cmsg_is?(:SOCKET, :TIMESTAMPNS))
475 assert_match(pat, stamp
[all...]

Completed in 224 milliseconds

12345678910