HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
ExportHeader.java 32 import java.util.Date;
44 * Date of export
46 private Date date; field in class:ExportHeader
77 date = new Date();
100 * Retrieve date of export
101 * @return date & time of export
103 public Date getDate() {
104 return date;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
readme_revision 53 # - date,
61 use vars qw($debug $last_cr $wsname $date);
103 # At the date this script was put into service, the SCCS revision
136 $date = `date +%m/%d/%y`;
138 print "1.$cnt:$wsname-$ENV{USER}-$last_cr-$date\n";
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
StderrLog.java 62 String date = SLPConfig.getDateString(); local
65 date + "\n" +
  /onnv/onnv-gate/usr/src/cmd/sendmail/cf/sh/
makeinfo.sh 90 echo '#####' built on `date`
93 echo '#####' built by $user@$host on `date`
95 echo '#####' built automatically @$host on `date`
  /onnv/onnv-gate/usr/src/cmd/date/
Makefile 29 PROG= date
30 XPG4PROG= date
31 OBJS= date.o
57 # do not lint date.xpg4
date.c 43 * date - with format capabilities and international flair
98 gettext("date: invalid argument -- %s\n"),
126 perror(gettext("date: Failed to adjust date"));
160 setdate(struct tm *current_date, char *date)
174 /* Parse date string */
175 if ((secptr = strchr(date, '.')) != NULL && strlen(&secptr[1]) == 2 &&
180 len = strlen(date);
183 if (!isdigit(date[i])) {
185 gettext("date: bad conversion\n"))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/acct/
prdaily.sh 34 # "if given a date mmdd, will print that report"
47 date=`date +%m%d`
54 if [ `expr "$1" : [01][0-9][0-3][0-9]` -eq 4 -a "$1" != "$date" ]; then
57 echo "Cannot print command exception reports except for `date '+%h %d'`" >&2
75 acctmerg -a < ${_sum}/tacct${date} | awk -f ${_lib}/ptelus.awk
  /onnv/onnv-gate/usr/src/cmd/dmesg/
dmesg.sh 30 /usr/bin/date
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
tst.main.ksh 42 $dtrace -c date -s /dev/stdin <<EOF
tst.newprobes.ksh 38 pid*:date::
52 system("dtrace -c date -ln 'pid\$target::main:entry' >/dev/null");
58 system("dtrace -c date -ln 'pid\$target::main:return' >/dev/null");
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
tst.andpid.ksh 35 $dtrace -c date -s /dev/stdin <<EOF
  /onnv/onnv-gate/usr/src/cmd/lp/lib/secure/
llib-llpsec 41 time_t date;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
nph-clock.cgi 8 my $time = `/bin/date`;
  /onnv/onnv-gate/usr/src/cmd/sa/
sa1.sh 29 DATE=`/usr/bin/date +%d`
31 DFILE=/var/adm/sa/sa$DATE
sa2.sh 29 DATE=`/usr/bin/date +%d`
30 RPT=/var/adm/sa/sar$DATE
31 DFILE=/var/adm/sa/sa$DATE
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
valid_times.c 32 #define in_clock_skew(date) (labs((date)-currenttime) < context->clockskew)
  /onnv/onnv-gate/usr/src/cmd/lp/include/
secure.h 50 # define SC_DATE 5 /* Date submitted (in seconds) */
61 time_t date; member in struct:SECURE
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppcontext.c 53 if (op->date) free(op->date);
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
tst.func.ksh 48 /usr/bin/date > /dev/null
tst.mod.ksh 48 /usr/bin/date > /dev/null
tst.sym.ksh 48 /usr/bin/date > /dev/null
  /onnv/onnv-gate/usr/src/common/openssl/apps/
version.c 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
157 date=1;
167 date=version=cflags=options=platform=dir=1;
189 if (date) printf("%s\n",SSLeay_version(SSLEAY_BUILT_ON));
  /onnv/onnv-gate/usr/src/tools/scripts/
sccsrm.sh 31 # and its corresponding s-dot file, to a .del-<file>-`date`
50 # localizations can cause the output of 'date' and other commands
55 date=`/usr/bin/date +%h-%d-%y`
87 new_file="${file}-${date}"
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
rstatus.c 134 * will be the request with the LATER date. In case of a tie,
153 * the same priority, the first is the one with the EARLIER date.
171 if (prs1->secure->date > prs2->secure->date)
174 else if (prs1->secure->date < prs2->secure->date)
  /onnv/onnv-gate/usr/src/cmd/mdb/packages/common/
bld_awk_pkginfo.ksh 46 rev=$(date "+%Y.%m.%d.%H.%M")

Completed in 7819 milliseconds

1 2 3 4 5 6 7 8