Searched refs:N_BOOTBLOCK_ERRMSG (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dlauncher-aix5-bootblock.h46 #define N_BOOTBLOCK_ERRMSG 64 /* max bytes in the error message */ macro
79 /* 628 */ UChar errmsg[N_BOOTBLOCK_ERRMSG];
H A Dlauncher-aix5.c803 if (1 + strlen(bootstrap_errmsg) > N_BOOTBLOCK_ERRMSG)
808 assert(i <= N_BOOTBLOCK_ERRMSG);

Completed in 760 milliseconds