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

/illumos-gate/usr/src/cmd/sgs/packages/common/
H A Dreadme_revision61 use vars qw($debug $last_cr $wsname $date);
132 ($wsname = $ENV{'CODEMGR_WS'}) ne '' || ($wsname = 'unknown');
133 @wsname = split /\//, $wsname;
134 $wsname = $wsname[$#wsname];
138 print "1.$cnt:$wsname-$ENV{USER}-$last_cr-$date\n";
/illumos-gate/usr/src/tools/scripts/
H A Dws.sh104 unset setenv osbld_flag os_rev wsosdir protofile wsname ofs proto \
156 wsname=`echo $tmpwsname|fmtwsname`
162 if [[ -n ${CODEMGR_WSPATH} && ( ! -d $wsname ) && \
163 ( `expr "$wsname" : "\/"` = "0" ) ]]
169 if [[ -d ${i}/${wsname} ]]; then
170 wsname=${i}/${wsname}
181 if [[ `expr "$wsname" : "\/"` = "0" ]]
184 wsname="$pwd/$wsname"
[all...]

Completed in 44 milliseconds