Searched refs:date (Results 1 - 25 of 189) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DExportHeader.java46 private Date date; field in class:ExportHeader
77 date = new Date();
100 * Retrieve date of export
101 * @return date & time of export
104 return date;
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A Dreadme_revision53 # - 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";
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.killonerror.ksh39 rc=`$dtrace -c date -n jarod 2>/dev/null | /usr/bin/wc -l`
H A Dtst.main.ksh42 $dtrace -c date -s /dev/stdin <<EOF
H A Dtst.newprobes.ksh38 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");
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStderrLog.java62 String date = SLPConfig.getDateString();
65 date + "\n" +
/opensolaris-onvv-gate/usr/src/cmd/sendmail/cf/sh/
H A Dmakeinfo.sh90 echo '#####' built on `date`
93 echo '#####' built by $user@$host on `date`
95 echo '#####' built automatically @$host on `date`
/opensolaris-onvv-gate/usr/src/cmd/date/
H A DMakefile29 PROG= date
30 XPG4PROG= date
31 OBJS= date.o
57 # do not lint date.xpg4
H A Ddate.c43 * 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) argument
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
[all...]
/opensolaris-onvv-gate/usr/src/cmd/acct/
H A Dprdaily.sh34 # "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
/opensolaris-onvv-gate/usr/src/cmd/dmesg/
H A Ddmesg.sh30 /usr/bin/date
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.andpid.ksh35 $dtrace -c date -s /dev/stdin <<EOF
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/secure/
H A Dllib-llpsec41 time_t date;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Dnph-clock.cgi8 my $time = `/bin/date`;
/opensolaris-onvv-gate/usr/src/cmd/sa/
H A Dsa1.sh29 DATE=`/usr/bin/date +%d`
H A Dsa2.sh29 DATE=`/usr/bin/date +%d`
/opensolaris-onvv-gate/usr/src/cmd/lp/include/
H A Dsecure.h61 time_t date; member in struct:SECURE
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dint-proto.h57 #define in_clock_skew(date, now) (labs((date)-(now)) < context->clockskew)
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppcontext.c53 if (op->date) free(op->date);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.func.ksh48 /usr/bin/date > /dev/null
H A Dtst.mod.ksh48 /usr/bin/date > /dev/null
H A Dtst.sym.ksh48 /usr/bin/date > /dev/null
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dversion.c143 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));
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dsccsrm.sh31 # 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}"
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Drstatus.c134 * 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)

Completed in 99 milliseconds

12345678