Searched refs:new_comment (Results 1 – 2 of 2) sorted by relevance
3163 my $new_comment = $comment;3168 $new_comment =~ s/^\((.*)\)$/$1/;3169 $new_comment =~ s/^\[(.*)\]$/$1/;3170 $new_comment =~ s/^[\s\#]+|\s+$//g;3172 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);3173 $new_comment = " # $new_comment" if ($new_comment ne "");3174 my $new_email = "$email_address$new_comment";3183 my $new_comment = $comment;3187 $new_comment =~ s/^\[(.*)\]$/$1/;3188 $new_comment =~ s/^\/\*(.*)\*\/$/$1/;[all …]
693 const struct tomoyo_path_info *new_comment in tomoyo_write_profile() local697 if (!new_comment) in tomoyo_write_profile()701 profile->comment = new_comment; in tomoyo_write_profile()