Searched refs:string_limit (Results 1 – 3 of 3) sorted by relevance
367 const int *string_limit = string + length; in parse_escaped_string() local370 if (string == string_limit) in parse_escaped_string()378 if (string == string_limit) in parse_escaped_string()385 if (string == string_limit) in parse_escaped_string()397 if (string == string_limit) in parse_escaped_string()412 if (string == string_limit) in parse_escaped_string()
8919 my $string_limit = 30;9011 if ($strlen > $string_limit)9013 $truncated_name = substr ($caller_name, 0, $string_limit);9014 $fixed_size_name = sprintf ("%-"."$string_limit"."s", $truncated_name);9016 print "Warning in $subr_name - the string length is $strlen and exceeds $string_limit\n";9020 $fixed_size_name = sprintf ("%-"."$string_limit"."s", $caller_name);
9588 my $string_limit = 30;9719 if ($strlen > $string_limit)9721 $truncated_name = substr ($caller_name, 0, $string_limit);9722 $fixed_size_name = sprintf ("%-"."$string_limit"."s", $truncated_name);9726 "exceeds $string_limit\n";9730 $fixed_size_name = sprintf ("%-"."$string_limit"."s", $caller_name);