Searched refs:ERRSTR_MAXSZ (Results 1 – 1 of 1) sorted by relevance
| /linux/scripts/ |
| H A D | sorttable.c | 121 #define ERRSTR_MAXSZ 256 macro 127 static char g_err[ERRSTR_MAXSZ]; 176 snprintf(g_err, ERRSTR_MAXSZ, "malloc idxs: %s", in sort_orctable() 183 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_ip_table: %s", in sort_orctable() 190 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_table: %s", in sort_orctable() 350 static char m_err[ERRSTR_MAXSZ]; 391 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs() 398 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs() 496 snprintf(m_err, ERRSTR_MAXSZ, "Failed to allocate sort array"); in sort_mcount_loc() 516 snprintf(m_err, ERRSTR_MAXSZ, "Expected %u mcount elements but found %u\n", in sort_mcount_loc()
|