Searched refs:version (Results 1 - 25 of 2061) sorted by path

1234567891011>>

/freebsd-current/
H A DMakefile.inc1402 # binary that requires a newer library version that hasn't been installed yet.
2008 PKG_BIN_VERSION!=${PKG_CMD} --version </dev/null 2>/dev/null |\
2193 /^version/ { print $$2; next } \
2226 /version/ {print $$2; next } ' \
2258 /version/ {print $$2; next } ' \
2298 /version/ {print $$2; next } ' \
2313 printf "version = 2;\n" > ${WSTAGEDIR}/meta
2413 # current source tree. Otherwise we create a symlink to the version found in
2417 # BOOTSTRAP_ALL_TOOLS and just build the FreeBSD version of the binary.
2441 # we symlink the host version t
[all...]
/freebsd-current/bin/
H A DMakefile17 freebsd-version \
/freebsd-current/bin/freebsd-version/
H A DMakefile3 SCRIPTS = freebsd-version
4 MAN = freebsd-version.1
5 CLEANFILES = freebsd-version freebsd-version.sh
8 freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS}
14 " ${.CURDIR}/freebsd-version.sh.in >${.TARGET} ; then \
H A Dfreebsd-version.sh.in62 # Extract the kernel version from the installed kernel.
73 # Print the version of the currently running kernel.
80 # Print the hardcoded userland version.
87 # Print the hardcoded userland version of a jail.
91 jexec -- $i freebsd-version
142 # print installed kernel version
147 # print running kernel version
152 # print userland version
157 # print jail version
/freebsd-current/bin/nproc/
H A Dnproc.c37 { "version", no_argument, NULL, OPT_VERSION },
50 " nproc --version\n");
61 * GNU variant ships with the --version switch.
68 version(void) function
96 version();
/freebsd-current/bin/pax/
H A Dtar.c996 l_strncpy(hd->version, TVERSION, TVERSLEN);
H A Dtar.h138 char version[TVERSLEN]; /* version */ member in struct:__anon11
/freebsd-current/bin/uuidgen/
H A Duuidgen.c93 * the time_hi_and_version field to the 4-bit version number
109 int ch, count, i, iterate, status, version; local
115 version = 1; /* create uuid v1 by default */
125 version = 4;
165 if (version == 1) {
168 } else if (version == 4) {
172 err(1, "unsupported version");
177 if (version == 1) {
180 } else if (version == 4) {
184 err(1, "unsupported version");
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d29 #pragma D option version=1.0
32 * The following identifiers were added as D built-ins as of version 1.1.
/freebsd-current/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c509 * Set the CTF library client version to the specified version. If version is
510 * zero, we just return the default library version number.
513 ctf_version(int version) argument
515 if (version < 0) {
520 if (version > 0) {
521 if (version > CTF_VERSION) {
525 ctf_dprintf("ctf_version: client using version %d\n", version);
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1271 ms.version = sizeof(ms);
1340 k_stat.version = sizeof(k_stat);
H A Ddt_open.c73 * of identifiers below to fill in the attribute and version fields associated
77 * far. DT_VERS_LATEST must correspond to the latest version value among all
80 * You must update DT_VERS_LATEST and DT_VERS_STRING when adding a new version,
81 * and then add the new version to the _dtrace_versions[] array declared below.
99 * The version number should be increased for every customer visible release
108 * easily determined from the version number. Minor bugs do not require any
109 * modification to the version number.
814 const char *const _dtrace_version = DT_VERS_STRING; /* API version string */
815 int _dtrace_rdvers = RD_VERSION; /* rtld_db feature version */
1028 dt_vopen(int version, in argument
1624 dtrace_open(int version, int flags, int *errp) argument
1630 dtrace_vopen(int version, int flags, int *errp, const dtrace_vector_t *vector, void *arg) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c804 uint_t version = h->cth_version; local
808 idwidth = version == CTF_VERSION_2 ? 2 : 4;
834 if (version == CTF_VERSION_2)
841 if (version == CTF_VERSION_2) {
1072 int i, version; local
1078 version = h->cth_version;
1079 idwidth = version == CTF_VERSION_2 ? 2 : 4;
1086 maxid = version == CTF_VERSION_2 ?
1103 if (version == CTF_VERSION_2) {
1181 if (version
[all...]
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c53 * based on the CTF version of the file being dumped. For example, if a v2 file
406 uint_t version; local
420 version = hp->cth_version;
435 if (version == CTF_VERSION_2) {
526 if (version == CTF_VERSION_2) {
540 if (version == 2)
597 if (version == CTF_VERSION_2) {
638 if (version == CTF_VERSION_2) {
1040 die("%s contains unsupported CTF version %d\n", filename,
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile87 version \
/freebsd-current/contrib/atf/atf-c++/
H A Dpkg_config_test.sh52 atf_test_case version
55 atf_set "descr" "Checks that the version in atf-c++ is correct"
139 atf_add_test_case version
/freebsd-current/contrib/atf/atf-c/
H A Dpkg_config_test.sh52 atf_test_case version
55 atf_set "descr" "Checks that the version in atf-c is correct"
139 atf_add_test_case version
/freebsd-current/contrib/bc/
H A Dconfigure312 printf '| | the bc version | | |\n'
1797 # This convoluted mess does pull the version out. If you change the format of
1798 # include/version.h, you may have to change this line.
1799 version=$(cat "$scriptdir/include/version.h" | grep "VERSION " - | awk '{ print $3 }' -)
1815 contents=$(replace "$contents" "VERSION" "$version")
1872 printf 'Version: %s\n' "$version"
H A Dconfigure.sh312 printf '| | the bc version | | |\n'
1797 # This convoluted mess does pull the version out. If you change the format of
1798 # include/version.h, you may have to change this line.
1799 version=$(cat "$scriptdir/include/version.h" | grep "VERSION " - | awk '{ print $3 }' -)
1815 contents=$(replace "$contents" "VERSION" "$version")
1872 printf 'Version: %s\n' "$version"
/freebsd-current/contrib/bc/include/
H A Dvm.h55 #include <version.h>
107 /// The version as a string. VERSION must be defined previously, usually by the
/freebsd-current/contrib/bc/src/
H A Dargs.c157 bool do_exit = false, version = false; local
335 do_exit = version = true;
364 if (version) bc_vm_info(NULL);
H A Dmain.c50 #include <version.h>
/freebsd-current/contrib/bc/tests/
H A Dother.sh449 "$exe" "$@" --version=5 > /dev/null 2> "$out2"
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_ssl.h77 * protocol version is not actually supported.
80 /** \brief Protocol version: SSL 3.0 (unsupported). */
82 /** \brief Protocol version: TLS 1.0. */
84 /** \brief Protocol version: TLS 1.1. */
86 /** \brief Protocol version: TLS 1.2. */
109 /** \brief SSL status: incoming protocol or record version is unsupported. */
112 /** \brief SSL status: incoming record version does not match the expected
113 version. */
190 /** \brief SSL status: session resumption attempt with distinct version
273 * \param version recor
816 uint16_t version; member in struct:__anon26
[all...]
/freebsd-current/contrib/bearssl/mk/
H A DmkT0.cmd6 rem (some of the code uses features not available in the language version

Completed in 304 milliseconds

1234567891011>>