Lines Matching refs:BUF_LEN
847 #define BUF_LEN 2048 macro
852 static Char buf[BUF_LEN]; in fn_should_be_ignored()
854 ( VG_(get_fnname)(ip, buf, BUF_LEN) && is_member_fn(ignore_fns, buf) in fn_should_be_ignored()
867 static Char buf[BUF_LEN]; in get_IPs()
906 if (VG_(get_fnname)(ips[i], buf, BUF_LEN)) { in get_IPs()
2098 Char FP_buf[BUF_LEN];
2103 VG_(snprintf)(FP_buf, BUF_LEN, format, ##args); \
2104 FP_buf[BUF_LEN-1] = '\0'; /* Make sure the string is terminated. */ \
2130 static Char ip_desc_array[BUF_LEN]; in pp_snapshot_SXPt()
2157 ip_desc = VG_(describe_IP)(sxpt->Sig.ip-1, ip_desc, BUF_LEN); in pp_snapshot_SXPt()
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()