HomeSort by: relevance | last modified time | path
    Searched refs:shlib_version (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/lib/
checkver 58 # -v: Specify the filename of the shlib_version file. Defaults
59 # to "./shlib_version".
91 shlib_version=./shlib_version
152 v) shlib_version=$OPTARG;;
219 if [ ! -f $shlib_version ]; then
220 echo "$PROG: unable to find $shlib_version" 1>&2
225 . $shlib_version
228 echo "$PROG: $shlib_version doesn't contain the version." 1>&2
bumpversion 38 # -c says to create new shlib_version files
69 versf=$dir/shlib_version
checkvers 37 # a shlib_version file and call checkver for each.
44 # will not work correctly if it finds shlib_version files
171 VERFILES=`find $CWD -name shlib_version -print`
  /src/lib/libarch/
Makefile 27 SHLIB_VERSION_FILE= ${.CURDIR}/${LIB}/shlib_version
  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
mingw.pm 28 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g;
VMS.pm 53 join('', map { sprintf "%02d", $_ } split(m|\.|, $config{shlib_version}));
Windows.pm 44 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g;
BASE.pm 32 sub shlib_version_as_filename { return $config{shlib_version} }
Unix.pm 23 |.$config{shlib_version}|x;
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
mingw.pm 28 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g;
VMS.pm 53 join('', map { sprintf "%02d", $_ } split(m|\.|, $config{shlib_version}));
Windows.pm 44 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g;
BASE.pm 32 sub shlib_version_as_filename { return $config{shlib_version} }
Unix.pm 23 |.$config{shlib_version}|x;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
opensslv.h.in 70 # define OPENSSL_SHLIB_VERSION {- $config{shlib_version} -}
  /src/crypto/external/bsd/openssl/dist/include/openssl/
opensslv.h.in 59 # define OPENSSL_SHLIB_VERSION {- $config{shlib_version} -}
  /src/crypto/external/bsd/netpgp/dist/bindings/swig/
swigit 97 cat << EOF > shlib_version
  /src/lib/libterminfo/
Makefile 82 .if exists(${.CURDIR}/shlib_version)
108 .endif # exists shlib_version
  /src/lib/libcurses/
Makefile 221 fileio.h: shlib_version genfileioh.awk
222 ${TOOL_AWK} -f ${.CURDIR}/genfileioh.awk < ${.CURDIR}/shlib_version \
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 48 SHLIB_VERSION_NUMBER={- $config{shlib_version} -}
descrip.mms.tmpl 307 SHLIB_VERSION_NUMBER={- $config{shlib_version} -}
749 WRITE CONFIG " shlib_version => '","{- $config{shlib_version} -}","',"
unix-Makefile.tmpl 90 SHLIB_VERSION_NUMBER={- $config{shlib_version} -}
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 48 SHLIB_VERSION_NUMBER={- $config{shlib_version} -}
descrip.mms.tmpl 269 SHLIB_VERSION_NUMBER={- $config{shlib_version} -}
711 WRITE CONFIG " shlib_version => '","{- $config{shlib_version} -}","',"
unix-Makefile.tmpl 73 SHLIB_VERSION_NUMBER={- $config{shlib_version} -}

Completed in 37 milliseconds

1 2