Searched refs:date (Results 51 - 75 of 268) sorted by relevance

1234567891011

/freebsd-10.2-release/tools/tools/mctest/
H A Dmctest_run.sh62 now=`date "+%Y%m%d%H%M"`
/freebsd-10.2-release/tools/tools/nanobsd/rescue/
H A Dbuild.sh6 today=`date '+%Y%m%d'`
H A Dmerge.sh4 today=`date '+%Y%m%d'`
/freebsd-10.2-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c140 * DATE/TIME are standard date/time strings in UTC time scale
143 * date spec.
172 #define NMEA_GPZDA 3 /* date/time */
206 /* date formats we support */
243 u_int malformed; /* Bad checksum, invalid date or time */
311 /* calendar / date helpers */
367 struct calendar date; local
373 * date cannot be stablished, at least use the start of GPS
376 * margin for the fuzziness of the build date, which is in an
378 if (ntpcal_get_build_date(&date))
799 struct calendar date; /* to keep & convert the time stamp */ local
[all...]
/freebsd-10.2-release/contrib/ntp/scripts/
H A Dsummary.in40 $startdate = $opts->{'start-date'};
41 $enddate = $opts->{'end-date'};
43 $enddate = `date -u +%Y%m%d`;
54 die "$startdate: invalid start date|$`|$&|$'"
56 die "$enddate: invalid end date"
80 my $date;
82 $date = $_; $date =~ s/.*($log_date_pattern)$/$1/;
83 if ($date ge $startdate && $date l
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c160 const char *date;
171 date = svn_hash_gets(attrs, SVN_DAV__CREATIONDATE);
172 if (date)
173 SVN_ERR(svn_time_from_cstring(&lock.creation_date, date,
176 date = svn_hash_gets(attrs, "expirationdate");
177 if (date)
178 SVN_ERR(svn_time_from_cstring(&lock.expiration_date, date,
157 const char *date; local
/freebsd-10.2-release/bin/
H A DMakefile11 date \
/freebsd-10.2-release/etc/periodic/security/
H A D800.loginfail46 yesterday=`date -v-1d "+%b %e "`
H A D900.tcpwrap46 yesterday=`date -v-1d "+%b %e "`
/freebsd-10.2-release/contrib/ofed/libsdp/
H A DMakefile.am12 t=$(shell date +'%Y%m%d%H%M%S'); \
/freebsd-10.2-release/gnu/usr.bin/rcs/rcsfreeze/
H A Drcsfreeze.sh31 DATE=`LC_ALL=C date` || exit
/freebsd-10.2-release/usr.sbin/pkg_install/updating/
H A Dmain.c34 { "date", required_argument, NULL, 'd' },
45 * entries as this date are shown.
52 /* Indicate a date -> end of a entry. Will fail on 2100-01-01... */
59 char *date = NULL; /* Passed -d argument */ local
60 char *dateline = NULL; /* Saved date of an entry */
95 date = optarg;
108 /* Check if passed date has a correct format. */
110 linelength = strlen(date);
113 if (strspn(date, "0123456789") != 8) {
114 fprintf(stderr, "unknown date forma
[all...]
/freebsd-10.2-release/usr.bin/ncal/
H A Dncal.c56 typedef struct date date; typedef in typeref:struct:date
73 date dt; /* Last day of Julian calendar */
163 static int nswitch; /* user defined switch date */
164 static int nswitchb; /* switch date for backward compatibility */
183 static date *sdater(int ndays, struct date * d);
184 static date *sdateb(int ndays, struct date * d);
185 static int sndaysr(struct date *
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c139 * %d short format of date of this revision
140 * %D long format of date of this revision
159 apr_time_t date,
193 case 'd': /* short format of date of this revision */
194 if (date)
199 apr_time_exp_gmt(&exploded_time, date);
212 case 'D': /* long format of date of this revision */
213 if (date)
215 svn_time_to_human_cstring(date, pool));
256 repos_root_url, date, autho
153 keyword_printf(const char *fmt, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
280 build_keywords(apr_hash_t **kw, svn_boolean_t expand_custom_keywords, const char *keywords_val, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
392 svn_subst_build_keywords2(apr_hash_t **kw, const char *keywords_val, const char *rev, const char *url, apr_time_t date, const char *author, apr_pool_t *pool) argument
406 svn_subst_build_keywords3(apr_hash_t **kw, const char *keywords_val, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
[all...]
/freebsd-10.2-release/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c342 *diff_label1 = setup_label(&labelbuf[0], target->num, target->date);
368 *diff_label2 = setup_label(&labelbuf[1], target->num, target->date);
460 setup_label(b, num, date)
463 char const date[datesize];
467 VOID date2str(date, datestr);
/freebsd-10.2-release/contrib/apr-util/test/
H A Dtestdate.c178 apr_time_t date; local
184 date = apr_date_parse_rfc(tests[i].input);
186 apr_rfc822_date(str_date, date);
/freebsd-10.2-release/contrib/ntp/scripts/stats/
H A Dsummary.sh9 DATE=`date +20%y%m%d`
/freebsd-10.2-release/bin/date/tests/
H A Dformat_string_test.sh2 # Regression tests for date(1)
6 # $FreeBSD: releng/10.2/bin/date/tests/format_string_test.sh 270779 2014-08-29 02:21:02Z ngie $
10 # These two date/times have been chosen carefully -- they
29 date -r ${TEST1} +%${format_string}
31 date -r ${TEST2} +%${format_string}
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh163 seconds=`date +%S`
186 seconds=`date +%S`
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh38 $dtrace -o $file -c date -s /dev/stdin <<EOF
/freebsd-10.2-release/etc/
H A Drc.shutdown74 date
/freebsd-10.2-release/usr.bin/mail/
H A Dhead.c62 fail(linebuf, "No date field");
66 fail(linebuf, "Date field not legal date");
145 * date string as documented in the manual. The template
179 isdate(char date[]) argument
184 if (cmatch(date, date_formats[i]))
/freebsd-10.2-release/usr.sbin/mtree/test/
H A Dtest03.sh34 date > _FOO/_size
/freebsd-10.2-release/tools/tools/commitsdb/
H A Dmake_commit_db81 while ($e =~ s/^(date|branches):([^\n]*)\n//sg) {

Completed in 316 milliseconds

1234567891011