Home
last modified time | relevance | path

Searched refs:FormatTime (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/apache2/mDNSResponder/dist/Clients/
Ddns-sd.c570 static void FormatTime(unsigned long te, unsigned char *buf, int bufsize) in FormatTime() function
1118 FormatTime(expClock, expTimeBuf, sizeof(expTimeBuf)); in ParseDNSSECRecords()
1121 FormatTime(inceptClock, inceptTimeBuf, sizeof(inceptTimeBuf)); in ParseDNSSECRecords()
/netbsd/src/usr.bin/make/
Dvar.c1897 FormatTime(const char *fmt, time_t t, bool gmt) in FormatTime() function
2576 Expr_SetValueOwn(expr, FormatTime(Expr_Str(expr), t, gmt)); in ApplyModifier_Time()