Searched refs:date (Results 151 - 175 of 233) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/tcpdump/
H A Dsmbutil.c32 * interpret a 32 bit dos packed date/time to some parameters
35 interpret_dos_date(u_int32_t date, struct tm *tp) argument
39 p0 = date & 0xFF;
40 p1 = ((date & 0xFF00) >> 8) & 0xFF;
41 p2 = ((date & 0xFF0000) >> 16) & 0xFF;
42 p3 = ((date & 0xFF000000) >> 24) & 0xFF;
54 * create a unix date from a dos date
73 * create a unix date from a dos date
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dnames.c286 char *date, *fname; local
292 date = ctime(&now);
330 fprintf(fout, "From %s %s", myname, date);
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh38 echo " -d Add date and time to directory name (e.g., /var/tmp/temproot.`date +%m%d.%H.%M`)"
338 TEMPROOT=${TEMPROOT}.`date +%m%d.%H.%M`
375 PRESERVE_FILES_DIR=/var/tmp/mergemaster/preserved-files-`date +%y%m%d-%H%M%S`
593 TEMPROOT=/var/tmp/temproot.`date +%m%d.%H.%M.%S`
769 echo ' functional on an up to date system, and can be removed.'
889 echo " installed files up to date."
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl17 [ B<--date=>I<string> ]
51 =item date
54 the modification date of the input file will be used.
324 --date=string (default "$DEF_DATE")
335 date=s
365 $date = $opt_date || $DEF_DATE;
538 .TH $name $section "$RP" "$date" "$center"
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c70 * Don't output 2 spaces between date and time after Log.
1022 register char const *sp, *cp, *date; local
1032 date = delta->date;
1049 aputs(date2str(date,datebuf), out);
1065 date2str(date, datebuf),
1197 sp1 = date2str(date, datebuf);
1203 /* oddity: 2 spaces between date and time, not 1 as usual */
/freebsd-9.3-release/
H A DMakefile175 # Make sure we have an up-to-date make(1). Only world and buildworld
237 STARTTIME!= LC_ALL=C date
240 .error check your date/time: ${STARTTIME}
274 @echo ">>> make world completed on `LC_ALL=C date`"
325 @echo ">>> Building an up-to-date make(1)"
391 @echo ">> ${target} started on `LC_ALL=C date`"
396 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
405 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`"
418 @echo ">> ${target} completed on `LC_ALL=C date`"
449 @echo ">>> make universe completed on `LC_ALL=C date`"
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcs2log.sh102 datearg= # rlog date option
215 # Since ChangeLog is only by date, some of these revisions may be duplicates of
223 # ISO 8601 date
228 # old-fashioned date and time (Emacs 19.31 and earlier)
419 output_authors='/^date: / {
601 if (line ~ /^date: [0-9][- +\/0-9:]*;/) {
602 date = $2
603 if (date ~ /\//) {
604 # This is a traditional RCS format date YYYY/MM/DD.
607 while ((i = index(date, "/")) !
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_drv.c265 .date = DRIVER_DATE,
404 .date = DRIVER_DATE,
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_asn1.c157 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
192 ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME),
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.func.c2376 * its arguments, e.g. eval "date >x" vs. eval "date" >x
2379 * probably a background eval, e.g. "eval date &", and we want to
2381 * This is also the case for "time eval date" -- stay in same pgrp.
/freebsd-9.3-release/rescue/rescue/
H A DMakefile52 CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
/freebsd-9.3-release/sys/fs/cd9660/
H A Diso.h181 char date [ISODCL (19, 25)]; /* 7 by 711 */ member in struct:iso_directory_record
/freebsd-9.3-release/usr.sbin/makefs/
H A Dcd9660.h146 u_char date [ISODCL (19, 25)]; /* 7 by 711 */ member in struct:_iso_directory_record_cd9660
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Djupiter.h161 char date[20]; /* software date (ascii) */ member in struct:jid
/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcpio.c974 char date[32]; local
1027 strftime(date, sizeof(date), fmt, localtime(&mtime));
1032 uname, gname, size, date,
/freebsd-9.3-release/contrib/cvs/src/
H A Dserver.c1950 sprintf (pending_error_text, "E cannot parse date %s", arg);
3609 server_register (name, version, timestamp, options, tag, date, conflict)
3615 const char *date;
3629 tag ? tag : "", date ? date : "",
3658 if (date)
3659 len += strlen (date);
3675 else if (date != NULL)
3678 strcat (entries_line, date);
4148 char date[MAXDATELE
4132 char date[MAXDATELEN]; local
[all...]
H A Dsubr.c413 get_date (date, now)
414 char *date;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt129 date 29
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt129 date 29
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetdate.y169 | date {
263 date : tUNUMBER '/' tUNUMBER { label
651 * "February 30 is not a valid date" is much more informative than
652 * "Can't parse date/time: 100 months" when the user input was
1017 (void)printf("Enter date, or blank line to exit.\n\t> ");
/freebsd-9.3-release/contrib/libstdc++/src/
H A DMakefile.am283 echo `date` > stamp-debug;
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk150 # or expect to ever be up-to-date.
/freebsd-9.3-release/tools/tools/nanobsd/
H A Dnanobsd.sh767 runtime=$(( `date +%s` - $NANO_STARTTIME ))
768 printf "%s %.${1}s %s\n" "`date -u -r $runtime +%H:%M:%S`" "#####" "$2" 1>&3
929 NANO_STARTTIME=`date +%s`
/freebsd-9.3-release/usr.bin/find/
H A Dgetdate.y155 | date {
231 date : tUNUMBER '/' tUNUMBER { label
948 (void)printf("Enter date, or blank line to exit.\n\t> ");
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dgetdate.y117 | date {
211 date : tUNUMBER '/' tUNUMBER { label
589 * "February 30 is not a valid date" is much more informative than
590 * "Can't parse date/time: 100 months" when the user input was

Completed in 276 milliseconds

12345678910