/freebsd/usr.bin/script/ |
H A D | script.c | 58 struct stamp { struct 481 struct stamp stamp; in record() local 485 stamp.scr_len = cc; in record() 486 stamp.scr_sec = tv.tv_sec; in record() 487 stamp.scr_usec = tv.tv_usec; in record() 488 stamp.scr_direction = direction; in record() 489 iov[0].iov_len = sizeof(stamp); in record() 490 iov[0].iov_base = &stamp; in record() 515 #define swapstamp(stamp) do { \ argument 516 if (stamp.scr_direction > 0xff) { \ [all …]
|
/freebsd/contrib/dialog/package/debian/ |
H A D | rules | 40 configure: configure-stamp 41 configure-stamp: 63 touch configure-stamp 65 build: build-stamp 66 build-stamp: configure-stamp 71 touch build-stamp 79 rm -f configure-stamp build-stamp install-stamp 83 install: install-stamp 84 install-stamp: build-stamp 116 touch install-stamp [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | delegate_common.kshlib | 335 typeset stamp=${perm}.${user}.$RANDOM 336 typeset snap=$dtst@snap.$stamp 341 typeset bak_user=$TEST_BASE_DIR/bak.$user.$stamp 342 typeset bak_root=$TEST_BASE_DIR/bak.root.$stamp 363 typeset stamp=${perm}.${user}.$RANDOM 364 typeset newfs=$fs/newfs.$stamp 365 typeset newvol=$fs/newvol.$stamp 366 typeset bak_user=$TEST_BASE_DIR/bak.$user.$stamp 367 typeset bak_root=$TEST_BASE_DIR/bak.root.$stamp 379 typeset dtstsnap=$dtst@snap.$stamp [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | Makefile-devel-adds | 8 # 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/contrib/libpcap/ |
H A D | Makefile-devel-adds | 8 # 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/tests/sys/cddl/zfs/tests/delegate/ |
H A D | delegate_common.kshlib | 392 typeset stamp=${perm}.${user}.$($DATE +'%F-%R:%S') 393 typeset snap=$dtst@snap.$stamp 398 typeset bak_user=$TMPDIR/bak.$user.$stamp 399 typeset bak_root=$TMPDIR/bak.root.$stamp 423 typeset stamp=${perm}.${user}.$($DATE +'%F-%R:%S') 424 typeset newfs=$fs/newfs.$stamp 425 typeset newvol=$fs/newvol.$stamp 426 typeset bak_user=$TMPDIR/bak.$user.$stamp 427 typeset bak_root=$TMPDIR/bak.root.$stamp 438 typeset dtstsnap=$dtst@snap.$stamp [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | replay.c | 122 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/contrib/ntp/libntp/ |
H A D | prettydate.c | 2 * prettydate - convert a time stamp to something readable 30 * Works by periodic extension of the ntp time stamp in the UN*X epoch. 63 const vint64 *stamp, in get_struct_tm() 73 ts = tl = stamp->q_s; in get_struct_tm() 99 hi = stamp->D_s.hi; in get_struct_tm() 100 lo = stamp->D_s.lo; in get_struct_tm() 64 get_struct_tm(const vint64 * stamp,int local) get_struct_tm() argument
|
/freebsd/contrib/dialog/po/ |
H A D | makefile.inn | 51 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/contrib/ntp/ntpd/ |
H A D | ntp_filegen.c | 99 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/contrib/ntp/scripts/build/ |
H A D | updateBEDate | 19 my $stamp; 25 $stamp = localtime($mod_time);
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | encore | 17 #>4 date x stamp %s 22 #>4 date x stamp %s
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_os_bsd.c | 202 HPT_U32 stamp; in os_get_stamp() local 203 do { stamp = random(); } while (stamp==0); in os_get_stamp() 204 return stamp; in os_get_stamp()
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_os_bsd.c | 216 HPT_U32 stamp; in os_get_stamp() local 217 do { stamp = random(); } while (stamp==0); in os_get_stamp() 218 return stamp; in os_get_stamp()
|
/freebsd/sys/gnu/gcov/ |
H A D | gcc_4_7.c | 106 unsigned int stamp; member 238 return (info1->stamp == info2->stamp); in gcov_info_is_compatible() 468 pos += store_gcov_uint32(buffer, pos, info->stamp); in convert_to_gcda()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_os_bsd.c | 230 HPT_U32 stamp; in os_get_stamp() local 231 do { stamp = random(); } while (stamp==0); in os_get_stamp() 232 return stamp; in os_get_stamp()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_cacheversion.m4 | 3 # compare this configure script's cache version stamp with the stamp 21 # finding the child version stamp in it.
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | Makefile.in | 112 config.h stamp-h stamp-h.in
|
/freebsd/contrib/tnftp/ |
H A D | Makefile.in | 269 tnftp_config.h: stamp-h1 271 rm -f stamp-h1; \ 272 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 275 stamp-h1: $(srcdir)/tnftp_config.h.in $(top_builddir)/config.status 276 @rm -f stamp-h1 280 rm -f stamp-h1 284 -rm -f tnftp_config.h stamp-h1
|
/freebsd/contrib/openbsm/ |
H A D | Makefile.in | 384 config/config.h: config/stamp-h1 385 @test -f $@ || rm -f config/stamp-h1 386 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1 388 config/stamp-h1: $(top_srcdir)/config/config.h.in $(top_builddir)/config.status 389 @rm -f config/stamp-h1 393 rm -f config/stamp-h1 397 -rm -f config/config.h config/stamp-h1
|
/freebsd/contrib/pjdfstest/ |
H A D | .gitignore | 14 stamp-h1
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | Makefile.in | 161 config.h stamp-h stamp-h.in
|
/freebsd/contrib/lutok/ |
H A D | .gitignore | 21 stamp-h1
|
/freebsd/contrib/kyua/ |
H A D | .gitignore | 23 stamp-h1
|
/freebsd/sys/dev/drm2/ |
H A D | drm_sarea.h | 48 unsigned int stamp; member
|