Searched refs:new_comment (Results 1 – 2 of 2) sorted by relevance
3047 my $new_comment = $comment;3052 $new_comment =~ s/^\((.*)\)$/$1/;3053 $new_comment =~ s/^\[(.*)\]$/$1/;3054 $new_comment =~ s/^[\s\#]+|\s+$//g;3056 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);3057 $new_comment = " # $new_comment" if ($new_comment ne "");3058 my $new_email = "$email_address$new_comment";3067 my $new_comment = $comment;3071 $new_comment =~ s/^\[(.*)\]$/$1/;3072 $new_comment =~ s/^\/\*(.*)\*\/$/$1/;[all …]
697 const struct tomoyo_path_info *new_comment in tomoyo_write_profile() local701 if (!new_comment) in tomoyo_write_profile()705 profile->comment = new_comment; in tomoyo_write_profile()