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

12345678

/freebsd-10.3-release/contrib/byacc/package/debian/
H A Drules26 configure: configure-stamp
27 configure-stamp:
38 touch configure-stamp
40 build: build-stamp
41 build-stamp: configure-stamp
46 touch build-stamp
54 rm -f configure-stamp build-stamp install-stamp \
[all...]
/freebsd-10.3-release/contrib/dialog/package/debian/
H A Drules26 configure: configure-stamp
27 configure-stamp:
43 touch configure-stamp
45 build: build-stamp
46 build-stamp: configure-stamp
51 touch build-stamp
59 rm -f configure-stamp build-stamp install-stamp
[all...]
/freebsd-10.3-release/contrib/groff/
H A DMakefile.sub5 stamp-h \
23 # autoheader might not change config.hin, so touch a stamp file.
24 $(srcdir)/config.hin: stamp-h.in
25 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
27 echo timestamp > $(srcdir)/stamp-h.in
29 config.h: stamp-h
30 stamp-h: config.hin config.status
H A DMakefile.man5 $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
H A DMakefile.cpg27 $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
H A DMakefile.ccpg27 $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
/freebsd-10.3-release/usr.bin/script/
H A Dscript.c64 struct stamp { struct
384 struct stamp stamp; local
388 stamp.scr_len = cc;
389 stamp.scr_sec = tv.tv_sec;
390 stamp.scr_usec = tv.tv_usec;
391 stamp.scr_direction = direction;
392 iov[0].iov_len = sizeof(stamp);
393 iov[0].iov_base = &stamp;
419 #define swapstamp(stamp) d
432 struct stamp stamp; local
[all...]
/freebsd-10.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c78 uint64_t stamp; local
100 stamp = riscos_date(node->node->inode->st.st_mtime);
103 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr);
104 cd9660_731(stamp & 0x00ffffffffULL, arc->execaddr);
/freebsd-10.3-release/contrib/ntp/tests/sec-2853/
H A DMakefile.am62 @echo stamp > $@
68 @echo stamp > $@
74 @echo stamp > $@
/freebsd-10.3-release/contrib/groff/tmac/
H A DMakefile.sub38 stamp-wrap stamp-sed *-wrap man.tmac-sed ms.tmac-sed www.tmac-sed \
39 stamp-strip e.tmac-s doc.tmac-s doc-old.tmac-s \
47 all: stamp-strip stamp-wrap stamp-sed
50 stamp-strip stamp-wrap stamp-sed
87 stamp
[all...]
/freebsd-10.3-release/contrib/ntp/scripts/build/
H A DupdateBEDate19 my $stamp;
25 $stamp = localtime($mod_time);
30 # print "<$i> at <$stamp>\n";
/freebsd-10.3-release/sys/dev/drm/
H A Ddrm_sarea.h57 unsigned int stamp; member in struct:drm_sarea_drawable
/freebsd-10.3-release/sys/dev/drm2/
H A Ddrm_sarea.h59 unsigned int stamp; member in struct:drm_sarea_drawable
/freebsd-10.3-release/contrib/libstdc++/include/
H A DMakefile.am800 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \
801 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-debug stamp
[all...]
H A DMakefile.in1013 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \
1014 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-debug stamp
[all...]
/freebsd-10.3-release/contrib/gcclibs/libdecnumber/
H A DMakefile.in92 config.h: stamp-h1
93 test -f config.h || (rm -f stamp-h1 && $(MAKE) stamp-h1)
95 stamp-h1: $(srcdir)/config.in config.status
96 -rm -f stamp-h1
101 -rm -f stamp-h1
123 -rm -f config.h stamp-h1 config.status config.cache config.log \
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dreplay.c122 time_t stamp; member in struct:rc_entry
142 tmp.stamp = auth_lifespan;
209 ent.stamp = time(NULL);
221 t = ent.stamp - tmp.stamp;
223 if(tmp.stamp < t)
272 *auth_lifespan = ent.stamp;
/freebsd-10.3-release/contrib/ntp/tests/bug-2803/
H A DMakefile.am60 @echo stamp > $@
66 @echo stamp > $@
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dprettydate.c2 * prettydate - convert a time stamp to something readable
31 * Works by periodic extension of the ntp time stamp in the UN*X epoch.
64 const vint64 *stamp,
74 ts = tl = stamp->q_s;
100 hi = stamp->D_s.hi;
101 lo = stamp->D_s.lo;
63 get_struct_tm( const vint64 *stamp, int local) argument
/freebsd-10.3-release/contrib/gcclibs/libgomp/
H A DMakefile.am79 STAMP_GENINSRC = stamp-geninsrc
86 STAMP_BUILD_INFO = stamp-build-info
94 stamp-geninsrc: libgomp.info
100 stamp-build-info: libgomp.texi
/freebsd-10.3-release/contrib/ntp/tests/ntpq/
H A DMakefile.am76 @echo stamp > $@
83 @echo stamp > $@
90 @echo stamp > $@
/freebsd-10.3-release/sys/dev/patm/
H A Dif_patm_intr.c386 uint32_t stamp; local
388 stamp = le32toh(tsqe->stamp);
389 if (stamp & IDT_TSQE_EMPTY)
393 switch (IDT_TSQE_TYPE(stamp)) {
396 patm_tx(sc, stamp, le32toh(tsqe->stat));
406 tsqe->stamp = htole32(IDT_TSQE_EMPTY);
413 stamp = le32toh(tsqe->stamp);
414 } while (!(stamp
[all...]
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A DMakefile.in115 config.h: stamp-h1
116 test -f config.h || (rm -f stamp-h1 && $(MAKE) stamp-h1)
118 stamp-h1: $(srcdir)/config.in config.status
119 -rm -f stamp-h1
124 -rm -f stamp-h1
170 -rm -f config.h stamp-h1 config.status config.cache config.log \
/freebsd-10.3-release/contrib/dialog/po/
H A Dmakefile.inn51 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
94 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
106 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
183 rm -f cat-id-tbl.c stamp-cat-id *.gmo
/freebsd-10.3-release/contrib/groff/contrib/mom/
H A DMakefile.sub87 examples/stamp
96 $(PROCESSEDEXAMPLEFILES): penguin.ps examples/stamp
101 examples/stamp:

Completed in 280 milliseconds

12345678