Home
last modified time | relevance | path

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

12

/titanic_52/usr/src/cmd/localedef/
H A DMakefile219 STAMPFILES = $(LOCDIRS:%=%/stamp)
324 locale/%.UTF-8/stamp: data/%.UTF-8.src UTF-8.cm \
330 locale/%.ISO8859-1/stamp: data/%.UTF-8.src 8859-1.cm locale $(NPROG)
335 locale/%.ISO8859-2/stamp: data/%.UTF-8.src 8859-2.cm locale $(NPROG)
338 locale/%.ISO8859-5/stamp: data/%.UTF-8.src 8859-5.cm locale $(NPROG)
341 locale/%.ISO8859-7/stamp: data/%.UTF-8.src 8859-7.cm locale $(NPROG)
344 locale/%.ISO8859-6/stamp: data/%.UTF-8.src 8859-6.cm locale $(NPROG)
347 locale/%.ISO8859-9/stamp: data/%.UTF-8.src 8859-9.cm locale $(NPROG)
350 locale/%.ISO8859-11/stamp: data/%.UTF-8.src 8859-11.cm locale $(NPROG)
353 locale/%.ISO8859-13/stamp
[all...]
/titanic_52/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib379 typeset stamp=${perm}.${user}.$($DATE +'%F-%H%M%S')
380 typeset snap=$dtst@snap.$stamp
385 typeset bak_user=/tmp/bak.$user.$stamp
386 typeset bak_root=/tmp/bak.root.$stamp
408 typeset stamp=${perm}.${user}.$($DATE +'%F-%H%M%S')
409 typeset newfs=$fs/newfs.$stamp
410 typeset newvol=$fs/newvol.$stamp
411 typeset bak_user=/tmp/bak.$user.$stamp
412 typeset bak_root=/tmp/bak.root.$stamp
423 typeset dtstsnap=$dtst@snap.$stamp
[all...]
/titanic_52/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_52/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_52/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_52/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk253 stamp = [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]
261 source.list = $("$(PACKAGEDIR)/$(name).*$(stamp).$(suffix)":P=G:H=R)
262 binary.list = $("$(PACKAGEDIR)/$(name).*$(stamp).$(CC.HOSTTYPE).$(suffix)":P=G:H=R)
263 runtime.list = $("$(PACKAGEDIR)/$(name)-run.*$(stamp).$(CC.HOSTTYPE).$(suffix)":P=G:H>)
481 B := $(A:N=*.$(stamp).$(suffix):N!=*.$(stamp).$(stamp).*:O=1:T=F)
482 P := $(A:N=*.$(stamp).$(suffix):N!=*.$(stamp).$(stamp)
[all...]
H A Dmamake.c298 report(int level, char* text, char* item, unsigned long stamp) in report() argument
328 if (stamp && state.debug <= -2) in report()
329 fprintf(stderr, " %10lu", stamp); in report()
/titanic_52/usr/src/contrib/ast/lib/package/
H A Dpackage.mk253 stamp = [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]
261 source.list = $("$(PACKAGEDIR)/$(name).*$(stamp).$(suffix)":P=G:H=R)
262 binary.list = $("$(PACKAGEDIR)/$(name).*$(stamp).$(CC.HOSTTYPE).$(suffix)":P=G:H=R)
263 runtime.list = $("$(PACKAGEDIR)/$(name)-run.*$(stamp).$(CC.HOSTTYPE).$(suffix)":P=G:H>)
481 B := $(A:N=*.$(stamp).$(suffix):N!=*.$(stamp).$(stamp).*:O=1:T=F)
482 P := $(A:N=*.$(stamp).$(suffix):N!=*.$(stamp).$(stamp)
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c57 static void dodcolon(char **filev, struct namelist *files, char *stamp,
512 * Process commands for comparing files to time stamp files.
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);
671 * stamp fil
[all...]
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_52/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_52/usr/src/cmd/mail/
H A Dstamp.c31 time-stamp it; so that our re-writing of mail back to the
35 void stamp() in stamp() function
39 errmsg(E_FILE,"Cannot time-stamp mailfile"); in stamp()
H A DMakefile50 stamp.o Tout.o
H A Dmail.h343 extern void stamp(void);
H A Dprintmail.c508 stamp(); in printmail()
/titanic_52/usr/src/contrib/ast/src/lib/libast/include/
H A Dfind.h67 unsigned long stamp; /* codes time stamp */ member
/titanic_52/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_52/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java164 // First, get the boot time stamp if there. in recordNewDA()
186 String stamp = (String)vals.elementAt(0); in recordNewDA() local
190 formerTimestamp = Long.parseLong(stamp.trim()); in recordNewDA()
/titanic_52/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_52/usr/src/lib/librstp/common/
H A DREADME33 Note: prompt both of 'mngr' and of 'bridge' instance contains time stamp,
/titanic_52/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_52/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()
/titanic_52/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c412 fp->stamp = st.st_mtime; in findopen()
856 else if ((unsigned long)st.st_mtime > fp->stamp) in findread()

12