Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 25 of 260) sorted by relevance

1234567891011

/freebsd-12-stable/usr.bin/script/
Dscript.c66 struct stamp { struct
386 struct stamp stamp; in record() local
390 stamp.scr_len = cc; in record()
391 stamp.scr_sec = tv.tv_sec; in record()
392 stamp.scr_usec = tv.tv_usec; in record()
393 stamp.scr_direction = direction; in record()
394 iov[0].iov_len = sizeof(stamp); in record()
395 iov[0].iov_base = &stamp; in record()
421 #define swapstamp(stamp) do { \ argument
422 if (stamp.scr_direction > 0xff) { \
[all …]
/freebsd-12-stable/contrib/dialog/package/debian/
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
63 install: install-stamp
64 install-stamp: build-stamp
72 touch install-stamp
[all …]
/freebsd-12-stable/contrib/byacc/package/debian/
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 \
61 install: install-stamp
62 install-stamp: build-stamp
70 touch install-stamp
[all …]
/freebsd-12-stable/contrib/libstdc++/include/
DMakefile.am800 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \
801 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-debug stamp-host
815 stamp-std: ${std_headers}
819 if [ ! -f stamp-std ]; then \
825 $(STAMP) stamp-std
827 stamp-bits: ${bits_headers}
831 if [ ! -f stamp-bits ]; then \
834 $(STAMP) stamp-bits
836 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra}
840 if [ ! -f stamp-c_base ]; then \
[all …]
DMakefile.in1013 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \
1014 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-debug stamp-host
1198 stamp-std: ${std_headers}
1202 if [ ! -f stamp-std ]; then \
1208 $(STAMP) stamp-std
1210 stamp-bits: ${bits_headers}
1214 if [ ! -f stamp-bits ]; then \
1217 $(STAMP) stamp-bits
1219 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra}
1223 if [ ! -f stamp-c_base ]; then \
[all …]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/delegate/
Ddelegate_common.kshlib397 typeset stamp=${perm}.${user}.$($DATE +'%F-%R:%S')
398 typeset snap=$dtst@snap.$stamp
403 typeset bak_user=$TMPDIR/bak.$user.$stamp
404 typeset bak_root=$TMPDIR/bak.root.$stamp
428 typeset stamp=${perm}.${user}.$($DATE +'%F-%R:%S')
429 typeset newfs=$fs/newfs.$stamp
430 typeset newvol=$fs/newvol.$stamp
431 typeset bak_user=$TMPDIR/bak.$user.$stamp
432 typeset bak_root=$TMPDIR/bak.root.$stamp
443 typeset dtstsnap=$dtst@snap.$stamp
[all …]
/freebsd-12-stable/contrib/libpcap/
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.ac aclocal.m4
12 echo timestamp > ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
/freebsd-12-stable/contrib/tcpdump/
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.ac aclocal.m4
12 echo timestamp > ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
/freebsd-12-stable/contrib/gcclibs/libdecnumber/
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-12-stable/usr.sbin/makefs/cd9660/
Dcd9660_archimedes.c81 uint64_t stamp; in archimedes_convert_node() local
100 stamp = riscos_date(node->node->inode->st.st_mtime); in archimedes_convert_node()
103 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr); in archimedes_convert_node()
104 cd9660_731(stamp & 0x00ffffffffULL, arc->execaddr); in archimedes_convert_node()
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dreplay.c122 time_t stamp; member
142 tmp.stamp = auth_lifespan; in krb5_rc_initialize()
209 ent.stamp = time(NULL); in krb5_rc_store()
221 t = ent.stamp - tmp.stamp; in krb5_rc_store()
223 if(tmp.stamp < t) in krb5_rc_store()
272 *auth_lifespan = ent.stamp; in krb5_rc_get_lifespan()
/freebsd-12-stable/contrib/gcclibs/libcpp/
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-12-stable/contrib/gcclibs/libgomp/
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-12-stable/contrib/ntp/libntp/
Dprettydate.c64 const vint64 *stamp, in get_struct_tm() argument
74 ts = tl = stamp->q_s; in get_struct_tm()
100 hi = stamp->D_s.hi; in get_struct_tm()
101 lo = stamp->D_s.lo; in get_struct_tm()
/freebsd-12-stable/contrib/dialog/po/
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-12-stable/contrib/ntp/ntpd/
Dntp_filegen.c99 u_int32 stamp, in filegen_open() argument
154 ntpcal_ntp_to_date(&cal, stamp, pivot); in filegen_open()
163 isocal_ntp_to_date(&iso, stamp, pivot); in filegen_open()
173 ntpcal_ntp_to_date(&cal, stamp, pivot); in filegen_open()
184 ntpcal_ntp_to_date(&cal, stamp, pivot); in filegen_open()
283 gen->type, stamp, fullname)); in filegen_open()
/freebsd-12-stable/contrib/ntp/scripts/build/
DupdateBEDate19 my $stamp;
25 $stamp = localtime($mod_time);
/freebsd-12-stable/contrib/file/magic/Magdir/
Dencore17 #>4 date x stamp %s
22 #>4 date x stamp %s
/freebsd-12-stable/sys/dev/hptrr/
Dhptrr_os_bsd.c204 HPT_U32 stamp; in os_get_stamp() local
205 do { stamp = random(); } while (stamp==0); in os_get_stamp()
206 return stamp; in os_get_stamp()
/freebsd-12-stable/sys/dev/hptnr/
Dhptnr_os_bsd.c218 HPT_U32 stamp; in os_get_stamp() local
219 do { stamp = random(); } while (stamp==0); in os_get_stamp()
220 return stamp; in os_get_stamp()
/freebsd-12-stable/contrib/binutils/opcodes/
DMakefile.in600 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
601 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
602 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
617 @CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
619 @CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
621 @CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
623 @CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
625 @CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
627 @CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
629 @CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
[all …]
DMakefile.am381 stamp-lib: libopcodes.la
388 touch stamp-lib
390 libopcodes.a: stamp-lib ; @true
422 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
423 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
424 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
442 IP2K_DEPS = stamp-ip2k
443 M32C_DEPS = stamp-m32c
444 M32R_DEPS = stamp-m32r
445 FR30_DEPS = stamp-fr30
[all …]
/freebsd-12-stable/sys/dev/hpt27xx/
Dhpt27xx_os_bsd.c232 HPT_U32 stamp; in os_get_stamp() local
233 do { stamp = random(); } while (stamp==0); in os_get_stamp()
234 return stamp; in os_get_stamp()
/freebsd-12-stable/contrib/binutils/ld/po/
DMake-in54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
96 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
97 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
108 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
/freebsd-12-stable/contrib/binutils/binutils/po/
DMake-in54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
96 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
97 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
108 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id

1234567891011