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

/freebsd-10.1-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-10.1-release/sbin/nandfs/
H A Dlssnap.c60 char timebuf[128]; local
64 strftime(timebuf, sizeof(timebuf), "%F %T", &tm);
66 printf("%20llu %s\n", (unsigned long long)cpinfo->nci_cno, timebuf);
/freebsd-10.1-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-10.1-release/contrib/tcp_wrappers/
H A Drfc931.c42 static jmp_buf timebuf; variable
71 longjmp(timebuf, sig);
138 if (setjmp(timebuf) == 0) {
/freebsd-10.1-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-10.1-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-10.1-release/lib/libfetch/
H A Dhttp.c1516 char timebuf[80]; local
1610 (void)strftime(timebuf, 80, "%a, %d %b %Y %T GMT",
1613 fetch_info("If-Modified-Since: %s", timebuf);
1614 http_cmd(conn, "If-Modified-Since: %s", timebuf);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5847 print_time(hrtime_t t, char *timebuf) argument
5858 timebuf[0] = '\0';
5861 (void) sprintf(timebuf,
5864 (void) sprintf(timebuf, "%lluh%02llum%02llus", h, m, s);
5866 (void) sprintf(timebuf, "%llum%02llus", m, s);
5868 (void) sprintf(timebuf, "%llus", s);
6124 char timebuf[100]; local
6261 print_time(zs->zs_proc_stop - now, timebuf);
6272 (ztest_opts.zo_time * NANOSEC), timebuf);
6286 print_time(zc->zc_time, timebuf);
[all...]
/freebsd-10.1-release/contrib/unbound/daemon/
H A Dremote.c1819 char timebuf[32]; local
1832 get_mesh_age(m, timebuf, sizeof(timebuf), &worker->env);
1835 num, (t?t:"TYPE??"), (c?c:"CLASS??"), buf, timebuf,

Completed in 222 milliseconds