Searched refs:get_version (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dbackupfile.h38 enum backup_type get_version(const char *version);
H A Dbackupfile.c224 get_version(const char *version) function
H A Dpatch.c202 backup_type = get_version(v); /* OK to pass NULL. */
580 backup_type = get_version(optarg);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dbackupfile.h52 enum backup_type get_version (char const *context, char const *arg);
H A Dbackupfile.c342 get_version (char const *context, char const *version) function
361 return get_version (context, version);
363 return get_version ("$VERSION_CONTROL", getenv ("VERSION_CONTROL"));
/macosx-10.9.5/gpatch-3/patch/
H A Dbackupfile.h56 enum backup_type get_version PARAMS ((char const *context, char const *arg));
H A Dbackupfile.c255 get_version (const char *context, const char *version) function
274 return get_version (context, version);
276 return get_version ("$VERSION_CONTROL", getenv ("VERSION_CONTROL"));
H A Dpatch.c169 backup_type = get_version (version_control_context, version_control);
/macosx-10.9.5/python_modules-35/scipy/
H A Df2c.py40 print(compiler.get_version())
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dttk_selector.rb62 major, minor, type, patchlevel = TclTkLib.get_version
H A Dvariable.rb29 major, minor, type, patchlevel = TclTkLib.get_version
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-sqlite.c44 sqlite3_stmt *get_version; member in struct:hdb_sqlite_db
252 sqlite3_finalize(hsdb->get_version);
308 &hsdb->get_version,
348 ret = hdb_sqlite_step(context, hsdb->db, hsdb->get_version);
350 hsdb->version = sqlite3_column_double(hsdb->get_version, 0);
352 sqlite3_reset(hsdb->get_version);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkrb5.h517 int (KRB5_CALLCONV * get_version)(krb5_context, krb5_ccache); member in struct:krb5_cc_ops
H A Dcache.c1020 if(id->ops->get_version)
1021 return (*id->ops->get_version)(context, id);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dinit.c821 static char* get_version(register Namval_t* np, Namfun_t *fp) function
842 static const Namdisc_t SH_VERSION_disc = { 0, 0, get_version, nget_version };
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dtk.rb1189 (TclTkLib.get_version<=>[8,4,TclTkLib::RELEASE_TYPE::FINAL,6]) > 0
1192 (TclTkLib.get_version<=>[8,4,TclTkLib::RELEASE_TYPE::FINAL,6]) > 0
1859 # (TclTkLib.get_version <=> [8,4,TclTkLib::RELEASE_TYPE::FINAL,9]) > 0
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c251 get_version(void) function
736 get_version();
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dconfigure3973 get_version="$apr_builders/get-version.sh"
3975 APR_MAJOR_VERSION="`$get_version major $version_hdr APR`"
3976 APR_DOTTED_VERSION="`$get_version all $version_hdr APR`"
24298 LT_VERSION="-version-info `$get_version libtool $version_hdr APR`"
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/
H A Dconfigure2817 get_version="$abs_srcdir/build/get-version.sh"
2819 APRUTIL_MAJOR_VERSION="`$get_version major $version_hdr APU`"
2820 APRUTIL_DOTTED_VERSION="`$get_version all $version_hdr APU`"
2822 APU_LTVERSION="-version-info `$get_version libtool $version_hdr APU`"
/macosx-10.9.5/apr-30/apr/apr/
H A Dconfigure3956 get_version="$apr_builders/get-version.sh"
3958 APR_MAJOR_VERSION="`$get_version major $version_hdr APR`"
3959 APR_DOTTED_VERSION="`$get_version all $version_hdr APR`"
24307 LT_VERSION="-version-info `$get_version libtool $version_hdr APR`"
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A Dconfigure2745 get_version="$abs_srcdir/build/get-version.sh"
2747 APRUTIL_MAJOR_VERSION="`$get_version major $version_hdr APU`"
2748 APRUTIL_DOTTED_VERSION="`$get_version all $version_hdr APU`"
2750 APU_LTVERSION="-version-info `$get_version libtool $version_hdr APU`"

Completed in 502 milliseconds