Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_api.c25 CONF_VALUE vv; in _CONF_get_section() local
29 vv.name = NULL; in _CONF_get_section()
30 vv.section = (char *)section; in _CONF_get_section()
31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; in _CONF_get_section()
69 CONF_VALUE *v, vv; in _CONF_get_string() local
79 vv.name = (char *)name; in _CONF_get_string()
80 vv.section = (char *)section; in _CONF_get_string()
81 v = lh_CONF_VALUE_retrieve(conf->data, &vv); in _CONF_get_string()
90 vv.section = "default"; in _CONF_get_string()
91 vv.name = (char *)name; in _CONF_get_string()
[all …]
/freebsd/share/mk/
H A Dbsd.mkopt.mk132 .for vv in ${__DEFAULT_DEPENDENT_OPTIONS}
133 .if defined(WITH_${vv:H}) && defined(WITHOUT_${vv:H})
134 MK_${vv:H}?= no
135 .elif defined(WITH_${vv:H})
136 MK_${vv:H}?= yes
137 .elif defined(WITHOUT_${vv:H})
138 MK_${vv:H}?= no
140 MK_${vv:H}?= ${MK_${vv:T}}
142 MK_${vv:H}:= ${MK_${vv:H}}
H A Dsrc.opts.mk507 .for vv in \
510 .if defined(WITH_${vv:H})
511 MK_${vv:H}:= yes
512 .elif defined(WITHOUT_${vv:H})
513 MK_${vv:H}:= no
515 MK_${vv:H}:= ${MK_${vv:T}}
/freebsd/bin/sh/tests/expansion/
H A Dexport1.02 w='@ vv=6'
4 v=0 vv=0
7 [ "$vv" = "6" ] || echo "Expected 6 got $vv"
/freebsd/tests/sys/netpfil/pf/
H A Dtable.sh64 jexec alcatraz pfctl -t foo -T show -vv
104 jexec alcatraz pfctl -t foo6 -T show -vv
139 jexec alcatraz pfctl -t foo -T show -vv
146 jexec alcatraz pfctl -t foo -T show -vv
156 jexec alcatraz pfctl -t foo -T show -vv
160 jexec alcatraz pfctl -t foo -T show -vv
198 jexec alcatraz pfctl -t tab -T show -vv
294 jexec alcatraz pfctl -sr -vv
328 jexec alcatraz pfctl -t foo -T show -vv
H A Dicmp6.sh77 jexec alcatraz pfctl -ss -vv
78 jexec alcatraz pfctl -sr -vv
181 jexec alcatraz pfctl -ss -vv
185 jexec alcatraz pfctl -ss -vv
188 jexec alcatraz pfctl -ss -vv
191 jexec alcatraz pfctl -ss -vv
H A Dmacro.sh24 no=$(jexec alcatraz pfctl -sr -vv | awk '/ruleNo/ { gsub("@", "", $1); print $1; }')
25 …ruleno=$(jexec alcatraz pfctl -sr -vv | awk '/ruleNo/ { gsub(/"ruleNo:/, "", $7); gsub(/"/, "", $7…
H A Dpflog.sh118 jexec alcatraz pfctl -sr -vv
120 jexec alcatraz pfctl -ss -vv
H A Droute_to.sh561 jexec $j pfctl -ss -vv
620 jexec $j pfctl -ss -vv
679 jexec $j pfctl -sr -vv
680 jexec $j pfctl -ss -vv
775 jexec alcatraz pfctl -sr -vv
776 jexec alcatraz pfctl -ss -vv
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsHexagon.def101 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerb_pci, "vv*IiiivC*", "", V5)
102 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerh_pci, "vv*IiiivC*", "", V5)
103 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerf_pci, "vv*IiiivC*", "", V5)
104 TARGET_BUILTIN(__builtin_HEXAGON_S2_storeri_pci, "vv*IiiivC*", "", V5)
105 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerd_pci, "vv*IiiLLivC*", "", V5)
106 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerb_pcr, "vv*iivC*", "", V5)
107 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerh_pcr, "vv*iivC*", "", V5)
108 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerf_pcr, "vv*iivC*", "", V5)
109 TARGET_BUILTIN(__builtin_HEXAGON_S2_storeri_pcr, "vv*iivC*", "", V5)
110 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerd_pcr, "vv*iLLivC*", "", V5)
[all …]
H A Driscv_vector.td339 string S = !cond(!eq(nf, 2): !if(signed, "vv", "UvUv"),
407 def : RVVBuiltin<"v", "vv", type_range>;
444 def : RVVBuiltin<"v", "vv", type_range>;
495 def : RVVBuiltin<"v", "vv", type_range>;
1304 [["vv", "v", "vvUv"],
1317 [["vv", "w", "wvv"],
1320 [["vv", "Uw", "UwUvUv"],
1323 [["vv", "w", "wvUv"],
1338 [["vv", "Uw", "UwUwUvUv"],
1341 [["vv", "w", "wwvv"],
[all …]
H A DBuiltinsX86.def609 TARGET_BUILTIN(__builtin_ia32_fxrstor, "vv*", "n", "fxsr")
610 TARGET_BUILTIN(__builtin_ia32_fxsave, "vv*", "n", "fxsr")
613 TARGET_BUILTIN(__builtin_ia32_xsave, "vv*UOi", "n", "xsave")
614 TARGET_BUILTIN(__builtin_ia32_xrstor, "vv*UOi", "n", "xsave")
619 TARGET_BUILTIN(__builtin_ia32_xsaveopt, "vv*UOi", "n", "xsaveopt")
620 TARGET_BUILTIN(__builtin_ia32_xrstors, "vv*UOi", "n", "xsaves")
621 TARGET_BUILTIN(__builtin_ia32_xsavec, "vv*UOi", "n", "xsavec")
622 TARGET_BUILTIN(__builtin_ia32_xsaves, "vv*UOi", "n", "xsaves")
628 TARGET_BUILTIN(__builtin_ia32_rstorssp, "vv*", "n", "shstk")
632 TARGET_BUILTIN(__builtin_ia32_clrssbsy, "vv*", "n", "shstk")
[all …]
H A Driscv_sifive_vector.td130 defm sf_vqmaccu_2x8x2 : RVVVQMACCDODBuiltinSet<[["", "v", "vv(FixedSEW:8)SUv(FixedSEW:8)Uv"]]>;
131 defm sf_vqmacc_2x8x2 : RVVVQMACCDODBuiltinSet<[["", "v", "vv(FixedSEW:8)Sv(FixedSEW:8)v"]]>;
132 defm sf_vqmaccus_2x8x2 : RVVVQMACCDODBuiltinSet<[["", "v", "vv(FixedSEW:8)SUv(FixedSEW:8)v"]]>;
133 defm sf_vqmaccsu_2x8x2 : RVVVQMACCDODBuiltinSet<[["", "v", "vv(FixedSEW:8)Sv(FixedSEW:8)Uv"]]>;
H A DBuiltinsHexagonDep.def852 TARGET_BUILTIN(__builtin_HEXAGON_Y2_dccleana, "vv*", "", V5)
853 TARGET_BUILTIN(__builtin_HEXAGON_Y2_dccleaninva, "vv*", "", V5)
854 TARGET_BUILTIN(__builtin_HEXAGON_Y2_dcfetch, "vv*", "", V5)
855 TARGET_BUILTIN(__builtin_HEXAGON_Y2_dcinva, "vv*", "", V5)
856 TARGET_BUILTIN(__builtin_HEXAGON_Y2_dczeroa, "vv*", "", V5)
857 TARGET_BUILTIN(__builtin_HEXAGON_Y4_l2fetch, "vv*i", "", V5)
858 TARGET_BUILTIN(__builtin_HEXAGON_Y5_l2fetch, "vv*LLi", "", V5)
927 TARGET_BUILTIN(__builtin_HEXAGON_Y6_dmlink, "vv*v*", "", V68)
930 TARGET_BUILTIN(__builtin_HEXAGON_Y6_dmresume, "vv*", "", V68)
931 TARGET_BUILTIN(__builtin_HEXAGON_Y6_dmstart, "vv*", "", V68)
[all …]
/freebsd/sys/kern/
H A Dsubr_boot.c177 char *vv = buf; in boot_parse_arg()
180 n = strsep(&vv, "="); in boot_parse_arg()
181 if (vv == NULL) in boot_parse_arg()
184 SETENV(n, vv); in boot_parse_arg()
175 char *vv = buf; boot_parse_arg() local
/freebsd/usr.sbin/cron/cron/
H A Dpopen.c61 char **pop, *vv[2]; in cron_popen() local
90 vv[0] = argv[argc]; in cron_popen()
91 vv[1] = NULL; in cron_popen()
92 pop = copyblk(vv); in cron_popen()
/freebsd/contrib/tcsh/
H A Dtc.func.c492 findvv(Char **vv, const char *cp) in findvv() argument
494 for (; vv && *vv; vv++) { in findvv()
496 for (i = 0; (*vv)[i] && (*vv)[i] == cp[i]; i++) in findvv()
498 if ((*vv)[i] == '\0' && cp[i] == '\0') in findvv()
516 Char **vv; in find_stop_ed() local
522 vv = varp->vec; in find_stop_ed()
524 vv = NULL; in find_stop_ed()
526 if (! vv) { in find_stop_ed()
576 if ((vv && findvv(vv, cp)) || in find_stop_ed()
H A Dsh.exec.c634 dohash(Char **vv, struct command *c) in dohash() argument
652 if (vv && vv[1]) { in dohash()
653 uhashlength = atoi(short2str(vv[1])); in dohash()
654 if (vv[2]) { in dohash()
655 uhashwidth = atoi(short2str(vv[2])); in dohash()
660 if (vv[3]) in dohash()
661 hashdebug = atoi(short2str(vv[3])); in dohash()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td560 def V : VALUVV<funct6, OPIVV, opcodestr # ".vv">,
595 def V : VALUrVV<funct6, OPMVV, opcodestr # ".vv">,
613 def V : VALUrVV<funct6, OPMVV, opcodestr # ".vv", EarlyClobber=1>,
646 def V : VALUVVNoVm<funct6, OPIVV, opcodestr # ".vv">,
667 def V : VALUVV<funct6, OPFVV, opcodestr # ".vv">,
679 def V : VALUVV<funct6, OPFVV, opcodestr # ".vv">,
692 def V : VALUVV<funct6, OPFVV, opcodestr # ".vv">,
697 def V : VALUVV<funct6, OPFVV, opcodestr # ".vv">,
704 def V : VALUrVV<funct6, OPFVV, opcodestr # ".vv">,
714 def V : VALUrVV<funct6, OPFVV, opcodestr # ".vv", EarlyClobber=1>,
[all …]
/freebsd/bin/chmod/tests/
H A Dchmod_test.sh164 atf_check -o file:output.txt chmod -vv 0700 foo bar
165 atf_check chmod -vv 0700 foo bar
/freebsd/tools/tools/shlib-compat/test/
H A Dregress.sh3 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.full libtest$2/libtest$2.so.0.ful…
H A DMakefile25 …for a in `jot ${NUMTEST}`; do for b in `jot ${NUMTEST}`; do ../shlib-compat.py -vv libtest$$a/libt…
/freebsd/contrib/bmake/
H A Dos.sh265 eval vv=\$$v
266 echo "$v='$vv'"
/freebsd/usr.sbin/chown/tests/
H A Dchown_test.sh163 atf_check -o file:output.txt chown -vv 84:84 foo bar
164 atf_check chown -vv 84:84 foo bar
/freebsd/release/scripts/
H A Dpkg-stage.sh80 ${PKGCMD} -vv

123