Searched refs:date (Results 101 - 125 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c219 /* Write the current date/time per RFC */
225 struct tm *date; local
229 date = gmtime(&t);
230 if (date == NULL)
233 &weekday_str[date->tm_wday * 4], date->tm_mday,
234 &month_str[date->tm_mon * 4], date->tm_year + 1900,
235 date->tm_hour, date
[all...]
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dmaster.c174 "attempted date change by %s to %s",
343 * change the system date on the master
357 (void)strlcpy(olddate, date(), sizeof(olddate));
383 syslog(LOG_NOTICE, "date changed by %s from %s",
400 fprintf(fd, "measurements starting at %s\n", date());
446 fprintf(fd, "measurements finished at %s\n", date());
521 fprintf(fd, "host table: %d entries at %s\n", slvcount, date());
749 * Do not go crazy if the date has been changed.
817 fprintf(fd,"Tracing started at %s\n", date());
833 fprintf(fd, msg, date());
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dblame-cmd.c123 const char *date,
139 if (date)
142 date, pool));
118 print_line_info(svn_stream_t *out, svn_revnum_t revision, const char *author, const char *date, const char *path, svn_boolean_t verbose, int rev_maxlength, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/tcpdump/
H A Dmakemib47 * This file was generated by tcpdump/makemib on `date`
/freebsd-12-stable/sys/dev/drm/
H A Dmach64_drv.c73 dev->driver->date = DRIVER_DATE;
H A Dmga_drv.c112 dev->driver->date = DRIVER_DATE;
H A Dr128_drv.c72 dev->driver->date = DRIVER_DATE;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_platform.c170 driver->date, dev->primary->index);
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlogapi.kshlib382 print `/bin/date +%H:%M:%S` "$@"
/freebsd-12-stable/release/
H A DMakefile.vagrant32 SNAPSHOT_DATE!= date +-%Y%m%d
35 VAGRANT_VERSION!= date +%Y.%m.%d
H A DMakefile.ec233 AMINAMESUFFIX!= date +-%Y-%m-%d
H A DMakefile.gce27 _SNAPSHOT_DATE!= date +%Y%m%d
/freebsd-12-stable/share/examples/ipfw/
H A Dchange_rules.sh44 # the previous ones will be copied to ${firewall_script}.{date}. Mail
145 DATE=`date "+%Y%m%d%H%M"`
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Drevisions.c165 ### revision->value->date with the committed-date in the
167 ### committed-date is one endpoint), and sometimes avoid a
175 revision->value.date, scratch_pool));
/freebsd-12-stable/usr.bin/calendar/
H A Dcalendar.h133 char *date; member in struct:event
/freebsd-12-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile33 date.c \
/freebsd-12-stable/usr.sbin/ac/
H A Dac.c286 char date[64]; local
293 (void)strftime(date, sizeof(date),
309 (void)printf("%s %11.2f\n", date, (double)total.tv_sec / 3600);
414 timerclear(&prev_secs); /* Minimum acceptable date == 1970. */
/freebsd-12-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh252 # #$ number : the NTP date of the last update
253 # #@ number : the NTP date that the file expires
296 # Check the expiration date, converting NTP epoch to Unix epoch used by date
301 if [ $EXPIRES -lt `date -u +%s` ]; then
302 log "notice" "File expired on `date -u -d \"Jan 1, 1970 00:00:00 +0000 + $EXPIRES seconds\"`"
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h542 char date[12]; member in struct:xcoff_ar_hdr
580 char date[12]; member in struct:xcoff_ar_hdr_big
/freebsd-12-stable/contrib/gperf/doc/
H A Dhelp2man160 # Turn off localisation of date (for strftime).
169 my $date = strftime "%B %Y", localtime;
473 .TH $PROGRAM "$section" "$date" "$package $version" FSF
/freebsd-12-stable/contrib/bmake/mk/
H A Dwhats.mk57 # to prevent the variable parts making this constantly out-of-date
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk50 @echo date=${%Y%m%d:L:${gmtime=${April1}:L}}
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_node.c128 &isodir->date[6]: isodir->flags)&2) {
213 cd9660_tstamp_conv7(isodir->date,&inop->inode.iso_ctime,ftype);
/freebsd-12-stable/release/picobsd/bridge/
H A Dcrunch.conf151 progs date
/freebsd-12-stable/release/picobsd/qemu/
H A Dcrunch.conf159 progs date

Completed in 265 milliseconds

1234567891011>>