Searched refs:version (Results 526 - 550 of 1760) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/contrib/mdocml/
H A Dmain.c76 static void version(void) __attribute__((noreturn));
121 version();
160 version(void) function
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c565 /* Get system and version info, and try to tell the difference
682 registry. Failing that, construct a release name from the version
815 /* Find the version number, if any, embedded in FILENAME. */
867 const char *version;
872 version = file_version_number(buffer, pool);
884 lib->version = version;
1001 /* Return the commercial name of the OS, given the version number in
1102 const char *version;
1111 case CPU_TYPE_I386: version
863 const char *version; local
1097 const char *version; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A DMakefile.am228 version.c \
236 version-script.map
238 libkrb5_la_LDFLAGS = -version-info 26:0:0
241 libkrb5_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
362 verify_krb5_conf-version.rc \
368 version-script.map \
H A Dfcache.c40 int version; member in struct:krb5_fcache
203 f->version = 0;
348 f->version = 0;
438 f->version = context->fcache_vno;
440 f->version = KRB5_FCC_FVNO_4;
442 ret |= krb5_store_int8(sp, f->version);
443 storage_set_flags(context, sp, f->version);
444 if(f->version == KRB5_FCC_FVNO_4 && ret == 0) {
513 storage_set_flags(context, sp, FCACHE(id)->version);
578 krb5_set_error_message(context, ret, N_("Bad version numbe
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h88 u8 version, const char *query);
101 int wpas_p2p_service_add_upnp(struct wpa_supplicant *wpa_s, u8 version,
103 int wpas_p2p_service_del_upnp(struct wpa_supplicant *wpa_s, u8 version,
/freebsd-10.2-release/contrib/xz/src/liblzma/common/
H A Dstream_encoder.c188 .version = 0,
291 next->coder->block_options.version = 0;
302 .version = 0,
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_sxnet.c100 ASN1_SIMPLE(SXNET, version, ASN1_INTEGER),
113 v = ASN1_INTEGER_get(sx->version);
179 * Add an id given the zone as an ASN1_INTEGER. Note this version uses the
202 if (!ASN1_INTEGER_set(sx->version, 0))
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-ntp.c90 int mode, version, leapind; local
96 version = (int)(bp->status & VERSIONMASK) >> 3;
97 printf("NTPv%d", version);
H A Dprint-lspping.c68 u_int8_t version[2]; member in struct:lspping_common_header
507 if (EXTRACT_16BITS(&lspping_com_header->version[0]) != LSPPING_VERSION) {
508 printf("LSP-PING version %u packet not supported",
509 EXTRACT_16BITS(&lspping_com_header->version[0]));
516 EXTRACT_16BITS(&lspping_com_header->version[0]),
528 EXTRACT_16BITS(&lspping_com_header->version[0]),
/freebsd-10.2-release/lib/libdevstat/
H A Ddevstat.c233 * Get the current devstat version. The return value of this function
242 int version; local
247 * Get the current devstat version.
250 if (sysctlbyname("kern.devstat.version", &version, &versize,
253 "%s: error getting devstat version\n%s: %s",
257 return(version);
259 if (KREADNL(kd, X_VERSION, version) == -1)
262 return(version);
267 * Check the devstat version w
274 int buflen, res, retval = 0, version; local
[all...]
/freebsd-10.2-release/sbin/ldconfig/
H A Delfhints.c219 if (hdr->version != 1)
220 errx(1, "\"%s\": unrecognized file version (%d)", hintsfile,
221 hdr->version);
270 hdr.version = 1;
/freebsd-10.2-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh13 # Software Foundation; either version 2, or (at your option) any later
14 # version.
135 # (FIXME: may want to include other signals, in released version).
148 version report-progress no-toc-relocation
191 --version
192 Display a version identification message and exit.
238 --version)
240 SHOW_VERSION="GNU pdfroff (groff) version @VERSION@"
323 -v*) shift; set redirect --version "$@"
341 # If the '-v' or '--version' optio
[all...]
/freebsd-10.2-release/contrib/groff/src/utils/addftinfo/
H A Daddftinfo.cpp9 Software Foundation; either version 2, or (at your option) any later
10 version.
37 static void version();
73 if (!strcmp(argv[i], "-v") || !strcmp(argv[i],"--version"))
74 version();
144 static void version() function
146 printf("GNU addftinfo (groff) version %s\n", Version_string);
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_stat.c211 strncpy(sut.version,
212 IBCS2_UNAME_VERSION, sizeof(sut.version) - 1);
222 sut.sysname, sut.release, sut.version, sut.nodename,
/freebsd-10.2-release/sys/kern/
H A Dsubr_capability.c153 __cap_rights_init(int version, cap_rights_t *rights, ...) argument
158 assert(version == CAP_RIGHTS_VERSION_00);
160 n = version + 2;
/freebsd-10.2-release/sys/sys/
H A Dlinker.h127 * optional version info or a linker file, but not both.
226 #define LINKER_HINTS_VERSION 1 /* linker.hints file version */
293 * This is version 1 of the KLD file status structure. It is identified
294 * by its _size_ in the version field.
297 int version; /* set to sizeof(struct kld_file_stat_1) */ member in struct:kld_file_stat_1
307 int version; /* set to sizeof(struct kld_file_stat) */ member in struct:kld_file_stat
317 int version; /* set to sizeof(struct kld_sym_lookup) */ member in struct:kld_sym_lookup
/freebsd-10.2-release/crypto/openssh/
H A Dssh-keysign.c156 int key_fd[NUM_KEYTYPES], i, found, version = 2, fd; local
225 if (buffer_get_char(&b) != version)
226 fatal("bad version");
256 if (ssh_msg_send(STDOUT_FILENO, version, &b) == -1)
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dt_req.c53 * The licence and distribution terms for any publically available version or
119 neg = (ri->version->type == V_ASN1_NEG_INTEGER) ? "-" : "";
121 for (i = 0; i < ri->version->length; i++) {
123 l += ri->version->data[i];
/freebsd-10.2-release/crypto/heimdal/kadmin/
H A Drpc.c104 uint32_t version; member in struct:gcred
307 CHECK(krb5_ret_uint32(sp, &gcred->version));
527 CHECK(krb5_ret_uint32(sp, &flag)); /* data version */
549 uint32_t version, mask; local
556 CHECK(krb5_ret_uint32(in, &version));
557 INSIST(version == VERSION2);
573 CHECK(krb5_store_uint32(out, VERSION2)); /* api version */
585 uint32_t version; local
589 CHECK(krb5_ret_uint32(in, &version));
590 INSIST(version
612 uint32_t version, mask; local
649 uint32_t version; local
[all...]
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dd1_pkt.c110 * The licence and distribution terms for any publically available version or
631 unsigned short version; local
672 version = (ssl_major << 8) | ssl_minor;
682 /* Lets check version */
684 if (version != s->version) {
685 /* unexpected version, silently discard */
692 if ((version & 0xff00) != (s->version & 0xff00)) {
693 /* wrong version, silentl
[all...]
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Diapp.c58 u8 version; member in struct:iapp_hdr
189 hdr->version = IAPP_VERSION;
349 "RX: version=%d command=%d id=%d len=%d\n",
350 hdr->version, hdr->command,
352 if (hdr->version != IAPP_VERSION) {
353 printf("Dropping IAPP frame with unknown version %d\n",
354 hdr->version);
/freebsd-10.2-release/lib/libz/
H A Dzlib.h2 version 1.2.8, April 28th, 2013
50 This version of the library supports only one compression method (deflation)
206 /* The deflate compression method (the only one supported in this version) */
239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
380 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
381 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
534 This is another version of deflateInit with more compression options. The
539 this version of the library.
543 version o
[all...]
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lzop.c205 unsigned checksum, flags, len, method, version; local
224 version = archive_be16dec(p);
225 p += 4;/* version(2 bytes) + library version(2 bytes) */
227 if (version >= 0x940) {
231 ARCHIVE_ERRNO_MISC, "Invalid required version");
243 if (version >= 0x940) {
260 if (version >= 0x940)
/freebsd-10.2-release/contrib/bsnmp/lib/
H A Dsnmpclient.c442 if (snmp_client.version == SNMP_V1)
452 if (pdu->version != SNMP_V1)
474 if (snmp_client.version == SNMP_V1 &&
848 c->version = SNMP_V2c;
1150 pdu->version = snmp_client.version;
1155 if (snmp_client.version != SNMP_V3)
1530 if (resp->version != req->version) {
1531 warnx("SNMP GETNEXT: response has wrong version");
[all...]
/freebsd-10.2-release/sbin/hastd/
H A Dhastd.c751 uint8_t version; local
801 version = nv_get_uint8(nvin, "version");
802 pjdlog_debug(2, "%s: version=%hhu", raddr, version);
803 if (version == 0) {
805 * If no version is sent, it means this is protocol version 1.
807 version = 1;
922 if (version > HAST_PROTO_VERSIO
[all...]

Completed in 390 milliseconds

<<21222324252627282930>>