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

/lib/
H A Ddynamic_debug.c499 #define PREFIX_SIZE 64 macro
503 if (PREFIX_SIZE - wrote > 0)
504 return PREFIX_SIZE - wrote;
534 if (pos >= PREFIX_SIZE)
535 buf[PREFIX_SIZE - 1] = '\0';
544 char buf[PREFIX_SIZE];
577 char buf[PREFIX_SIZE];
606 char buf[PREFIX_SIZE];

Completed in 27 milliseconds