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

123456

/freebsd-9.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-9.3-release/contrib/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
/freebsd-9.3-release/usr.bin/script/
H A Dscript.c64 struct stamp { struct
378 struct stamp stamp; local
382 stamp.scr_len = cc;
383 stamp.scr_sec = tv.tv_sec;
384 stamp.scr_usec = tv.tv_usec;
385 stamp.scr_direction = direction;
386 iov[0].iov_len = sizeof(stamp);
387 iov[0].iov_base = &stamp;
413 #define swapstamp(stamp) d
426 struct stamp stamp; local
[all...]
/freebsd-9.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-9.3-release/crypto/openssl/demos/tunala/
H A Dautoungunk.sh17 missing mkinstalldirs stamp-h.* Makefile.in \
/freebsd-9.3-release/contrib/ntp/tests/sec-2853/
H A DMakefile.am62 @echo stamp > $@
68 @echo stamp > $@
74 @echo stamp > $@
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_sarea.h57 unsigned int stamp; member in struct:drm_sarea_drawable
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_sarea.h57 unsigned int stamp; member in struct:drm_sarea_drawable
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DupdateBEDate19 my $stamp;
25 $stamp = localtime($mod_time);
30 # print "<$i> at <$stamp>\n";
/freebsd-9.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...]
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A DMakefile.am72 STAMP_GENINSRC = stamp-geninsrc
79 STAMP_BUILD_INFO = stamp-build-info
87 stamp-geninsrc: libgomp.info
93 stamp-build-info: libgomp.texi
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dreplay.c120 time_t stamp; member in struct:rc_entry
139 tmp.stamp = auth_lifespan;
202 ent.stamp = time(NULL);
212 t = ent.stamp - tmp.stamp;
214 if(tmp.stamp < t)
258 *auth_lifespan = ent.stamp;
/freebsd-9.3-release/contrib/ntp/tests/bug-2803/
H A DMakefile.am60 @echo stamp > $@
66 @echo stamp > $@
/freebsd-9.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-9.3-release/contrib/ntp/tests/ntpq/
H A DMakefile.am76 @echo stamp > $@
83 @echo stamp > $@
90 @echo stamp > $@
/freebsd-9.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-9.3-release/contrib/ntp/ntpdate/
H A DMakefile.am23 DISTCLEANFILES= .version version.c stamp-v
/freebsd-9.3-release/tools/regression/filemon/
H A DMakefile59 grep -q -v '\.[0-9][0-9][0-9][0-9][0-9][0-9]$$' || printf "Time stamp format OK\n\n"
/freebsd-9.3-release/contrib/ntp/tests/sandbox/
H A DMakefile.am86 @echo stamp > $@
92 @echo stamp > $@
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_filegen.c99 u_int32 stamp,
154 ntpcal_ntp_to_date(&cal, stamp, pivot);
163 isocal_ntp_to_date(&iso, stamp, pivot);
173 ntpcal_ntp_to_date(&cal, stamp, pivot);
184 ntpcal_ntp_to_date(&cal, stamp, pivot);
282 DPRINTF(4, ("opening filegen (type=%d/stamp=%u) \"%s\"\n",
283 gen->type, stamp, fullname));
97 filegen_open( FILEGEN * gen, u_int32 stamp, const time_t * pivot ) argument
/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A DMakefile.am198 @echo stamp > $@
205 @echo stamp > $@
212 @echo stamp > $@
/freebsd-9.3-release/contrib/amd/
H A Dbootstrap106 echo timestamp > stamp-h.in
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhptnr_os_bsd.c231 HPT_U32 stamp; local
232 do { stamp = random(); } while (stamp==0);
233 return stamp;
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhptrr_os_bsd.c202 HPT_U32 stamp; local
203 do { stamp = random(); } while (stamp==0);
204 return stamp;
/freebsd-9.3-release/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h60 struct timeval stamp; /* timestamp */ member in struct:irig_time

Completed in 300 milliseconds

123456