Searched refs:timebuf (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libgomp/config/mingw32/
H A Dtime.c37 struct _timeb timebuf; local
38 _ftime (&timebuf);
39 return (timebuf.time + (long)(timebuf.millitm) / 1e3);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c143 char timebuf[512]; local
154 timebuf[0] = 0;
155 if (ctime_r(&sb->st_atime, timebuf, 512)) {
157 (void) printf("%s", timebuf);
159 timebuf[0] = 0;
160 if (ctime_r(&sb->st_mtime, timebuf, 512)) {
162 (void) printf("%s", timebuf);
164 timebuf[0] = 0;
165 if (ctime_r(&sb->st_ctime, timebuf, 512)) {
167 (void) printf("%s", timebuf);
[all...]
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Drfc931.c42 static jmp_buf timebuf; variable
71 longjmp(timebuf, sig);
138 if (setjmp(timebuf) == 0) {
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dbucomm.c375 char timebuf[40];
380 sprintf (timebuf, "%.12s %.4s", ctime_result + 4, ctime_result + 20);
387 (long) buf.st_size, timebuf);
371 char timebuf[40]; local
H A Dreadelf.c5593 char timebuf[20];
5598 snprintf (timebuf, sizeof (timebuf), "%04u-%02u-%02uT%02u:%02u:%02u",
5601 printf ("Time Stamp: %s\n", timebuf);
8666 char timebuf[20];
8676 snprintf (timebuf, sizeof (timebuf),
8686 printf (" %s %#10lx %-7ld", timebuf, liblist.l_checksum,
9050 char timebuf[20];
9060 snprintf (timebuf, sizeo
5590 char timebuf[20]; local
8663 char timebuf[20]; local
9047 char timebuf[20]; local
[all...]
/freebsd-9.3-release/contrib/tnftp/src/
H A Dutil.c718 struct tm timebuf; local
751 memset(&timebuf, 0, sizeof(timebuf));
753 (strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) {
758 timebuf.tm_isdst = -1;
759 rtime = timegm(&timebuf);
/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c1507 char timebuf[80]; local
1600 (void)strftime(timebuf, 80, "%a, %d %b %Y %T GMT",
1603 fetch_info("If-Modified-Since: %s", timebuf);
1604 http_cmd(conn, "If-Modified-Since: %s", timebuf);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5796 print_time(hrtime_t t, char *timebuf) argument
5807 timebuf[0] = '\0';
5810 (void) sprintf(timebuf,
5813 (void) sprintf(timebuf, "%lluh%02llum%02llus", h, m, s);
5815 (void) sprintf(timebuf, "%llum%02llus", m, s);
5817 (void) sprintf(timebuf, "%llus", s);
6073 char timebuf[100]; local
6210 print_time(zs->zs_proc_stop - now, timebuf);
6221 (ztest_opts.zo_time * NANOSEC), timebuf);
6235 print_time(zc->zc_time, timebuf);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c3186 char timebuf[80]; local
3204 isc_time_formattimestamp(&zone->refreshkeytime, timebuf, 80);
3205 dns_zone_log(zone, ISC_LOG_DEBUG(1), "next key refresh: %s", timebuf);
5279 char timebuf[80]; local
5289 isc_time_formattimestamp(&t, timebuf, 80);
5292 timebuf);
5300 isc_time_formattimestamp(&zone->refreshkeytime, timebuf, 80);
5302 "setting keywarntime to %s", timebuf);
8762 char timebuf[80]; local
8769 isc_time_formattimestamp(&zone->refreshkeytime, timebuf, 8
16328 char timebuf[80]; local
[all...]

Completed in 157 milliseconds