Home
last modified time | relevance | path

Searched refs:foo2 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh292 eval foo2="$foo"
293 foo2.hello=notok foo2.yes.yex=no foo2.extra=yes.
301 "$foo2"
306 [[ $bam == "$foo2" ]] || err_exit '$foo2 != $bmr'
484 typeset -C -A foo1=( abc="alphabet" ) foo2=( abc="alphabet" )
496 … err_exit "test failed\n$(diff -u <( print -r -- "${foo1[1234]}") <(print -r -- "${foo2[1234]}"))."
H A Dcase.sh31 bar=foo2
33 for i in foo1 foo2 foo3 foo4 foo5 foo6
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1735 cachefs_dump(struct vnode *vp, caddr_t foo1, offset_t foo2, offset_t foo3, in cachefs_dump() argument