Home
last modified time | relevance | path

Searched refs:dtimebuf (Results 1 – 3 of 3) sorted by relevance

/dports/www/sfeed/sfeed-1.0/
H A Dsfeed_mbox.c11 static char host[256], *user, dtimebuf[32], mtimebuf[32]; variable
81 printf("Date: %s\n", dtimebuf); /* invalid/missing: use current time */ in printfeed()
156 if (!strftime(dtimebuf, sizeof(dtimebuf), "%a, %d %b %Y %H:%M:%S +0000", &tmnow)) in main()
/dports/sysutils/uptimed/uptimed-0.4.6/src/
H A Duprecords.c394 char timebuf[20] = "", dtimebuf[20] = ""; in print_downtime_entry() local
397 strcpy(dtimebuf, time2uptime(dtime)); in print_downtime_entry()
427 printf("<td>%s%s%s</td>\n", bold, dtimebuf, plain); in print_downtime_entry()
434 …printf("<li>%s%s, %s, %s%s%s (position %d)", bold, timebuf, dtimebuf, ctime(&btime), plain, curren… in print_downtime_entry()
436 printf("<li>%s%s, %s, %s%s%s", bold, timebuf, dtimebuf, ctime(&btime), plain, current); in print_downtime_entry()
444 … %s|%s %*s %*s%s\n", bold, ident, pos, timebuf, plain, bold, DOWNWIDTH, dtimebuf, DOWNTIMEMAXWIDTH… in print_downtime_entry()
446 …printf("%s%6s%21s %s|%s %*s %*s%s\n", bold, ident, timebuf, plain, bold, DOWNWIDTH, dtimebuf, DOWN… in print_downtime_entry()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/clients/
H A Drabins.c1293 char stimebuf[128], dtimebuf[128], etimebuf[128]; in RaDeleteBinProcess() local
1329 ArgusPrintTime(parser, dtimebuf, &rbps->endpt); in RaDeleteBinProcess()
1333 dtimebuf[strlen(dtimebuf) - 1] = '\0'; in RaDeleteBinProcess()
1337 printf ("StopTime=%s\n", dtimebuf); in RaDeleteBinProcess()