Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 25 of 81) sorted by relevance

1234

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpath.sh49 FPATH=$PWD/dir1
52 FPATH=$PWD/dir2
55 FPATH=$PWD/dir1
58 FPATH=$PWD/dir2
63 FPATH=$PWD/dir1
68 FPATH=$PWD/dir2
114 pwd=$PWD
135 for PATH in $path :$path $path: .:$path $path: $path:. $PWD::$path $PWD:.:$path $path:$PWD
[all...]
H A Dtilde.sh62 if [[ ~+ != $PWD ]]
63 then err_exit '~' not $PWD
66 if [[ $x != $PWD ]]
67 then err_exit x=~+ not $PWD
70 then err_exit '~' not $PWD
99 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run by name'
H A Doptions.sh190 [[ $(HOME=$PWD $SHELL -l </dev/null 2>&1) == *$t* ]] &&
192 [[ $(HOME=$PWD $SHELL --login </dev/null 2>&1) == *$t* ]] &&
194 [[ $(HOME=$PWD $SHELL --login-shell </dev/null 2>&1) == *$t* ]] &&
196 [[ $(HOME=$PWD $SHELL --login_shell </dev/null 2>&1) == *$t* ]] &&
198 [[ $(HOME=$PWD exec -a -ksh $SHELL </dev/null 2>&1) == *$t* ]] &&
200 [[ $(HOME=$PWD ./-ksh -i </dev/null 2>&1) == *$t* ]] &&
202 [[ $(HOME=$PWD ./-ksh -ip </dev/null 2>&1) == *$t* ]] &&
205 [[ $(HOME=$PWD $SHELL -l </dev/null 2>&1) == *$t* ]] ||
207 [[ $(HOME=$PWD $SHELL --login </dev/null 2>&1) == *$t* ]] ||
209 [[ $(HOME=$PWD
[all...]
H A Drestricted.sh35 pwd=$PWD
51 PATH=$PWD:$PATH
H A Dbuiltins.sh573 pwd=$PWD
575 [[ $PWD == "$pwd" ]] || err_exit 'cd ../tmpdir1 causes directory to change'
579 [[ $PWD == "$tmp" ]] || err_exit 'after "cd $tmp/tmpdir1; cd .." directory is not $tmp'
583 pwd=$PWD
587 [[ $PWD == "$tmp" ]] || err_exit 'after "cd $tmp/tmpdir2; cd ../.." directory is not $tmp'
H A Dvariables.sh61 # PWD
62 if [[ ! $PWD -ef . ]]
63 then err_exit PWD variable failed, not equivalent to .
72 old=$PWD
477 [[ $(cd /bin;env | grep PWD=) == *.sh.* ]] && err_exit '.sh. prefixed to PWD'
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Ddirs11 typeset dir="${PWD#$HOME/}"
38 print -r - "$PWD"
62 print "\033[?${#PWD};2v$PWD\c"
88 print -r - "$PWD"
94 typeset dir="${PWD#$HOME/}"
/titanic_52/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_017_pos.ksh70 DIR=$PWD
111 log_note "Working dir is $PWD"
119 log_note "Working dir is $PWD"
127 log_note "Working dir is $PWD"
135 SAVED_DIR=$PWD
H A Dsnapshot_002_pos.ksh99 CWD=$PWD
111 CWD=$PWD
119 CWD=$PWD
H A Dsnapshot_006_pos.ksh97 CWD=$PWD
109 CWD=$PWD
117 CWD=$PWD
/titanic_52/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib54 cwd=$PWD
95 cwd=$PWD
129 cwd=$PWD
H A Dmigration_005_pos.ksh59 cwd=$PWD
H A Dmigration_006_pos.ksh59 cwd=$PWD
H A Dmigration_004_pos.ksh59 cwd=$PWD
/titanic_52/usr/src/test/util-tests/tests/libsff/
H A Dlibsff.ksh39 sff_origwd=$PWD
41 sff_root=$PWD
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */
225 if "$(PWD:B:N=cc-*)"
/titanic_52/usr/src/cmd/nsadmin/
H A Dksh.kshrc52 # 2. If PWD is within HOME replace value of HOME with '~'
53 # If the PWD is longer than 30 charatcers shorten it to 30 chars
77 p="${PWD/~(El)${HOME}/\~}"
/titanic_52/usr/src/tools/codesign/
H A Dsignproto.sh42 dir=`[[ $dir = /* ]] && print $dir || print $PWD/$dir`
/titanic_52/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l63 ;{WS}*:{WS}*pwd{WS}* { return PWD; }
64 ^{WS}*:{WS}*pwd{WS}* { return PWD; }
/titanic_52/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES11 CATALOG = $(ID:N=+([A-Za-z0-9_]):?$(PWD:N=*/lib/*:Y,lib,,)$(ID)?$(PWD:B)?)
/titanic_52/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_xxxxxxxx_template.sh53 ocwd="$PWD"
H A Dsun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh83 ocwd="$PWD"
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh381 TWD=$PWD
874 *) f=$PWD/$f
1194 then var=$PWD/$file
1199 then var=$PWD/$file
1380 SOURCE=$PWD
1413 TWD=$PWD/$UNIT.tmp
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_002_pos.ksh58 olddir=$PWD
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_005_pos.ksh94 cwd=$PWD

1234