Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/tests/
H A Dt_api.c108 static char T_buf[T_BIGBUF]; variable
305 snprintf(T_buf, sizeof(T_buf), "%s:", argv[0]); in main()
306 len = strlen(T_buf); in main()
307 (void) t_getdate(T_buf + len, T_BIGBUF - len); in main()
308 t_putinfo("S", T_buf); in main()
386 snprintf(T_buf, sizeof(T_buf), "%s:", argv[0]); in main()
387 len = strlen(T_buf); in main()
388 (void) t_getdate(T_buf + len, T_BIGBUF - len); in main()
389 t_putinfo("E", T_buf); in main()
405 (void)vsnprintf(T_buf, sizeof(T_buf), what, args); in t_assert()
[all …]