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 D | Kid.pm | 73 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 D | mkmap-symver.awk | 74 thislib = $1; 79 thislib = ""; 85 if (thislib != "%exclude") 86 ver[sym] = thislib;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mkmap-symver.awk | 67 thislib = $1; 72 thislib = ""; 77 ver[$1] = thislib;
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | dl_vms.xs | 310 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));
|