Home
last modified time | relevance | path

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

/third_party/ltp/testcases/misc/crash/
Dcrash02.c240 static int errno_table[STATUS_MAX]; variable
247 errno_table[n]++; in record_errno()
260 if (errno_table[i]) in summarize_errno()
261 printf("%12d ... %5d\n", i, errno_table[i]); in summarize_errno()