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

12345678910

/freebsd-9.3-release/lib/libcalendar/
H A Dcalendar.h28 struct date { struct
34 struct date *easterg(int _year, struct date *_dt);
35 struct date *easterog(int _year, struct date *_dt);
36 struct date *easteroj(int _year, struct date *_dt);
37 struct date *gdate(int _nd, struct date *_dt);
38 struct date *jdat
[all...]
H A Dcalendar.c38 * month. This assumes the internal date representation, where a year
50 typedef struct date date; typedef in typeref:struct:date
54 static date jiswitch = {1582, 7, 3};
56 static date *date2idt(date *idt, date *dt);
57 static date *idt2date(date *dt, date *id
[all...]
H A Deaster.c32 typedef struct date date; typedef in typeref:struct:date
37 date *
38 easterg(int y, date *dt)
55 /* Compute the Gregorian date of Easter Sunday in Julian Calendar */
56 date *
57 easterog(int y, date *dt)
63 /* Compute the Julian date of Easter Sunday in Julian Calendar */
64 date *
65 easteroj(int y, date * d
[all...]
/freebsd-9.3-release/contrib/dialog/samples/
H A Dlisting6 date
/freebsd-9.3-release/tools/build/cross-build/
H A Ddate.sh6 exec /bin/date -r0 "$@"
H A DMakefile4 SCRIPTS= date.sh hostname.sh
/freebsd-9.3-release/bin/date/
H A DMakefile4 PROG= date
5 SRCS= date.c netdate.c vary.c
/freebsd-9.3-release/tools/regression/bin/
H A DMakefile3 SUBDIR= date mv pax sh test
/freebsd-9.3-release/sys/dev/cx/
H A Dcronyxfw.h31 char date[8]; /* date when compiled */ member in struct:__anon7334
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dmfpipe.in73 $date = `date`;
74 chop $date;
99 print FILE "$whoami $date--------BEGIN LOG ENTRY-------------\n" if ($logfile);
/freebsd-9.3-release/share/doc/smm/12.timed/
H A DMakefile6 EXTRA= date loop time unused
/freebsd-9.3-release/cddl/contrib/opensolaris/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");
/freebsd-9.3-release/contrib/groff/
H A Dmdate.sh3 # Print the modification date of $1 `nicely'.
11 (date;
/freebsd-9.3-release/share/examples/printing/
H A Dmake-ps-header29 date=`date`
70 [ ($job) ($host) ($date) ] {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.andpid.ksh35 $dtrace -c date -s /dev/stdin <<EOF
/freebsd-9.3-release/sys/boot/common/
H A Dnewvers.sh36 u=${USER-root} h=${HOSTNAME-`hostname`} t=`date`
/freebsd-9.3-release/sys/dev/iicbus/
H A Dds133x.c291 uint8_t date[7]; local
294 error = ds133x_read(dev, DS133X_DATE_REG, date, 7);
297 ct.sec = FROMBCD(date[0] & 0x7f);
298 ct.min = FROMBCD(date[1] & 0x7f);
299 ct.hour = ds133x_get_hours(date[2]);
300 ct.dow = FROMBCD(date[3] & 0x07) - 1;
301 ct.day = FROMBCD(date[4] & 0x3f);
302 ct.mon = FROMBCD(date[5] & 0x1f);
305 ct.year = 2000 + FROMBCD(date[6]);
307 ct.year = 1900 + FROMBCD(date[
321 uint8_t date[7]; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcstime.c44 time2date(unixtime,date)
46 char date[datesize];
49 VOID sprintf(date,
71 faterror("unknown date/time: %s", source);
76 * Parse a free-format date in SOURCE, convert it
94 /* Convert an RCS internal format date to time_t. */
125 date2str(date, datebuf)
126 char const date[datesize];
129 register char const *p = date;
136 + (date[
[all...]
H A Drcsrev.c123 /* Given a pointer s to a dotted number (date or revision number),
257 normalizeyear(date, year)
258 char const *date;
261 if (isdigit(date[0]) && isdigit(date[1]) && !isdigit(date[2])) {
264 year[2] = date[0];
265 year[3] = date[1];
269 return date;
274 cantfindbranch(revno, date, autho
862 char date[20]; local
[all...]
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Damd.h38 uint32_t date; /* Update creation date. */ member in struct:amd_fw_header
/freebsd-9.3-release/usr.sbin/fifolog/fifolog_writer/
H A DMakefile13 date | ./${PROG} -z 0 /tmp/fifolog.0
/freebsd-9.3-release/usr.bin/calendar/
H A Devents.c41 event_add(int year, int month, int day, char *date, int var, char *txt, argument
50 * - Copy the human readable and language specific date
59 e->date = strdup(date);
60 if (e->date == NULL)
116 (void)fprintf(fp, "%s%c%s%s%s%s\n", e->date,
/freebsd-9.3-release/crypto/openssh/regress/
H A Dstderr-after-eof.sh10 (date;echo $i) | md5 >> ${DATA}

Completed in 126 milliseconds

12345678910