Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/localedef/
H A DMakefile209 STAMPFILES = $(LOCDIRS:%=%/stamp)
273 locale/%.UTF-8/stamp: data/%.UTF-8.src UTF-8.cm \
278 locale/%.ISO8859-1/stamp: data/%.UTF-8.src 8859-1.cm locale $(PROG)
281 locale/%.ISO8859-2/stamp: data/%.UTF-8.src 8859-2.cm locale $(PROG)
284 locale/%.ISO8859-5/stamp: data/%.UTF-8.src 8859-5.cm locale $(PROG)
287 locale/%.ISO8859-7/stamp: data/%.UTF-8.src 8859-7.cm locale $(PROG)
290 locale/%.ISO8859-6/stamp: data/%.UTF-8.src 8859-6.cm locale $(PROG)
293 locale/%.ISO8859-9/stamp: data/%.UTF-8.src 8859-9.cm locale $(PROG)
296 locale/%.ISO8859-11/stamp: data/%.UTF-8.src 8859-11.cm locale $(PROG)
299 locale/%.ISO8859-13/stamp: data/%.UTF-8.src 8859-13.cm locale $(PROG)
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib378 typeset stamp=${perm}.${user}.$($DATE +'%F-%H%M%S')
379 typeset snap=$dtst@snap.$stamp
384 typeset bak_user=/tmp/bak.$user.$stamp
385 typeset bak_root=/tmp/bak.root.$stamp
407 typeset stamp=${perm}.${user}.$($DATE +'%F-%H%M%S')
408 typeset newfs=$fs/newfs.$stamp
409 typeset newvol=$fs/newvol.$stamp
410 typeset bak_user=/tmp/bak.$user.$stamp
411 typeset bak_root=/tmp/bak.root.$stamp
422 typeset dtstsnap=$dtst@snap.$stamp
[all …]
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devstamp.c39 time_t *stamp, /* return timestamp here */ in getdevstamp() argument
65 *stamp = vtocbuf.timestamp[partno]; in getdevstamp()
78 time_t *stamp, /* returned timestamp */ in setdevstamp() argument
103 *stamp = vtocbuf.timestamp[partno] = now; in setdevstamp()
120 if (*stamp != vtocbuf.timestamp[partno]) in setdevstamp()
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_xdr.c111 krb5_dbe_update_last_pwd_change(context, entry, stamp) in krb5_dbe_update_last_pwd_change() argument
114 krb5_timestamp stamp;
121 krb5_kdb_encode_int32((krb5_int32) stamp, buf);
128 krb5_dbe_lookup_last_pwd_change(context, entry, stamp) in krb5_dbe_lookup_last_pwd_change() argument
131 krb5_timestamp * stamp;
143 *stamp = 0;
149 *stamp = (krb5_timestamp) tmp;
/titanic_41/usr/src/cmd/listen/
H A Dlslog.c70 static char *stamp(char *);
213 fprintf(Debugfp, stamp(buf)); in debug()
257 fprintf(Logfp, stamp("Restarting log file")); in logmessage()
278 fprintf(Logfp, stamp("Trouble saving the logfile")); in logmessage()
281 fprintf(Logfp, stamp(s)); in logmessage()
289 stamp(char *msg) in stamp() function
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c98 uint32_t stamp; in dtrace_xpv_getsystime() local
108 stamp = CPU->cpu_m.mcpu_istamp; in dtrace_xpv_getsystime()
128 CPU->cpu_m.mcpu_istamp != stamp); in dtrace_xpv_getsystime()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c57 static void dodcolon(char **filev, struct namelist *files, char *stamp,
515 dodcolon(filev, files, stamp, cmds) in dodcolon() argument
518 char *stamp;
534 if (stat(stamp, &stb) < 0) {
535 error("%s: %s\n", stamp, strerror(errno));
539 printf("%s: %d\n", stamp, stb.st_mtime);
547 error("%s: %s\n", stamp, strerror(errno));
552 (void) utimes(stamp, tv);
H A Dgram.y27 static void append(char *label, struct namelist *files, char *stamp,
417 append(label, files, stamp, subcmds) in append() argument
420 char *stamp;
429 c->c_name = stamp;
/titanic_41/usr/src/grub/grub-0.97/
H A DMakefile.in228 config.h: stamp-h1
230 rm -f stamp-h1; \
231 $(MAKE) stamp-h1; \
234 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
235 @rm -f stamp-h1
239 rm -f stamp-h1
243 -rm -f config.h stamp-h1
H A DMakefile.solaris23 acinclude.m4 aclocal.m4 config.h.in configure.ac stamp-h.in
/titanic_41/usr/src/cmd/mail/
H A Dstamp.c35 void stamp() in stamp() function
H A DMakefile50 stamp.o Tout.o
/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_sarea.h56 unsigned int stamp; member
/titanic_41/usr/src/lib/libast/common/include/
H A Dfind.h67 unsigned long stamp; /* codes time stamp */ member
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h362 krb5_timestamp stamp);
383 krb5_timestamp stamp);
396 krb5_timestamp * stamp);
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java186 String stamp = (String)vals.elementAt(0); in recordNewDA() local
190 formerTimestamp = Long.parseLong(stamp.trim()); in recordNewDA()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A DMakefile.solaris44 multiboot.info multiboot.texi src2texi stamp-vti \
H A DMakefile.in47 $(srcdir)/stamp-vti $(srcdir)/version.texi mdate-sh \
349 $(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-vti
350 $(srcdir)/stamp-vti: grub.texi $(top_srcdir)/configure
367 @MAINTAINER_MODE_TRUE@ -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
/titanic_41/usr/src/lib/librstp/common/
H A DREADME33 Note: prompt both of 'mngr' and of 'bridge' instance contains time stamp,
/titanic_41/usr/src/lib/krb5/kdb/
H A Dkdb5.c1555 krb5_dbe_lookup_last_pwd_change(context, entry, stamp) in krb5_dbe_lookup_last_pwd_change() argument
1558 krb5_timestamp *stamp;
1570 *stamp = 0;
1576 *stamp = (krb5_timestamp) tmp;
1698 krb5_dbe_update_last_pwd_change(context, entry, stamp) in krb5_dbe_update_last_pwd_change() argument
1701 krb5_timestamp stamp;
1708 krb5_kdb_encode_int32((krb5_int32) stamp, buf);
/titanic_41/usr/src/uts/common/xen/dtrace/
H A Dxdt.c1748 uint64_t minstamp = ~0ULL, stamp; in xdt_get_first_rec() local
1770 stamp = (((uint64_t)rec->u.cycles.cycles_hi) << 32) in xdt_get_first_rec()
1773 stamp = 0; in xdt_get_first_rec()
1775 if (stamp < minstamp) { in xdt_get_first_rec()
1776 minstamp = stamp; in xdt_get_first_rec()

12