| /openbsd-src/usr.bin/libtool/LT/ |
| H A D | LaFile.pm | 45 my $libname = $lainfo->stringize('libname'); 46 my $sharedlibname = $lainfo->stringize('dlname'); 47 my $staticlibname = $lainfo->stringize('old_library'); 48 my $librarynames = $lainfo->stringize('library_names'); 49 my $deplibs = $lainfo->stringize('dependency_libs'); 50 my $current = $lainfo->stringize('current'); 51 my $revision = $lainfo->stringize('revision'); 52 my $age = $lainfo->stringize('age'); 53 my $installed = $lainfo->stringize('installed'); 54 my $shouldnotlink = $lainfo->stringize('shouldnotlink'); [all …]
|
| H A D | LoFile.pm | 28 my $picobj = $self->stringize('picobj'); 29 my $nonpicobj = $self->stringize('nonpicobj');
|
| H A D | LaLoFile.pm | 33 sub stringize($self, $k) subroutine
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | PackingElement.pm | 109 my $s = $self->stringize; 132 my $s = $self->stringize; 151 sub stringize($self) subroutine 450 return $self->stringize =~ m/\^@/; 477 $state->{lastfile}->stringize; 843 sub stringize($self) subroutine 887 sub stringize($self) subroutine 956 sub stringize($self) subroutine 1031 sub stringize($self) subroutine 1080 sub stringize($self) subroutine [all …]
|
| H A D | md5.pm | 39 print $fh "\@", $self->keyword, " ", $self->stringize, "\n"; 79 sub stringize($self) subroutine
|
| H A D | md5.pod | 20 print $sha->stringize # provides a base64 representation 62 =item $s = $o-E<gt>stringize
|
| H A D | PkgCreate.pm | 277 $self->stringize); 531 my $k = $self->{d}->stringize; 675 $self->keyword, $self->stringize); 703 $self->keyword, $self->stringize, 711 $self->keyword, $self->stringize, 1348 $state->errsay("Error: #1 can't be set explicitly", "\@".$e->keyword." ".$e->stringize);
|
| H A D | PkgCheck.pm | 254 $self->stringize); 260 $self->stringize, $pkgname); 296 $state->log("#1 in #2 not found", $self->stringize, $pkgname); 312 $state->log("definition for #1 not found", $self->stringize);
|
| H A D | Add.pm | 81 $old->keyword, $lastname, $old->stringize, 82 $last->{d}->stringize); 592 $self->stringize);
|
| H A D | Delete.pm | 652 "\@".$self->keyword." ".$self->stringize);
|
| H A D | PkgAdd.pm | 132 $state->say("Tying #1 to #2", $self->stringize, $realname)
|
| /openbsd-src/usr.bin/pkg-config/ |
| H A D | pkg-config | 444 sub stringize($list, $sep = ',') 478 say "$p = " , stringize($value); 481 say stringize($value); 600 stringize($cfg->get_property('Name', $variables), ' '), 601 stringize($cfg->get_property('Description', $variables), 772 my $inst = stringize($cfg->get_property('Version', $variables)); 789 my $name = stringize($cfg->get_property('Name'), ' '); 790 my $version = stringize($cfg->get_property('Version')); 791 my $url = stringize($cfg->get_property('URL'));
|
| /openbsd-src/usr.bin/libtool/LT/Mode/ |
| H A D | Link.pm | 709 my $dlname = $lainfo->stringize('dlname'); 710 my $oldlib = $lainfo->stringize('old_library'); 711 my $installed = $lainfo->stringize('installed'); 770 my $librarynames = $lainfo->stringize('library_names');
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/Dependencies/ |
| H A D | SolverBase.pm | 201 $state->say("Found tag #1 in #2", $obj->stringize, $dep) 405 $state->say("Found tag #1 in self", $tag->stringize)
|
| /openbsd-src/usr.bin/libtool/LT/Mode/Link/ |
| H A D | Library.pm | 83 next if ($lainfo->stringize('dlname') ne '');
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | InternalsManual.rst | 1063 "stringize" operator) the spelling indicates the original form.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cpp.texi | 3575 quotes or not. This provides a way to stringize arguments. For
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cpp.texi | 3684 quotes or not. This provides a way to stringize arguments. For
|
| H A D | cpp.info | 3341 quotes or not. This provides a way to stringize arguments. For example
|