Searched refs:timestamp_precision (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dlog.h86 int timestamp_precision; /* # of digits of subsecond precision */ member in struct:zlog
189 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
H A Dlog.c77 quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) argument
105 if ((timestamp_precision > 0) &&
106 (buflen > cache.len+1+timestamp_precision))
111 char *p = buf+cache.len+1+(prec = timestamp_precision);
127 return cache.len+1+timestamp_precision;
174 tsctl.precision = zl->timestamp_precision;
H A Dcommand.c707 if (zlog_default->timestamp_precision > 0)
709 zlog_default->timestamp_precision, VTY_NEWLINE);
3583 zl->timestamp_precision, VTY_NEWLINE);
3923 zlog_default->timestamp_precision, argv[0], 0, 6);
3935 zlog_default->timestamp_precision = 0 ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dlog.h86 int timestamp_precision; /* # of digits of subsecond precision */ member in struct:zlog
189 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
H A Dlog.c77 quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) argument
105 if ((timestamp_precision > 0) &&
106 (buflen > cache.len+1+timestamp_precision))
111 char *p = buf+cache.len+1+(prec = timestamp_precision);
127 return cache.len+1+timestamp_precision;
174 tsctl.precision = zl->timestamp_precision;
H A Dcommand.c707 if (zlog_default->timestamp_precision > 0)
709 zlog_default->timestamp_precision, VTY_NEWLINE);
3583 zl->timestamp_precision, VTY_NEWLINE);
3923 zlog_default->timestamp_precision, argv[0], 0, 6);
3935 zlog_default->timestamp_precision = 0 ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dlog.h86 int timestamp_precision; /* # of digits of subsecond precision */ member in struct:zlog
189 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
H A Dlog.c77 quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) argument
105 if ((timestamp_precision > 0) &&
106 (buflen > cache.len+1+timestamp_precision))
111 char *p = buf+cache.len+1+(prec = timestamp_precision);
127 return cache.len+1+timestamp_precision;
174 tsctl.precision = zl->timestamp_precision;
H A Dcommand.c707 if (zlog_default->timestamp_precision > 0)
709 zlog_default->timestamp_precision, VTY_NEWLINE);
3583 zl->timestamp_precision, VTY_NEWLINE);
3923 zlog_default->timestamp_precision, argv[0], 0, 6);
3935 zlog_default->timestamp_precision = 0 ;

Completed in 84 milliseconds