Home
last modified time | relevance | path

Searched refs:wsname (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dws.sh156 wsname=`echo $tmpwsname|fmtwsname`
169 if [[ -d ${i}/${wsname} ]]; then
170 wsname=${i}/${wsname}
181 if [[ `expr "$wsname" : "\/"` = "0" ]]
184 wsname="$pwd/$wsname"
190 if [[ ! -d $wsname ]]; then
215 wsname=$tmpwsname
216 CODEMGR_WS=$wsname ; export CODEMGR_WS
217 SRC=$wsname/usr/src; export SRC
218 TSRC=$wsname/usr/ontest; export TSRC
[all …]
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dreadme_revision58 use vars qw($debug $last_cr $wsname $date);
128 ($wsname = $ENV{'CODEMGR_WS'}) ne '' || ($wsname = 'unknown');
129 @wsname = split /\//, $wsname;
130 $wsname = $wsname[$#wsname];
134 print "1.$cnt:$wsname-$ENV{USER}-$last_cr-$date\n";