Searched defs:libext (Results 1 - 8 of 8) sorted by relevance
| /third_party/node/deps/openssl/openssl/Configurations/platform/ | ||
| H A D | mingw.pm | 17 sub libext { '.a' } subroutine |
| H A D | Unix.pm | 25 sub libext { $target{lib_extension} || '.a' } subroutine |
| H A D | VMS.pm | 23 sub libext { '.OLB' } subroutine |
| H A D | Windows.pm | 18 sub libext { '.lib' } subroutine |
| /third_party/openssl/Configurations/platform/ | ||
| H A D | mingw.pm | 17 sub libext { '.a' } subroutine |
| H A D | Unix.pm | 25 sub libext { $target{lib_extension} || '.a' } subroutine |
| H A D | VMS.pm | 23 sub libext { '.OLB' } subroutine |
| H A D | Windows.pm | 18 sub libext { '.lib' } subroutine |
Completed in 2 milliseconds