Searched refs:g_errbuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/tools/regression/netinet6/inet6_rth/ |
| H A D | test_subr.c | 44 char g_errbuf[LINESIZE]; variable 74 snprintf(g_errbuf, LINESIZE, " : Expected %#x, but got %#x", in checkptr() 82 printf(g_errbuf); in checkptr() 85 memset((void *)g_errbuf, 0, LINESIZE); in checkptr() 107 snprintf(g_errbuf, LINESIZE, in checkstr() 115 printf(g_errbuf); in checkstr() 118 memset((void *)g_errbuf, 0, LINESIZE); in checkstr() 153 snprintf(g_errbuf, LINESIZE, in checknum() 161 printf(g_errbuf); in checknum() 164 memset((void *)g_errbuf, 0, LINESIZE); in checknum()
|
| H A D | test_subr.h | 39 extern char g_errbuf[LINESIZE];
|