Searched refs:vv (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_api.c83 CONF_VALUE *v,vv; local
86 vv.name=NULL;
87 vv.section=(char *)section;
88 v=lh_CONF_VALUE_retrieve(conf->data,&vv);
131 CONF_VALUE *v,vv; local
139 vv.name=(char *)name;
140 vv.section=(char *)section;
141 v=lh_CONF_VALUE_retrieve(conf->data,&vv);
149 vv.section="default";
150 vv
250 CONF_VALUE *vv; local
274 CONF_VALUE *v=NULL,*vv; local
[all...]
H A Dconf_def.c423 vv=(CONF_VALUE *)lh_insert(conf->data,v);
424 if (vv != NULL)
426 sk_CONF_VALUE_delete_ptr(ts,vv);
427 OPENSSL_free(vv->name);
428 OPENSSL_free(vv->value);
429 OPENSSL_free(vv);
/freebsd-10.0-release/release/scripts/
H A Dpkg-stage.sh43 export PKG_ABI=$(pkg -vv | grep ^ABI | awk '{print $3}')
49 ${PKGCMD} -vv
/freebsd-10.0-release/tools/tools/shlib-compat/test/
H A Dregress.sh4 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.debug libtest$2/libtest$2.so.0.debug; }
H A DMakefile19 echo 'run() { ../shlib-compat.py --no-dump -vv libtest$$1/libtest$$1.so.0 libtest$$2/libtest$$2.so.0; }' > ${.TARGET}
27 for a in `jot ${NUMTEST}`; do for b in `jot ${NUMTEST}`; do ../shlib-compat.py -vv libtest$$a/libtest$$a.so.0 libtest$$b/libtest$$b.so.0 > regress.$$a-$$b.out; done; done
/freebsd-10.0-release/sbin/iscontrol/
H A Discontrol.c135 main(int cc, char **vv) argument
146 pname = vv[0];
173 while((ch = getopt(cc, vv, OPTIONS)) != -1) {
207 vv += optind;
210 printf("adding '%s'\n", *vv);
211 parseArgs(cc, vv, op);
H A Dauth_subr.c180 main(int cc, char **vv) argument
/freebsd-10.0-release/contrib/opie/
H A Dpopen.c110 char **pop, *argv[MAXUSRARGS], *gargv[MAXGLOBARGS], *vv[2]; local
130 vv[0] = argv[argc];
131 vv[1] = NULL;
132 pop = (char **) copyblk(vv);
H A Dglob.c645 char *vv[2]; local
647 vv[0] = v;
648 vv[1] = 0;
650 rscan(vv, tglob);
652 vv[0] = strspl(v, "");
653 return (copyblk(vv));
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dpopen.c73 char **pop, *vv[2]; local
103 vv[0] = argv[argc];
104 vv[1] = NULL;
105 pop = copyblk(vv);
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.c300 const DWunion vv = {.ll = v};
305 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1))
309 return (DWtype) uu.s.low * (DWtype) vv.s.low;
315 * (UDWtype) (UWtype) vv.s.low};
317 * (UDWtype) (UWtype) vv.s.high};
319 if (vv.s.high < 0)
322 w1.ll -= vv.ll;
333 if (__builtin_expect (vv.s.high == vv
290 const DWunion vv = {.ll = v}; local
535 const DWunion vv = {.ll = v}; local
1063 DWunion vv = {.ll = v}; local
1087 DWunion vv = {.ll = v}; local
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dmkpkgng.in72 pkgver=$(pkg -vv | awk '$1 == "Version:" { print $2 }')
74 pkgabi=$(pkg -vv | awk '$1 == "ABI:" { print $2 }')
/freebsd-10.0-release/share/mk/
H A Dbsd.own.mk593 .for vv in \
596 .if defined(WITH_${vv:H}) && defined(WITHOUT_${vv:H})
597 .error WITH_${vv:H} and WITHOUT_${vv:H} can't both be set.
599 .if defined(MK_${vv:H})
600 .error MK_${vv:H} can't be set by a user.
602 .if defined(WITH_${vv:H})
603 MK_${vv:H}:= yes
604 .elif defined(WITHOUT_${vv
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dos.sh223 eval vv=\$$v
224 echo "$v='$vv'"
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.func.c153 Char *vv = v[1]; local
163 if (vv == 0) {
170 else if (eq((vv = strip(vv)), STRminus)) {
175 gointr = Strsave(vv);
358 Char **vv; local
362 vv = v;
363 if (*vv == NULL)
365 if (eq(*vv, STRthen)) {
366 if (*++vv)
[all...]
H A Dsh.exec.c637 dohash(Char **vv, struct command *c) argument
655 if (vv && vv[1]) {
656 uhashlength = atoi(short2str(vv[1]));
657 if (vv[2]) {
658 uhashwidth = atoi(short2str(vv[2]));
663 if (vv[3])
664 hashdebug = atoi(short2str(vv[3]));
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresbin.c1126 rc_ver_varinfo *vv; local
1131 vv = (rc_ver_varinfo *) res_alloc (sizeof (rc_ver_varinfo));
1133 vv->language = windres_get_16 (wrbfd, data, 2);
1134 vv->charset = windres_get_16 (wrbfd, data + 2, 2);
1136 vv->next = NULL;
1137 *ppvv = vv;
1138 ppvv = &vv->next;
2064 const rc_ver_varinfo *vv;
2079 for (vv = vi->u.var.var; vv !
2063 const rc_ver_varinfo *vv; local
[all...]
H A Dresrc.c1824 rc_ver_varinfo *vv, **pp;
1826 vv = (rc_ver_varinfo *) res_alloc (sizeof (rc_ver_varinfo));
1827 vv->next = NULL;
1828 vv->language = language;
1829 vv->charset = charset;
1833 *pp = vv;
3246 const rc_ver_varinfo *vv;
3253 for (vv = vi->u.var.var; vv != NULL; vv
1822 rc_ver_varinfo *vv, **pp; local
3243 const rc_ver_varinfo *vv; local
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c843 Int32 vv; local
849 vv = runningOrder[i];
851 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
857 runningOrder[j] = vv;

Completed in 155 milliseconds