| /freebsd-9-stable/crypto/openssl/crypto/conf/ |
| D | conf_api.c | 89 CONF_VALUE *v, vv; in _CONF_get_section() local 93 vv.name = NULL; in _CONF_get_section() 94 vv.section = (char *)section; in _CONF_get_section() 95 v = (CONF_VALUE *)lh_retrieve(conf->data, &vv); in _CONF_get_section() 137 CONF_VALUE *v, vv; in _CONF_get_string() local 144 vv.name = (char *)name; in _CONF_get_string() 145 vv.section = (char *)section; in _CONF_get_string() 146 v = (CONF_VALUE *)lh_retrieve(conf->data, &vv); in _CONF_get_string() 155 vv.section = "default"; in _CONF_get_string() 156 vv.name = (char *)name; in _CONF_get_string() [all …]
|
| D | conf_def.c | 405 vv = (CONF_VALUE *)lh_insert(conf->data, v); in def_load_bio() 406 if (vv != NULL) { in def_load_bio() 407 sk_CONF_VALUE_delete_ptr(ts, vv); in def_load_bio() 408 OPENSSL_free(vv->name); in def_load_bio() 409 OPENSSL_free(vv->value); in def_load_bio() 410 OPENSSL_free(vv); in def_load_bio()
|
| /freebsd-9-stable/contrib/groff/doc/ |
| D | grnexmpl.g | 178 7 $vv B2$ 637 12 $- ^ vv REF$ 692 7 $vv B1$ 1379 7 $vv B2$ 1582 12 $- ^ vv REF$ 1637 7 $vv B1$ 2138 12 $+ ^ vv REF$ 2265 8 $vv INC$ 2612 12 $+ ^ vv REF$ 2678 12 $- ^ vv REF$ [all …]
|
| D | grnexmpl.me | 14 define vv 'V sub' 33 define vddm1V 'vv DD - 1 ^ roman V' 34 define vssp1V 'vv SS + 1 ^ roman V' 76 of the input signal $ +- ^ vv SIG $ and a choice of $ - ^ vv REF 77 $, $ AGND $ or $ + ^ vv REF $ according to the operations
|
| /freebsd-9-stable/contrib/gcc/ |
| D | libgcc2.c | 290 const DWunion vv = {.ll = v}; in __mulvDI3() local 295 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3() 299 return (DWtype) uu.s.low * (DWtype) vv.s.low; in __mulvDI3() 305 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3() 307 * (UDWtype) (UWtype) vv.s.high}; in __mulvDI3() 309 if (vv.s.high < 0) in __mulvDI3() 312 w1.ll -= vv.ll; in __mulvDI3() 323 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3() 328 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3() 330 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3() [all …]
|
| /freebsd-9-stable/sbin/iscontrol/ |
| D | iscontrol.c | 135 main(int cc, char **vv) in main() argument 146 pname = vv[0]; in main() 173 while((ch = getopt(cc, vv, OPTIONS)) != -1) { in main() 207 vv += optind; in main() 210 printf("adding '%s'\n", *vv); in main() 211 parseArgs(cc, vv, op); in main()
|
| D | auth_subr.c | 180 main(int cc, char **vv) in main() argument
|
| /freebsd-9-stable/contrib/opie/ |
| D | popen.c | 110 char **pop, *argv[MAXUSRARGS], *gargv[MAXGLOBARGS], *vv[2]; variable 130 vv[0] = argv[argc]; 131 vv[1] = NULL; 132 pop = (char **) copyblk(vv);
|
| D | glob.c | 645 char *vv[2]; variable 647 vv[0] = v; 648 vv[1] = 0; 650 rscan(vv, tglob); 652 vv[0] = strspl(v, ""); 653 return (copyblk(vv));
|
| /freebsd-9-stable/usr.sbin/cron/cron/ |
| D | popen.c | 73 char **pop, *vv[2]; local 102 vv[0] = argv[argc]; 103 vv[1] = NULL; 104 pop = copyblk(vv);
|
| /freebsd-9-stable/share/mk/ |
| D | bsd.own.mk | 662 .if defined(WITH_${vv:H}) 663 MK_${vv:H}:= yes 664 .elif defined(WITHOUT_${vv:H}) 665 MK_${vv:H}:= no 667 MK_${vv:H}:= ${MK_${vv:T}}
|
| /freebsd-9-stable/usr.sbin/bsdconfig/share/packages/ |
| D | musthavepkg.subr | 53 f_quietly pkg -N -vv # return status (pkg(8) functional?) 59 "pkg -N -vv | awk '%s'" "$pkg_abi_awk" 75 "ASSUME_ALWAYS_YES=1 pkg -vv | awk '%s'" "$pkg_abi_awk" ||
|
| /freebsd-9-stable/contrib/openpam/ |
| D | mkpkgng.in | 72 pkgver=$(pkg -vv | awk '$1 == "Version:" { print $2 }') 74 pkgabi=$(pkg -vv | awk '$1 == "ABI:" { print $2 }')
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.exec.c | 637 dohash(Char **vv, struct command *c) in dohash() argument 655 if (vv && vv[1]) { in dohash() 656 uhashlength = atoi(short2str(vv[1])); in dohash() 657 if (vv[2]) { in dohash() 658 uhashwidth = atoi(short2str(vv[2])); in dohash() 663 if (vv[3]) in dohash() 664 hashdebug = atoi(short2str(vv[3])); in dohash()
|
| D | sh.func.c | 153 Char *vv = v[1]; in doonintr() local 163 if (vv == 0) { in doonintr() 170 else if (eq((vv = strip(vv)), STRminus)) { in doonintr() 175 gointr = Strsave(vv); in doonintr() 358 Char **vv; in doif() local 362 vv = v; in doif() 363 if (*vv == NULL) in doif() 365 if (eq(*vv, STRthen)) { in doif() 366 if (*++vv) in doif() 382 lshift(kp->t_dcom, vv - kp->t_dcom); in doif()
|
| /freebsd-9-stable/contrib/bmake/ |
| D | os.sh | 223 eval vv=\$$v 224 echo "$v='$vv'"
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | resbin.c | 1126 rc_ver_varinfo *vv; in bin_to_res_version() local 1131 vv = (rc_ver_varinfo *) res_alloc (sizeof (rc_ver_varinfo)); in bin_to_res_version() 1133 vv->language = windres_get_16 (wrbfd, data, 2); in bin_to_res_version() 1134 vv->charset = windres_get_16 (wrbfd, data + 2, 2); in bin_to_res_version() 1136 vv->next = NULL; in bin_to_res_version() 1137 *ppvv = vv; in bin_to_res_version() 1138 ppvv = &vv->next; in bin_to_res_version() 2063 const rc_ver_varinfo *vv; in res_to_bin_versioninfo() local 2078 for (vv = vi->u.var.var; vv != NULL; vv = vv->next) in res_to_bin_versioninfo() 2084 windres_put_16 (wrbfd, &vvsd[0], vv->language); in res_to_bin_versioninfo() [all …]
|
| D | resrc.c | 1822 rc_ver_varinfo *vv, **pp; in append_vertrans() local 1824 vv = (rc_ver_varinfo *) res_alloc (sizeof (rc_ver_varinfo)); in append_vertrans() 1825 vv->next = NULL; in append_vertrans() 1826 vv->language = language; in append_vertrans() 1827 vv->charset = charset; in append_vertrans() 1831 *pp = vv; in append_vertrans() 3243 const rc_ver_varinfo *vv; in write_rc_versioninfo() local 3250 for (vv = vi->u.var.var; vv != NULL; vv = vv->next) in write_rc_versioninfo() 3251 fprintf (e, ", 0x%x, %d", (unsigned int) vv->language, in write_rc_versioninfo() 3252 (int) vv->charset); in write_rc_versioninfo()
|
| /freebsd-9-stable/release/scripts/ |
| D | pkg-stage.sh | 77 ${PKGCMD} -vv
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | BuiltinsAArch64.def | 18 BUILTIN(__clear_cache, "vv*v*", "i")
|
| /freebsd-9-stable/contrib/ntp/sntp/unity/auto/ |
| D | generate_test_runner.rb | 7 $QUICK_RUBY_VERSION = RUBY_VERSION.split('.').inject(0){|vv,v| vv * 100 + v.to_i }
|
| /freebsd-9-stable/share/colldef/ |
| D | be_BY.CP1131.src | 36 <.S>;<:S>;<?S>;<vv>;<vl>;<vL>;<Vl>;<Dl>;\
|
| D | ru_RU.CP866.src | 33 <hh>;<HH>;<vv>;<VV>;<dr>;<dR>;<Dr>;<DR>;\
|
| D | uk_UA.KOI8-U.src | 34 <hh>;<HH>;<vv>;<VV>;<dr>;<dR>;<DR>;\
|
| D | ru_RU.KOI8-R.src | 34 <hh>;<HH>;<vv>;<VV>;<dr>;<dR>;<Dr>;<DR>;\
|