Searched refs:version (Results 51 - 75 of 2061) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/lessecho/
H A DMakefile3 SRCS= lessecho.c version.c
/freebsd-current/crypto/openssl/Configurations/
H A Dunix-checker.pm17 This Perl version: $Config{version} for $Config{archname}
H A Dwindows-checker.pm17 This Perl version: $Config{version} for $Config{archname}
/freebsd-current/usr.sbin/ntp/ntpdate/
H A DMakefile9 SRCS= ntpdate.c version.c
23 CLEANFILES+= .version version.c
25 version.c:
/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_open.c40 if (LIBELF_PRIVATE(version) == EV_NONE) {
56 if (LIBELF_PRIVATE(version) == EV_NONE) {
/freebsd-current/contrib/libxo/doc/
H A Dconf.py27 # Instead of hardcoding the version number here, we read it from the
31 version = subprocess.check_output(vers_cmd, shell=True).decode("utf-8") variable
35 # If your documentation needs a minimal Sphinx version, state it here.
64 # The version info for the project you're documenting, acts as replacement for
65 # |version| and |release|, also used in various other places throughout the
68 # The short X.Y version.
69 #version = 'develop'
70 # The full version, including alpha/beta/rc tags.
71 release = version
/freebsd-current/sys/contrib/openzfs/contrib/bpftrace/
H A Dzfs-trace.sh3 read -r ZVER < /sys/module/zfs/version
/freebsd-current/tests/sys/cddl/zfs/tests/poolversion/
H A Dcleanup.ksh31 $ZPOOL set 2>&1 | $GREP version > /dev/null
34 log_unsupported "zpool version property not supported on this system."
/freebsd-current/include/rpcsvc/
H A Dnis_callback.x62 version CB_VERS {
H A Dspray.x61 version SPRAYVERS {
H A Drnusers.x73 * Old version does not include idle information
75 version RUSERSVERS_ORIG {
89 version RUSERSVERS_IDLE {
104 version RUSERSVERS_3 {
/freebsd-current/contrib/diff/lib/
H A Dversion-etc.c1 /* Utility to help print --version output in a consistent format.
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
25 #include "version-etc.h"
47 const char *version, va_list authors)
67 fprintf (stream, "%s (%s) %s\n", command_name, package, version);
69 fprintf (stream, "%s %s\n", package, version);
154 /* Display the --version information the standard way.
170 const char *version, /* const char *author1, ...*/ ...)
174 va_start (authors, version);
45 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
168 version_etc(FILE *stream, const char *command_name, const char *package, const char *version, ...) argument
[all...]
/freebsd-current/crypto/heimdal/lib/ntlm/
H A DMakefile.am17 libheimntlm_la_LDFLAGS = -version-info 1:0:1
20 libheimntlm_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
22 $(libheimntlm_la_OBJECTS): $(srcdir)/version-script.map
42 libheimntlm-version.rc \
44 version-script.map \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade.kshlib47 ver=$(get_pool_prop version $1)
61 typeset -i version
66 for version in $ZFS_ALL_VERSIONS ; do
68 eval verfs=\$ZFS_VERSION_$version
77 if (( version == zpl_version )); then
84 log_mustnot zfs create -o version=${version} ${current_fs}
87 log_must zfs create -o version=${version} ${current_fs}
107 version
[all...]
H A Dzfs_upgrade_005_pos.ksh37 # Executing 'zfs upgrade [-V version] -a' command succeeds,
38 # it upgrade all filesystems to specific or current version.
41 # 1. Prepare a set of datasets which contain old-version and current version.
42 # 2. Execute 'zfs upgrade [-V version] -a', verify return 0,
57 for version in $ZFS_ALL_VERSIONS ; do
59 eval verfs=\$ZFS_VERSION_$version
63 log_must zfs create -o version=${version} ${current_fs}
70 log_must zfs create -o version
[all...]
H A Dzfs_upgrade_004_pos.ksh37 # Executing 'zfs upgrade -r [-V version] filesystem' command succeeds,
38 # it upgrade filesystem recursively to specific or current version.
41 # 1. Prepare a set of datasets which contain old-version and current version.
42 # 2. Execute 'zfs upgrade -r [-V version] filesystem', verify return 0,
57 for version in $ZFS_ALL_VERSIONS ; do
59 eval verfs=\$ZFS_VERSION_$version
63 log_must zfs create -o version=${version} ${current_fs}
70 log_must zfs create -o version
[all...]
H A Dzfs_upgrade_003_pos.ksh37 # Executing 'zfs upgrade [-V version] filesystem' command succeeds,
38 # it could upgrade a filesystem to specific version or current version.
41 # 1. Prepare a set of datasets which contain old-version and current version.
42 # 2. Execute 'zfs upgrade [-V version] filesystem', verify return 0,
57 for version in $ZFS_ALL_VERSIONS ; do
59 eval verfs=\$ZFS_VERSION_$version
63 log_must zfs create -o version=${version}
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade.kshlib31 # When pool version is 15, fs whose version is 4 can be created.
45 typeset vs=$(get_pool_prop version $pool)
58 typeset -i version
63 for version in $ZFS_ALL_VERSIONS ; do
65 eval verfs=\$ZFS_VERSION_$version
74 if (( version == zpl_version )); then
81 log_mustnot $ZFS create -o version=${version} ${current_fs}
84 log_must $ZFS create -o version
[all...]
H A Dzfs_upgrade_005_pos.ksh36 # Executing 'zfs upgrade [-V version] -a' command succeeds,
37 # it upgrade all filesystems to specific or current version.
40 # 1. Prepare a set of datasets which contain old-version and current version.
41 # 2. Execute 'zfs upgrade [-V version] -a', verify return 0,
67 for version in $ZFS_ALL_VERSIONS ; do
69 eval verfs=\$ZFS_VERSION_$version
73 log_must $ZFS create -o version=${version} ${current_fs}
80 log_must $ZFS create -o version
[all...]
H A Dzfs_upgrade_004_pos.ksh36 # Executing 'zfs upgrade -r [-V version] filesystem' command succeeds,
37 # it upgrade filesystem recursively to specific or current version.
40 # 1. Prepare a set of datasets which contain old-version and current version.
41 # 2. Execute 'zfs upgrade -r [-V version] filesystem', verify return 0,
67 for version in $ZFS_ALL_VERSIONS ; do
69 eval verfs=\$ZFS_VERSION_$version
73 log_must $ZFS create -o version=${version} ${current_fs}
80 log_must $ZFS create -o version
[all...]
H A Dzfs_upgrade_003_pos.ksh36 # Executing 'zfs upgrade [-V version] filesystem' command succeeds,
37 # it could upgrade a filesystem to specific version or current version.
40 # 1. Prepare a set of datasets which contain old-version and current version.
41 # 2. Execute 'zfs upgrade [-V version] filesystem', verify return 0,
67 for version in $ZFS_ALL_VERSIONS ; do
69 eval verfs=\$ZFS_VERSION_$version
73 log_must $ZFS create -o version=${version}
[all...]
/freebsd-current/usr.bin/patch/
H A Dbackupfile.c123 make_version_name(const char *file, int version) argument
127 if (asprintf(&backup_name, "%s.~%d~", file, version) == -1)
133 * If BACKUP is a numbered backup of BASE, return its version number;
140 int version; local
143 version = 0;
146 version = version * 10 + *p - '0';
148 version = 0;
150 return version;
233 get_version(const char *version) argument
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-vrrp.c7 * - print version, type string and packet length
111 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ local
116 version = (GET_U_1(bp) & 0xf0) >> 4;
119 ND_PRINT("v%u, %s", version, type_s);
122 if (version < 2 || version > 3 || type != VRRP_TYPE_ADVERTISEMENT)
126 if (version == 2) {
130 } else { /* version == 3 */
140 if (version == 2 && ND_TTEST_LEN(bp, len)) {
150 if (version
[all...]
/freebsd-current/lib/libc/rpc/
H A Dpmap_clnt.c58 pmap_set(u_long program, u_long version, int protocol, int port) argument
79 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na);
86 * Remove the mapping between program, version and port.
90 pmap_unset(u_long program, u_long version) argument
98 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
104 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
/freebsd-current/contrib/libcbor/misc/
H A Dupdate_version.py7 # Update version label in all configuration files
13 version = sys.argv[1] variable
15 major, minor, patch = version.split('.')
29 changelog_header = f'{NEXT}\n\n{version} ({release_date})\n{SEP}'
34 replace('Doxyfile', DOXY_VERSION + '.*', DOXY_VERSION + version)
56 """version = '.*'
58 f"""version = '{major}.{minor}'

Completed in 408 milliseconds

1234567891011>>