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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Dtest-timer-correctness.c39 #define TIMESTR_LEN strlen("4294967296.999999") macro
121 log_buf_len = SCHEDULE_TIMERS * (TIMESTR_LEN + 1) + 1;
125 expected_buf_len = SCHEDULE_TIMERS * (TIMESTR_LEN + 1) + 1;
141 arg = XMALLOC(MTYPE_TMP, TIMESTR_LEN + 1);
143 ret = snprintf(arg, TIMESTR_LEN + 1, "%ld.%06ld",
146 assert((size_t)ret < TIMESTR_LEN + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Dtest-timer-correctness.c39 #define TIMESTR_LEN strlen("4294967296.999999") macro
121 log_buf_len = SCHEDULE_TIMERS * (TIMESTR_LEN + 1) + 1;
125 expected_buf_len = SCHEDULE_TIMERS * (TIMESTR_LEN + 1) + 1;
141 arg = XMALLOC(MTYPE_TMP, TIMESTR_LEN + 1);
143 ret = snprintf(arg, TIMESTR_LEN + 1, "%ld.%06ld",
146 assert((size_t)ret < TIMESTR_LEN + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Dtest-timer-correctness.c39 #define TIMESTR_LEN strlen("4294967296.999999") macro
121 log_buf_len = SCHEDULE_TIMERS * (TIMESTR_LEN + 1) + 1;
125 expected_buf_len = SCHEDULE_TIMERS * (TIMESTR_LEN + 1) + 1;
141 arg = XMALLOC(MTYPE_TMP, TIMESTR_LEN + 1);
143 ret = snprintf(arg, TIMESTR_LEN + 1, "%ld.%06ld",
146 assert((size_t)ret < TIMESTR_LEN + 1);

Completed in 109 milliseconds