Searched refs:va (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libast/hash/
H A Dhashalloc.c48 va_list va[4]; local
49 va_list* vp = va;
149 if (vp < &va[elementsof(va)])
157 if (vp > va)
/ast/src/cmd/ksh93/tests/
H A Dcomvario.sh392 # subtests3: Same as subtests1 but variable "va" is an indexed array
393 ( cmd='compound vx=( compound -a va=( [3]=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; ) ; print -C vx' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='va[3].ar' )
394 ( cmd='compound vx=( compound -a va=( [3]=( float -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; ) ; print -C vx' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='va[3].ar' )
395 ( cmd='compound vx=( compound -a va=( [3]=( typeset -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; ) ; print -C vx' stdoutpattern=$'~(Alr)(.*\\[bb\\]=["\']*9.*)&(.*\\[aa\\]=["\']*4.*)' arrefname='va[3].ar' )
396 ( cmd='compound vx=( compound -a va=( [3]=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; ) ; print -v vx' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='va[3].ar' )
397 ( cmd='compound vx=( compound -a va
[all...]
H A Dcomvar.sh587 compound -a va=(
/ast/src/cmd/3d/features/
H A Dsyscall.sh603 va=$a
623 va="${i}*${a#$i}"
626 va=`echo $a | sed -e 's/\(.\)$/\*\1'`
1050 void) d=void o= va= vo=
1057 va=$a
1066 va=va_alist
1122 __libc_*) W=" $r __$l __PARAM__(($d),($va)) $o{$vo $fr$w($a); }" ;;
1123 __*) W=" $r _$l __PARAM__(($d),($va)) $o{$vo $fr$w($a); }" ;;
1125 echo "#define ${l}3d ${ft}_3d_stub${m} = 0; extern __MANGLE__ $r $w __PROTO__(($p)); $r $l __PARAM__(($d),($va)) $o{$vo $fr$w($a); }$W $z" >> $tmp.d
/ast/src/lib/libz/
H A Dgzio.c750 va_list va; local
754 va_start(va, format);
757 (void)vsprintf(buf, format, va);
758 va_end(va);
762 len = vsprintf(buf, format, va);
763 va_end(va);
767 (void)vsnprintf(buf, sizeof(buf), format, va);
768 va_end(va);
771 len = vsnprintf(buf, sizeof(buf), format, va);
772 va_end(va);
[all...]
/ast/src/lib/libcs/
H A Dcss.c623 char* va[8]; local
909 vp = va;
910 while ((vp < &va[elementsof(va) - 1]) &&
914 if ((fdnew = (*css->disc->acceptf)(css, ip, &ap->id, *va ? va : (char**)0, css->disc)) != ip->fd)
/ast/src/cmd/pzip/
H A Dpin.c291 byfrequency(const void* va, const void* vb) argument
293 register Stats_t* a = (Stats_t*)va;
312 bycolumn(const void* va, const void* vb) argument
314 register Stats_t* a = (Stats_t*)va;
329 byrate(const void* va, const void* vb) argument
331 register Part_t* a = (Part_t*)va;
350 byrow(const void* va, const void* vb) argument
352 return memcmp(va, vb, state.sort);
H A Drectify.c129 bycount(const void* va, const void* vb) argument
131 register Item_t* a = (Item_t*)va;
/ast/src/lib/libast/misc/
H A Doptget.c1303 int va; local
1323 va = 0;
1349 va = 0;
1353 va |= OPT_optional;
1423 if (va & OPT_optional)
1427 if (va & OPT_optional)
/ast/src/cmd/dsslib/flat/
H A Dflat.c1163 keycmp(Dt_t* dt, void* va, void* vb, Dtdisc_t* disc) argument
1165 register unsigned char* a = (unsigned char*)va;

Completed in 50 milliseconds