Searched refs:TimeBuf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dtime.c260 char TimeBuf[50]; local
270 TIME_FORCE24HOURFORMAT, &st, NULL, TimeBuf, 50);
272 snprintf(buf, len, "%s %s.%03u", DateBuf, TimeBuf,
283 char TimeBuf[50]; local
293 &st, "hh':'mm':'ss", TimeBuf, 50);
295 snprintf(buf, len, "%s %s GMT", DateBuf, TimeBuf);
305 char TimeBuf[50]; local
315 &st, "hh':'mm':'ss", TimeBuf, 50);
316 snprintf(buf, len, "%s%sZ", DateBuf, TimeBuf);
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dtime.c258 char TimeBuf[50]; local
268 TIME_FORCE24HOURFORMAT, &st, NULL, TimeBuf, 50);
270 snprintf(buf, len, "%s %s.%03u", DateBuf, TimeBuf,
281 char TimeBuf[50]; local
289 &st, "hh':'mm':'ss", TimeBuf, 50);
291 snprintf(buf, len, "%s %s GMT", DateBuf, TimeBuf);
/macosx-10.10.1/rsync-45/rsync/
H A Dutil.c1155 static char TimeBuf[200]; local
1160 strftime(TimeBuf, sizeof TimeBuf - 1, "%Y/%m/%d %H:%M:%S", tm);
1162 strlcpy(TimeBuf, asctime(tm), sizeof TimeBuf);
1165 if ((p = strchr(TimeBuf, '\n')) != NULL)
1168 return TimeBuf;

Completed in 80 milliseconds