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

1234567891011>>

/freebsd-12-stable/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-12-stable/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
H A Dlist.c78 "?date", NULL }, TRUE },
127 const char *kind_word, *date, *crev, *size; local
135 date = svn_hash_gets(attrs, "date");
150 if (date)
151 SVN_ERR(svn_time_from_cstring(&dirent.time, date, scratch_pool));
/freebsd-12-stable/bin/
H A DMakefile11 date \
/freebsd-12-stable/crypto/openssl/apps/
H A Dversion.c42 {"b", OPT_B, '-', "Show build date"},
66 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
84 dirty = date = 1;
108 seed = options = cflags = version = date = platform = dir = engdir
127 if (date)
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
H A D800.scrub-zfs68 echo " can't get last scrubbing date"
73 _scrub_diff=$(expr -e \( $(date +%s) - \
74 $(date -j -v -70M -f %F.%T ${_last_scrub} +%s) \) / 60 / 60 / 24)
/freebsd-12-stable/usr.sbin/periodic/etc/security/
H A D800.loginfail46 yesterday=`date -v-1d "+%b %e "`
H A D900.tcpwrap46 yesterday=`date -v-1d "+%b %e "`
/freebsd-12-stable/tools/tools/nanobsd/rescue/
H A Dmerge.sh4 today=`date '+%Y%m%d'`
/freebsd-12-stable/usr.bin/ncal/
H A Dncal.c58 typedef struct date date; typedef in typeref:struct:date
75 date dt; /* Last day of Julian calendar */
165 static int nswitch; /* user defined switch date */
166 static int nswitchb; /* switch date for backward compatibility */
185 static date *sdater(int ndays, struct date * d);
186 static date *sdateb(int ndays, struct date * d);
187 static int sndaysr(struct date *
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c140 * %d short format of date of this revision
141 * %D long format of date of this revision
160 apr_time_t date,
194 case 'd': /* short format of date of this revision */
195 if (date)
200 apr_time_exp_gmt(&exploded_time, date);
213 case 'D': /* long format of date of this revision */
214 if (date)
216 svn_time_to_human_cstring(date, pool));
257 repos_root_url, date, autho
154 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
281 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
393 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
407 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-12-stable/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-12-stable/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh76 # Test add user with account expiration as an epoch date
81 DATE=`date -j -v+1d "+%s"`
87 # Test add user with account expiration as a DD-MM-YYYY date
92 DATE=`date -j -v+1d "+%d-%m-%Y"`
93 EPOCH=`date -j -f "%d-%m-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`
99 # Test add user with account expiration as a DD-MM-YYYY date
104 DATE=`date -j -v+1d "+%d-%b-%Y"`
105 EPOCH=`date -j -f "%d-%b-%Y %H:%M:%S" "${DATE} 00:00:00" "+%s"`
111 # Test add user with account expiration as a relative date
116 EPOCH=`date
[all...]
/freebsd-12-stable/contrib/ntp/scripts/stats/
H A Dsummary.sh9 DATE=`date +20%y%m%d`
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh163 seconds=`date +%S`
186 seconds=`date +%S`
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh38 $dtrace -o $file -c date -s /dev/stdin <<EOF
/freebsd-12-stable/libexec/rc/
H A Drc.shutdown77 date
/freebsd-12-stable/usr.bin/mail/
H A Dhead.c64 fail(linebuf, "No date field");
68 fail(linebuf, "Date field not legal date");
147 * date string as documented in the manual. The template
181 isdate(char date[]) argument
186 if (cmatch(date, date_formats[i]))
/freebsd-12-stable/usr.sbin/fmtree/test/
H A Dtest03.sh34 date > _FOO/_size
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dextern.h59 char *date(void);
/freebsd-12-stable/tools/tools/commitsdb/
H A Dmake_commit_db81 while ($e =~ s/^(date|branches):([^\n]*)\n//sg) {
/freebsd-12-stable/contrib/tzdata/
H A DMakefile107 # The "tzselect" and (if you do "make INSTALL") "date" commands go in:
240 # -DTZDEFRULESTRING=\",date/time,date/time\" to default to the specified
486 DATEOBJS= date.o localtime.o strftime.o asctime.o
491 NEWUCBSRCS= date.c
499 date.1.txt
505 DOCS= $(MANS) date.1 $(MANTXTS) $(WEB_PAGES)
540 date.1 date.c difftime.c \
559 ALL: all date
[all...]
/freebsd-12-stable/sys/dev/drm/
H A Dsis_drv.c56 dev->driver->date = DRIVER_DATE;
H A Dtdfx_drv.c58 dev->driver->date = DRIVER_DATE;
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_001_pos.ksh86 now=`date '+%m/%d/%y %H:%M:%S'`

Completed in 203 milliseconds

1234567891011>>