Searched refs:PLAIN_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
202 #define PLAIN_BUF_SIZE 64 /* leave some space so we don't oops */ macro215 char buf[PLAIN_BUF_SIZE]; in plain_format()218 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format()254 char buf[PLAIN_BUF_SIZE]; in plain_hash()257 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_hash()