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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgettimeofday.c123 struct _timeb timebuf;
124 _ftime (&timebuf);
125 tv->tv_sec = timebuf.time;
126 tv->tv_usec = timebuf.millitm * 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_dbg.c37 static void dump(const char *timebuf, const char *text,
54 char timebuf[20]; local
69 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
73 timebuf[0] = 0;
114 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
122 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
130 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
147 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
174 dump(timebuf, tex
215 dump(const char *timebuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, trace tracetype, curl_infotype infotype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dutil.c73 char timebuf[20]; local
90 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
99 fprintf(logfp, "%s %s\n", timebuf, buffer);
107 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddebug.c95 char timebuf[256]; local
103 strftime(timebuf, 256, "%H:%M:%S", lt);
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dmain.c100 char timebuf[64]; local
116 strftime(timebuf, 63, "%b %d %H:%M:%S.",localtime(&time_next_flush));
118 dbp->flush_interval, timebuf);
217 strftime(timebuf, 63, "%b %d %H:%M:%S.",localtime(&time_next_flush));
219 dbp->flush_interval, timebuf);
H A Ddbif.c1189 char timebuf[64]; local
1215 strftime(timebuf, sizeof(timebuf), "%b %d %Y %H:%M:%S", localtime(&stamp));
1217 version, (unsigned int)stamp, timebuf, lastid + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dmain.c100 char timebuf[64]; local
116 strftime(timebuf, 63, "%b %d %H:%M:%S.",localtime(&time_next_flush));
118 dbp->flush_interval, timebuf);
217 strftime(timebuf, 63, "%b %d %H:%M:%S.",localtime(&time_next_flush));
219 dbp->flush_interval, timebuf);
H A Ddbif.c1199 char timebuf[64]; local
1225 strftime(timebuf, sizeof(timebuf), "%b %d %Y %H:%M:%S", localtime(&stamp));
1227 version, (unsigned int)stamp, timebuf, lastid + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_peer.c189 char timebuf[RIP_UPTIME_LEN];
196 rip_peer_uptime (peer, timebuf, RIP_UPTIME_LEN),
188 char timebuf[RIP_UPTIME_LEN]; local
H A Dripd.c3288 char timebuf [TIME_BUF];
3297 strftime (timebuf, TIME_BUF, "%M:%S", tm);
3298 vty_out (vty, "%5s", timebuf);
3304 strftime (timebuf, TIME_BUF, "%M:%S", tm);
3305 vty_out (vty, "%5s", timebuf);
3281 char timebuf [TIME_BUF]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c600 char timebuf[BGP_UPTIME_LEN];
618 peer_uptime (bdi->start_time, timebuf, BGP_UPTIME_LEN));
623 bgp_get_reuse_time (penalty, timebuf, BGP_UPTIME_LEN));
633 char timebuf[BGP_UPTIME_LEN];
649 return bgp_get_reuse_time (penalty, timebuf, BGP_UPTIME_LEN);
598 char timebuf[BGP_UPTIME_LEN]; local
631 char timebuf[BGP_UPTIME_LEN]; local
H A Dbgp_vty.c5975 char timebuf[BGP_UPTIME_LEN];
6030 peer_uptime (peer->uptime, timebuf, BGP_UPTIME_LEN));
6489 char timebuf[BGP_UPTIME_LEN];
6534 peer_uptime (p->uptime, timebuf, BGP_UPTIME_LEN));
6538 vty_out (vty, " Last read %s", peer_uptime (p->readtime, timebuf, BGP_UPTIME_LEN));
5910 char timebuf[BGP_UPTIME_LEN]; local
6423 char timebuf[BGP_UPTIME_LEN]; local
H A Dbgp_route.c4058 char timebuf[BGP_UPTIME_LEN];
4105 timebuf, BGP_UPTIME_LEN));
4043 char timebuf[BGP_UPTIME_LEN]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ditem_ops.c36 static char timebuf[256]; local
38 sprintf(timebuf, "%ld", t);
39 return timebuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dasyn-ares.c228 struct timeval timebuf; local
238 &timebuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripngd.c1695 char timebuf [TIME_BUF];
1704 strftime (timebuf, TIME_BUF, "%M:%S", tm);
1705 vty_out (vty, "%5s", timebuf);
1711 strftime (timebuf, TIME_BUF, "%M:%S", tm);
1712 vty_out (vty, "%5s", timebuf);
1691 char timebuf [TIME_BUF]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_vty.c2679 char timebuf[9];
2693 msgbuf, ospf_timer_dump (nbr->t_inactivity, timebuf, 9));
2697 msgbuf, ospf_timer_dump (nbr->t_inactivity, timebuf, 9));
2828 char timebuf[9];
2850 ospf_timer_dump (nbr_nbma->t_poll, timebuf, 9), VTY_NEWLINE);
2861 char timebuf[9];
2890 ospf_timer_dump (nbr->t_inactivity, timebuf, 9), VTY_NEWLINE);
2663 char timebuf[9]; local
2812 char timebuf[9]; local
2845 char timebuf[9]; local

Completed in 588 milliseconds