Searched refs:vers (Results 76 - 100 of 190) sorted by relevance

12345678

/freebsd-current/kerberos5/usr.bin/kadmin/
H A DMakefile30 LIBADD= kadm5clnt kadm5srv hdb krb5 roken vers sl asn1 crypto edit
/freebsd-current/kerberos5/usr.sbin/ktutil/
H A DMakefile21 LIBADD= kadm5clnt krb5 roken crypto edit sl vers
/freebsd-current/kerberos5/usr.bin/kcc/
H A DMakefile12 LIBADD= krb5 roken asn1 kafs5 edit sl vers
/freebsd-current/contrib/libevent/build-aux/
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/freebsd-current/usr.bin/talk/
H A Dget_names.c104 msg.vers = TALK_VERSION;
/freebsd-current/crypto/openssl/test/testutil/
H A Dprovider.c77 static int fips_provider_version(OSSL_LIB_CTX *libctx, FIPS_VERSION *vers) argument
89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3)
/freebsd-current/stand/powerpc/ofw/
H A DMakefile19 SRCS= conf.c vers.c main.c elf_freebsd.c ppc64_elf_freebsd.c start.c
/freebsd-current/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c84 unsigned char vers; member in struct:__anon140
195 cs->vers = '\0';
200 cs->vers = '\0';
205 cs->vers = '\0';
210 cs->vers = '\0';
238 cs.vers = '\0';
243 cs.vers = '\0';
248 cs.vers = '\0';
253 cs.vers = '\0';
274 (ei->recommend[i] + (ei->recommendsize[i] - 1))->vers
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/freebsd-current/sys/conf/
H A Dnewvers.sh324 vers_content_old=$(cat vers.c 2>/dev/null || true)
326 printf "%s\n" "$vers_content_new" > vers.c
H A DMakefile.arm6453 -o ${.TARGET} ${SYSTEM_OBJS} vers.o; \
/freebsd-current/lib/libc/rpc/
H A Dkey_call.c291 getkeyserv_handle(int vers) argument
345 clnt_control(kcp->client, CLSET_VERS, (void *)&vers);
375 KEY_PROG, vers, nconf);
386 KEY_PROG, vers, tpconf);
H A Dclnt_bcast.c226 * vers - version number
238 rpc_broadcast_exp(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, argument
381 barg.vers = vers;
408 barg_pmap.vers = vers;
653 * vers - version number
663 rpc_broadcast(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xargs, argument
669 dummy = rpc_broadcast_exp(prog, vers, proc, xargs, argsp,
/freebsd-current/usr.sbin/rpcbind/
H A Drpcb_svc_4.c325 rpcvers_t vers; local
334 vers = regp->r_vers;
351 (rbl->rpcb_map.r_vers == vers)) {
419 rpcbs_getaddr(RPCBVERS4 - 2, prog, vers, transp->xp_netid, maddr);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp638 static uptr ApproximateOSVersionViaKernelVersion(VersStr vers) { argument
652 return internal_snprintf(vers, sizeof(VersStr), format, os_major);
655 static void GetOSVersion(VersStr vers) { argument
664 len = internal_strlcpy(vers, vers_env, len);
667 internal_sysctlbyname("kern.osproductversion", vers, &len, nullptr, 0);
674 // (res == 0 && len != strlen(vers), vers is not a valid version). However,
676 bool launchd = (res == 0 && internal_strlen(vers) < 3);
680 len = ApproximateOSVersionViaKernelVersion(vers);
686 void ParseVersion(const char *vers, u1 argument
718 VersStr vers = {}; local
744 VersStr vers = {}; local
[all...]
/freebsd-current/stand/kboot/kboot/
H A DMakefile32 vers.c
/freebsd-current/stand/userboot/userboot/
H A DMakefile33 SRCS+= vers.c
/freebsd-current/sys/powerpc/cpufreq/
H A Dpcr.c154 uint16_t vers; local
155 vers = mfpvr() >> 16;
158 switch (vers) {
/freebsd-current/libexec/talkd/
H A Dprocess.c62 rp->vers = TALK_VERSION;
65 if (mp->vers != TALK_VERSION) {
66 syslog(LOG_WARNING, "bad protocol version %d", mp->vers);
/freebsd-current/sbin/routed/
H A Doutput.c660 int vers, /* RIP version */
700 ripv12_buf.rip.rip_vers = vers;
716 v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2;
725 if (vers == RIPv2) {
741 ws.a = (vers == RIPv2) ? find_auth(ifp) : 0;
810 int vers; local
837 vers = (ifp->int_state & IS_NO_RIPV1_OUT) ? RIPv2 : RIPv1;
843 if (vers == RIPv2
853 if (vers == RIPv2 &&
871 supply(&dst, ifp, type, flash, vers,
656 supply(struct sockaddr_in *dst, struct interface *ifp, enum output_type type, int flash, int vers, int passwd_ok) argument
[all...]
/freebsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c149 unsigned short vers = getushort(b710->bpbFSVers); local
155 if (pmp->pm_Sectors || pmp->pm_FATsecs || vers) {
156 MSDOSFS_DPRINTF(("sectors %d fatsecs %lu vers %d\n",
157 pmp->pm_Sectors, pmp->pm_FATsecs, vers));
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c168 dt_version_t vers; local
178 if (dt_version_str2num(dnp->dn_string, &vers) == -1) {
191 idp->di_vers = vers;
200 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
/freebsd-current/contrib/tcpdump/
H A Dprint-ptp.c452 u_int vers; local
456 vers = GET_BE_U_2(bp) & PTP_VERS_MASK;
457 ND_PRINT("PTPv%u",vers);
458 switch(vers) {
/freebsd-current/stand/
H A Dloader.mk151 CLEANFILES+= vers.c
156 vers.c: ${LDRSRC}/newvers.sh ${VERSION_FILE}
/freebsd-current/sys/dev/fb/
H A Dvesa.c772 uint16_t vers; local
842 vers = buf->v_version = le16toh(buf->v_version);
852 if (vers < 0x0102) {
855 ((vers & 0xf000) >> 12) * 10 + ((vers & 0x0f00) >> 8),
856 ((vers & 0x00f0) >> 4) * 10 + (vers & 0x000f));
861 if (vers >= 0x0200) {
985 vers >= 0x0300) {
1854 uint16_t vers; local
[all...]

Completed in 309 milliseconds

12345678