Searched refs:date (Results 26 - 50 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/tools/tools/netrate/tcpp/
H A Drunit.pl16 $date = sprintf("%04d%02d%02d", $year, $mon, $mday);
19 $outfile = $date."_".$kernel.".csv";
22 print OUTFILE "# $kernel $date\n";
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppwupdate26 date >> $LOGFILE
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dypupdate25 /bin/date >> $LOGFILE
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.func.ksh48 /bin/date > /dev/null
H A Dtst.mod.ksh48 /bin/date > /dev/null
H A Dtst.sym.ksh48 /bin/date > /dev/null
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn_fw.h43 uint8_t date; member in struct:r92c_fw_hdr
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_destroy/
H A Dzpool_destroy_004_pos.ksh71 sndrcv_start=$(date '+%s')
78 destroy_start=$(date '+%s')
80 destroy_end=$(date '+%s')
92 wait_end=$(date '+%s')
/freebsd-12-stable/usr.sbin/cpucontrol/
H A Dvia.h42 uint32_t date; /* Date of creation in BCD. */ member in struct:via_fw_header
H A Dintel.h42 uint32_t date; /* Date of creation in BCD. */ member in struct:intel_fw_header
/freebsd-12-stable/contrib/ntp/
H A Dflock-build101 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
109 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
115 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
121 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
124 echo \`date -u '+%H:%M:%S'\` $i flock-build $c_d done.
133 echo `date -u '+%H:%M:%S'` flock-build launched
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c141 const char *date,
154 /* Does the date the search pattern? */
155 if (date && match(pattern, date, buf))
195 const char *date,
220 match = match_search_pattern(pattern, author, date, message,
319 const char *date;
325 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
344 if (date && date[
138 match_search_pattern(const char *search_pattern, const char *author, const char *date, const char *log_message, apr_hash_t *changed_paths, svn_membuf_t *buf, apr_pool_t *pool) argument
192 match_search_patterns(apr_array_header_t *search_patterns, const char *author, const char *date, const char *message, apr_hash_t *changed_paths, svn_membuf_t *buf, apr_pool_t *scratch_pool) argument
318 const char *date; local
534 const char *date; local
[all...]
/freebsd-12-stable/bin/date/tests/
H A Dformat_string_test.sh2 # Regression tests for date(1)
10 # These two date/times have been chosen carefully -- they
29 date -r ${TEST1} +%${format_string}
31 date -r ${TEST2} +%${format_string}
61 date $flags -r ${TEST1} "-I${arg}"
63 date $flags -r ${TEST2} "-I${arg}"
91 exp1=\"\$(gdate --date '@${TEST1}' '-I${arg}')\"
92 exp2=\"\$(gdate --date '@${TEST2}' '-I${arg}')\"
143 iso8601_string_test date date "" "197
[all...]
/freebsd-12-stable/contrib/less/
H A Dmkutable55 my $date = `date`;
56 chomp $date;
57 print "/* Generated by \"$0 $args\" on $date */\n";
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
H A D460.status-mail-rejects40 yesterday=$(date -v-1d '+%b %e')
41 today=$(date '+%b %e')
/freebsd-12-stable/usr.bin/calendar/
H A Dparsedata.c90 determinestyle(char *date, int *flags, argument
129 if ((p = strchr(date, ' ')) == NULL) {
130 if ((p = strchr(date, '/')) == NULL) {
131 CHECKSPECIAL(date, STRING_CNY, strlen(STRING_CNY),
133 CHECKSPECIAL(date, ncny.name, ncny.len, F_CNY);
134 CHECKSPECIAL(date, STRING_NEWMOON,
136 CHECKSPECIAL(date, nnewmoon.name, nnewmoon.len,
138 CHECKSPECIAL(date, STRING_FULLMOON,
140 CHECKSPECIAL(date, nfullmoon.name, nfullmoon.len,
142 CHECKSPECIAL(date, STRING_PASKH
341 debug_determinestyle(int dateonly, char *date, int flags, char *month, int imonth, char *dayofmonth, int idayofmonth, char *dayofweek, int idayofweek, char *modifieroffset, char *modifierindex, char *specialday, char *year, int iyear) argument
434 parsedaymonth(char *date, int *yearp, int *monthp, int *dayp, int *flags, char **edp) argument
[all...]
H A Devents.c153 event_add(int year, int month, int day, char *date, int var, char *txt, argument
162 * - Copy the human readable and language specific date
171 e->date = convert(date);
172 if (e->date == NULL)
219 (void)fprintf(fp, "%s%c%s%s%s%s\n", e->date,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_004_pos.ksh90 now=`date '+%m/%d/%y %H:%M:%S'`
99 now=`date '+%m/%d/%y %H:%M:%S'`
/freebsd-12-stable/libexec/rc/
H A Drc.resume55 /usr/bin/logger -t $subsystem resumed at `/bin/date +'%Y%m%d %H:%M:%S'`
H A Drc.suspend55 /usr/bin/logger -t $subsystem suspend at `/bin/date +'%Y%m%d %H:%M:%S'`
/freebsd-12-stable/release/scripts/
H A Dlist-new-changesets.py61 date = logentry.find('date').text
65 print("%s | %s | %s" % (rev, author, date))
/freebsd-12-stable/stand/common/
H A Dnewvers.sh49 u=${USER-root} h=${HOSTNAME-`hostname`} t=`date`
/freebsd-12-stable/tools/tools/mctest/
H A Dmctest_run.sh62 now=`date "+%Y%m%d%H%M"`
/freebsd-12-stable/tools/tools/nanobsd/rescue/
H A Dbuild.sh6 today=`date '+%Y%m%d'`
/freebsd-12-stable/tools/tools/intel-ucode-split/
H A Dintel-ucode-split.c45 uint32_t date; /* BCD mmddyyyy */ member in struct:microcode_update_header
89 printf("date\t\t0x%x\t%04x-%02x-%02x\n", hdr->date,
90 hdr->date & 0xffff, (hdr->date & 0xff000000) >> 24,
91 (hdr->date & 0xff0000) >> 16);

Completed in 115 milliseconds

1234567891011>>