Searched refs:str (Results 1 - 5 of 5) sorted by relevance

/solaris-desktop/scripts/
H A Dcopyright-extractor144 my $str = shift;
146 $str = lc ($str);
147 if ($str =~ /(licen[cs]|legal|terms|condition|copyright|rights|\(c\)|copying|distribut|gpl|gnu|source code|software|permission|authori)/) {
407 foreach my $str (@list) {
408 next if $str eq $prev;
409 push (@uniq_list, $str);
410 $prev = $str;
415 # return the number of lines in str
417 my $str
[all...]
H A Dreport-copyright87 foreach my $str (@list) {
88 next if $str eq $prev;
89 push (@uniq_list, $str);
90 $prev = $str;
H A Dwebrev193 my $str = shift;
216 $str =~ s/\@TITLE\@/$title/g;
217 $str =~ s/\@AUTHOR\@/$author/g;
218 $str =~ s/\@UNAME\@/$uname/g;
219 $str =~ s/\@HOSTNAME\@/$hostname/g;
220 $str =~ s/\@DATE\@/$date/g;
221 $str =~ s/\\n/\n/g;
223 return $str;
228 my $str = shift;
230 $str
[all...]
/solaris-desktop/patches/
H A Dxscreensaver-06-gtk-lock.diff996 + char *str;
1005 + status = g_io_channel_read_line (source, &str, NULL, NULL, NULL);
1011 + g_message ("handle input() status_error %s\n",str);
1013 + g_message ("handle input() status_eof %s\n",str);
1015 + g_message ("handle input() status_normal %s\n",str);
1017 + i.e str will not be translated into other locales ...
1020 + if (str)
1023 + char *nl = strrchr(str, '\n');
1028 + fprintf (stderr,">>>>>Child..in handle_input..string is:%s\n",str);
1034 + if (((strncmp (str, "ul
[all...]
/solaris-desktop/specs/
H A DSUNWgnome-commander.spec141 - Removed the upstreamed patch 02-g11n-collation-str.diff.
151 - Add gnome-commander-02-g11n-collation-str.diff to avoid crash on none UTF-8.

Completed in 15 milliseconds