Home
last modified time | relevance | path

Searched refs:thislib (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/
H A DKid.pm73 foreach my $thislib ( Text::ParseWords::shellwords($potential_libs) ) {
77 if ( $thislib =~ s/^(-[LR]|-Wl,-R|-Wl,-rpath,)// ) { # save path flag type
79 unless ( -d $thislib ) {
80 warn "$ptype$thislib ignored, directory does not exist\n"
93 unless ( File::Spec->file_name_is_absolute( $thislib ) ) {
94 warn "Warning: $ptype$thislib changed to $ptype$pwd/$thislib\n";
95 $thislib = $self->catdir( $pwd, $thislib );
97 push( @searchpath, $thislib );
98 $thislib = qq{"$thislib"} if $thislib =~ / /; # protect spaces if there
99 push( @extralibs, "$ptype$thislib" );
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dmkmap-symver.awk74 thislib = $1;
79 thislib = "";
85 if (thislib != "%exclude")
86 ver[sym] = thislib;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmkmap-symver.awk67 thislib = $1;
72 thislib = "";
77 ver[$1] = thislib;
/openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_vms.xs310 struct libref thislib = *((struct libref *)librefptr); variable
318 thislib.name.dsc$w_length, thislib.name.dsc$a_pointer,
320 sts = my_find_image_symbol(&(thislib.name),&symdsc,
321 &entry,&(thislib.defspec));