Home
last modified time | relevance | path

Searched refs:get_version (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dbackupfile.c214 get_version (const char *context, const char *version) in get_version() function
233 return get_version (context, version); in xget_version()
235 return get_version ("$VERSION_CONTROL", getenv ("VERSION_CONTROL")); in xget_version()
H A Dbackupfile.h54 extern enum backup_type get_version (char const *context, char const *arg);
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbackupfile.c214 get_version (const char *context, const char *version) in get_version() function
233 return get_version (context, version); in xget_version()
235 return get_version ("$VERSION_CONTROL", getenv ("VERSION_CONTROL")); in xget_version()
H A Dbackupfile.h54 extern enum backup_type get_version (char const *context, char const *arg);
/netbsd-src/external/gpl2/dtc/dist/pylibfdt/
H A Dsetup.py19 def get_version(): function
40 version=get_version(),
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeApplication.cc85 lic_err = dbe_strdup (DbeApplication::get_version ()); in initApplication()
106 lic_err = dbe_strdup (DbeApplication::get_version ()); in initApplication()
H A DApplication.h66 char *get_version () { return prog_version; } in get_version() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeApplication.cc85 lic_err = dbe_strdup (DbeApplication::get_version ()); in initApplication()
106 lic_err = dbe_strdup (DbeApplication::get_version ()); in initApplication()
H A DApplication.h66 char *get_version () { return prog_version; } in get_version() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c46 sqlite3_stmt *get_version; member
161 &hsdb->get_version, in prep_stmts()
214 if (hsdb->get_version != NULL) in finalize_stmts()
215 sqlite3_finalize(hsdb->get_version); in finalize_stmts()
216 hsdb->get_version = NULL; in finalize_stmts()
441 ret = hdb_sqlite_step(context, hsdb->db, hsdb->get_version); in hdb_sqlite_make_database()
443 hsdb->version = sqlite3_column_double(hsdb->get_version, 0); in hdb_sqlite_make_database()
445 sqlite3_reset(hsdb->get_version); in hdb_sqlite_make_database()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_clang.py15 self.assertTrue(sut.get_version('clang'))
19 sut.get_version('notexists')
/netbsd-src/usr.bin/patch/
H A Dbackupfile.h44 enum backup_type get_version(const char *version);
H A Dbackupfile.c243 get_version(const char *version) in get_version() function
H A Dpatch.c209 backup_type = get_version(v); in main()
602 backup_type = get_version(optarg); in get_some_switches()
/netbsd-src/external/lgpl3/mpc/dist/src/
H A DMakefile.am27 get_version.c get_x.c imag.c init2.c init3.c inp_str.c log.c log10.c \
H A DMakefile.in141 get_prec2.lo get_prec.lo get_version.lo get_x.lo imag.lo \
188 ./$(DEPDIR)/get_prec2.Plo ./$(DEPDIR)/get_version.Plo \
395 get_version.c get_x.c imag.c init2.c init3.c inp_str.c log.c log10.c \
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_version.Plo@am__quote@ # am--include-marker
767 -rm -f ./$(DEPDIR)/get_version.Plo
899 -rm -f ./$(DEPDIR)/get_version.Plo
/netbsd-src/sbin/iscsictl/
H A Discsic_globals.h173 int get_version(int, char **);
H A Discsic_main.c52 {"version", get_version},
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dclang.py27 def get_version(clang): function
H A Dreport.py21 from libscanbuild.clang import get_version
104 clang_version=get_version(args.clang),
H A Danalyze.py36 from libscanbuild.clang import get_version, get_arguments, get_triple_arch, \
522 handle.write(get_version(opts['clang']))
/netbsd-src/external/lgpl3/mpc/lib/libmpc/
H A DMakefile53 get_version.c \
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dglue.c295 .get_version = kcmss_get_version,
/netbsd-src/external/lgpl3/mpc/dist/
H A DMakefile.vc135 $(DIRMPC)\get_version.obj \
214 get_version.obj \
/netbsd-src/sys/dev/usb/
H A Duchcom.c484 get_version(struct uchcom_softc *sc, uint8_t *rver) in get_version() function
528 err = get_version(sc, &sc->sc_version); in update_version()

12