/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | path.sh | 49 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 … PATH in $path :$path $path: .:$path $path: $path:. $PWD::$path $PWD:.:$path $path:$PWD $path:.:$P… 147 PATH=$PWD: 173 exp=$PWD/./$cmd [all …]
|
H A D | tilde.sh | 57 if [[ ~+ != $PWD ]] 58 then err_exit '~' not $PWD 61 if [[ $x != $PWD ]] 62 then err_exit x=~+ not $PWD 65 then err_exit '~' not $PWD 94 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run…
|
H A D | options.sh | 190 [[ $(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 $SHELL --login-shell </dev/null 2>&1) == *$t* ]] || [all …]
|
H A D | restricted.sh | 35 pwd=$PWD 51 PATH=$PWD:$PATH
|
H A D | shtests | 46 export LANG LC_ALL PATH PWD SHELL VMALLOC_OPTIONS 47 PWD=`pwd` 51 */*) d=$PWD/`dirname $0`;; 52 *) d=$PWD;;
|
H A D | sun_solaris_cr_xxxxxxxx_template.sh | 53 ocwd="$PWD"
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | path.sh | 49 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 D | tilde.sh | 62 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 D | options.sh | 190 [[ $(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 D | restricted.sh | 35 pwd=$PWD 51 PATH=$PWD:$PATH
|
H A D | builtins.sh | 573 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'
|
/titanic_51/usr/src/lib/libshell/common/fun/ |
H A D | dirs | 11 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_51/usr/src/contrib/ast/src/cmd/ksh93/fun/ |
H A D | dirs | 11 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_51/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_017_pos.ksh | 70 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 D | snapshot_002_pos.ksh | 99 CWD=$PWD 111 CWD=$PWD 119 CWD=$PWD
|
H A D | snapshot_006_pos.ksh | 97 CWD=$PWD 109 CWD=$PWD 117 CWD=$PWD
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/migration/ |
H A D | migration.kshlib | 54 cwd=$PWD 95 cwd=$PWD 129 cwd=$PWD
|
/titanic_51/usr/src/test/util-tests/tests/libsff/ |
H A D | libsff.ksh | 39 sff_origwd=$PWD 41 sff_root=$PWD
|
/titanic_51/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 332 solaris_builtin_header="${PWD}/tmp_solaris_builtin_header.h" 387 root="${PWD}/arch/${HOSTTYPE}" 500 export SHELL="$(ls -1 $PWD/arch/*/src/cmd/ksh93/ksh)" 501 export LD_LIBRARY_PATH="$(ls -1ad $PWD/arch/*/lib):${LD_LIBRARY_PATH}" 502 export LD_LIBRARY_PATH_32="$(ls -1ad $PWD/arch/*/lib):${LD_LIBRARY_PATH_32}" 503 export LD_LIBRARY_PATH_64="$(ls -1ad $PWD/arch/*/lib):${LD_LIBRARY_PATH_64}" 546 SHCOMP=$PWD/arch/*/bin/shcomp \
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Makefile | 5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */ 225 if "$(PWD:B:N=cc-*)"
|
/titanic_51/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 52 # 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_51/usr/src/tools/codesign/ |
H A D | signproto.sh | 42 dir=`[[ $dir = /* ]] && print $dir || print $PWD/$dir`
|
/titanic_51/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 63 ;{WS}*:{WS}*pwd{WS}* { return PWD; } 64 ^{WS}*:{WS}*pwd{WS}* { return PWD; }
|
/titanic_51/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_xxxxxxxx_template.sh | 53 ocwd="$PWD"
|
/titanic_51/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 11 CATALOG = $(ID:N=+([A-Za-z0-9_]):?$(PWD:N=*/lib/*:Y,lib,,)$(ID)?$(PWD:B)?)
|