Home
last modified time | relevance | path

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

/external/valgrind/main/massif/
Dms_main.c2114 HChar FP_buf[BUF_LEN]; variable
2119 VG_(snprintf)(FP_buf, BUF_LEN, format, ##args); \
2120 FP_buf[BUF_LEN-1] = '\0'; /* Make sure the string is terminated. */ \
2121 VG_(write)(fd, (void*)FP_buf, VG_(strlen)(FP_buf)); \
2210 VG_(snprintf)(FP_buf, BUF_LEN, "%s\n", ip_desc); in pp_snapshot_SXPt()
2211 FP_buf[BUF_LEN-18+j-5] = '.'; // "..." at the end make the in pp_snapshot_SXPt()
2212 FP_buf[BUF_LEN-18+j-4] = '.'; // truncation more obvious. in pp_snapshot_SXPt()
2213 FP_buf[BUF_LEN-18+j-3] = '.'; in pp_snapshot_SXPt()
2214 FP_buf[BUF_LEN-18+j-2] = '\n'; // The last char is '\n'. in pp_snapshot_SXPt()
2215 FP_buf[BUF_LEN-18+j-1] = '\0'; // The string is terminated. in pp_snapshot_SXPt()
[all …]