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

1234567891011>>

/freebsd-12-stable/lib/libcalendar/
H A Dcalendar.h30 struct date { struct
36 struct date *easterg(int _year, struct date *_dt);
37 struct date *easterog(int _year, struct date *_dt);
38 struct date *easteroj(int _year, struct date *_dt);
39 struct date *gdate(int _nd, struct date *_dt);
40 struct date *jdat
[all...]
H A Dcalendar.c40 * month. This assumes the internal date representation, where a year
52 typedef struct date date; typedef in typeref:struct:date
56 static date jiswitch = {1582, 7, 3};
58 static date *date2idt(date *idt, date *dt);
59 static date *idt2date(date *dt, date *id
[all...]
H A Deaster.c34 typedef struct date date; typedef in typeref:struct:date
39 date *
40 easterg(int y, date *dt)
57 /* Compute the Gregorian date of Easter Sunday in Julian Calendar */
58 date *
59 easterog(int y, date *dt)
65 /* Compute the Julian date of Easter Sunday in Julian Calendar */
66 date *
67 easteroj(int y, date * d
[all...]
/freebsd-12-stable/contrib/dialog/samples/
H A Dlisting6 date
/freebsd-12-stable/tools/build/cross-build/
H A Ddate.sh6 exec /bin/date -r0 "$@"
H A DMakefile4 SCRIPTS= date.sh hostname.sh
/freebsd-12-stable/contrib/apr-util/misc/
H A Dapr_date.c18 * apr_date.c: date parsing utility routines
23 * tested with over 50,000 randomly chosen valid date strings
24 * and several hundred variations of invalid date strings.
99 * Parses an HTTP date in one of three standard forms:
106 * or APR_DATE_BAD if this would be out of range or if the date is invalid.
110 * HTTP-date = rfc1123-date | rfc850-date | asctime-date
112 * rfc1123-date
[all...]
/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_date.h22 * @brief APR-UTIL date routines
32 * apr_date.h: prototypes for date parsing utility routines
42 /** A bad date. */
63 * Parses an HTTP date in one of three standard forms:
69 * @param date The date in one of the three formats above
71 * 0 if this would be out of range or if the date is invalid.
73 APU_DECLARE(apr_time_t) apr_date_parse_http(const char *date);
76 * Parses a string resembling an RFC 822 date. This is meant to be
95 * @param date Th
[all...]
/freebsd-12-stable/sys/dev/cx/
H A Dcronyxfw.h31 char date[8]; /* date when compiled */ member in struct:__anon12565
/freebsd-12-stable/bin/date/
H A DMakefile7 PROG= date
8 SRCS= date.c netdate.c vary.c
/freebsd-12-stable/contrib/libarchive/cpio/test/
H A Dtest_option_t.c37 char date[32]; local
92 _snprintf(date, sizeof(date)-1, "%12.12s file", date2);
95 snprintf(date, sizeof(date)-1, "%12.12s file", date2);
97 assertEqualMem(p + 42, date, strlen(date));
/freebsd-12-stable/share/doc/smm/12.timed/
H A DMakefile6 EXTRA= date loop time unused
/freebsd-12-stable/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-12-stable/usr.sbin/bsdinstall/scripts/
H A Dtime37 # Set date
44 --date-format '%Y%m%d%H%M.%S' \
46 2>&1 1>&3) && date $DATE
58 2>&1 1>&3) && date $TIME
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcompat.c49 commit_info->date,
99 const svn_string_t **date,
103 *author = *date = *message = NULL;
107 *date = svn_hash_gets(revprops, SVN_PROP_REVISION_DATE);
113 svn_compat_log_revprops_out(const char **author, const char **date, argument
121 *date = date_s ? date_s->data : NULL;
141 const char *author, *date, *message; local
142 svn_compat_log_revprops_out(&author, &date, &message,
147 author, date, message,
98 svn_compat_log_revprops_out_string(const svn_string_t **author, const svn_string_t **date, const svn_string_t **message, apr_hash_t *revprops) argument
/freebsd-12-stable/share/examples/printing/
H A Dmake-ps-header29 date=`date`
70 [ ($job) ($host) ($date) ] {
/freebsd-12-stable/contrib/llvm-project/lld/docs/
H A Dconf.py14 from datetime import date namespace
44 copyright = u'2011-%d, LLVM Project' % date.today().year
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.andpid.ksh35 $dtrace -c date -s /dev/stdin <<EOF
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_compat.h57 /** Clear svn:author, svn:date, and svn:log from @a revprops if not NULL.
67 * retrieve the pre-1.5 set of revprops: svn:author, svn:date, and svn:log.
74 /** Return, in @a **author, @a **date, and @a **message, the values of the
75 * svn:author, svn:date, and svn:log revprops from @a revprops. If @a
83 const svn_string_t **date,
93 svn_compat_log_revprops_out(const char **author, const char **date,
/freebsd-12-stable/contrib/libxo/tests/gettext/
H A Dgt_01.c95 char date[64]; local
96 strftime(date, sizeof(date), "%+", &tm);
101 xo_emit("{G:}Version {:version} {:date}\n", "1.2.3", date);
/freebsd-12-stable/usr.sbin/fifolog/fifolog_writer/
H A DMakefile12 date | ./${PROG} -z 0 /tmp/fifolog.0
/freebsd-12-stable/contrib/byacc/test/
H A Drun_lint.sh24 echo '** '`date`
/freebsd-12-stable/crypto/openssh/regress/
H A Dstderr-after-eof.sh10 (date;echo $i) | md5 >> ${DATA}

Completed in 315 milliseconds

1234567891011>>