Searched refs:FP_buf (Results 1 – 1 of 1) sorted by relevance
2098 Char FP_buf[BUF_LEN]; variable2103 VG_(snprintf)(FP_buf, BUF_LEN, format, ##args); \2104 FP_buf[BUF_LEN-1] = '\0'; /* Make sure the string is terminated. */ \2105 VG_(write)(fd, (void*)FP_buf, VG_(strlen)(FP_buf)); \2190 VG_(snprintf)(FP_buf, BUF_LEN, "%s\n", ip_desc); in pp_snapshot_SXPt()2191 FP_buf[BUF_LEN-18+j-5] = '.'; // "..." at the end make the in pp_snapshot_SXPt()2192 FP_buf[BUF_LEN-18+j-4] = '.'; // truncation more obvious. in pp_snapshot_SXPt()2193 FP_buf[BUF_LEN-18+j-3] = '.'; in pp_snapshot_SXPt()2194 FP_buf[BUF_LEN-18+j-2] = '\n'; // The last char is '\n'. in pp_snapshot_SXPt()2195 FP_buf[BUF_LEN-18+j-1] = '\0'; // The string is terminated. in pp_snapshot_SXPt()[all …]