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

/external/valgrind/main/massif/
H A Dms_main.c2141 Char FP_buf[BUF_LEN]; variable
2146 VG_(snprintf)(FP_buf, BUF_LEN, format, ##args); \
2147 FP_buf[BUF_LEN-1] = '\0'; /* Make sure the string is terminated. */ \
2148 VG_(write)(fd, (void*)FP_buf, VG_(strlen)(FP_buf)); \
2233 VG_(snprintf)(FP_buf, BUF_LEN, "%s\n", ip_desc);
2234 FP_buf[BUF_LEN-18+j-5] = '.'; // "..." at the end make the
2235 FP_buf[BUF_LEN-18+j-4] = '.'; // truncation more obvious.
2236 FP_buf[BUF_LEN-18+j-3] = '.';
2237 FP_buf[BUF_LE
[all...]

Completed in 89 milliseconds