Searched defs:depext (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/Configurations/platform/ | ||
H A D | Unix.pm | 28 sub depext { $target{obj_extension} || '.d' } subroutine |
H A D | VMS.pm | 26 sub depext { '.D' } subroutine |
H A D | Windows.pm | 21 sub depext { '.d' } subroutine |
H A D | BASE.pm | 11 sub depext { '.d' } subroutine |
/third_party/openssl/Configurations/platform/ | ||
H A D | Unix.pm | 28 sub depext { $target{obj_extension} || '.d' } subroutine |
H A D | VMS.pm | 26 sub depext { '.D' } subroutine |
H A D | Windows.pm | 21 sub depext { '.d' } subroutine |
H A D | BASE.pm | 11 sub depext { '.d' } subroutine |
Completed in 4 milliseconds