/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | tilde.sh | 46 if [[ ~ != $HOME ]] 47 then err_exit '~' not $HOME 50 if [[ $x != $HOME ]] 51 then err_exit x=~ not $HOME 54 if [[ $x != x:$HOME ]] 55 then err_exit x=x:~ not x:$HOME 85 if [[ $x != "$HOME:$HOME" ]] 86 then err_exit "x=~:~ failed, expected '$HOME:$HOME', got '$x'" 88 HOME=/
|
H A D | options.sh | 108 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] && 110 [[ $(print env_hit | HOME=$tmp $SHELL -E 2>&1) == "OK" ]] && 112 [[ $(print env_hit | HOME=$tmp $SHELL +E 2>&1) == "OK" ]] && 114 [[ $(print env_hit | HOME=$tmp $SHELL --rc 2>&1) == "OK" ]] && 116 [[ $(print env_hit | HOME=$tmp $SHELL --norc 2>&1) == "OK" ]] && 119 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] && 121 [[ $(print env_hit | HOME=$tmp $SHELL -E 2>&1) == "OK" ]] && 123 [[ $(print env_hit | HOME=$tmp $SHELL +E 2>&1) == "OK" ]] && 125 [[ $(print env_hit | HOME=$tmp $SHELL --rc 2>&1) == "OK" ]] && 127 [[ $(print env_hit | HOME=$tmp $SHELL --norc 2>&1) == "OK" ]] && [all …]
|
H A D | subshell.sh | 453 exp=HOME=$HOME 454 ( HOME=/bin/sh ) 455 got=$(env | grep ^HOME=)
|
H A D | quoting2.sh | 79 x=$(print -r -- "\"$HOME\"") 80 if [[ $x != '"'$HOME'"' ]]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | tilde.sh | 51 if [[ ~ != $HOME ]] 52 then err_exit '~' not $HOME 55 if [[ $x != $HOME ]] 56 then err_exit x=~ not $HOME 59 if [[ $x != x:$HOME ]] 60 then err_exit x=x:~ not x:$HOME 90 if [[ $x != "$HOME:$HOME" ]] 91 then err_exit "x=~:~ failed, expected '$HOME:$HOME', go [all...] |
H A D | options.sh | 108 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] && 109 err_exit 'privileged nointeractive shell reads $HOME/.kshrc file' 110 [[ $(print env_hit | HOME=$tmp $SHELL -E 2>&1) == "OK" ]] && 112 [[ $(print env_hit | HOME=$tmp $SHELL +E 2>&1) == "OK" ]] && 113 err_exit 'privileged +E reads $HOME/.kshrc file' 114 [[ $(print env_hit | HOME=$tmp $SHELL --rc 2>&1) == "OK" ]] && 116 [[ $(print env_hit | HOME=$tmp $SHELL --norc 2>&1) == "OK" ]] && 117 err_exit 'privileged --norc reads $HOME/.kshrc file' 119 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] && 120 err_exit 'nointeractive shell reads $HOME/ [all...] |
H A D | quoting2.sh | 79 x=$(print -r -- "\"$HOME\"") 80 if [[ $x != '"'$HOME'"' ]]
|
H A D | quoting.sh | 78 x=$(print -r -- "\"$HOME\"") 79 if [[ $x != '"'$HOME'"' ]]
|
/titanic_51/usr/src/lib/libshell/common/fun/ |
H A D | dirs | 8 # Display directory stack -- $HOME displayed as ~ 11 typeset dir="${PWD#$HOME/}" 13 $HOME) 56 \~*) dir=$HOME${dir#\~} 59 dir=${OLDPWD#$HOME/} 66 $HOME) 94 typeset dir="${PWD#$HOME/}" 96 $HOME)
|
H A D | popd | 6 # Display directory stack -- $HOME displayed as ~ 9 typeset dir="${PWD#$HOME/}" 11 $HOME) 47 \~*) dir=$HOME${dir#\~} 50 dir=${OLDPWD#$HOME/} 52 $HOME) 89 \~*) dir=$HOME${dir#\~}
|
H A D | pushd | 6 # Display directory stack -- $HOME displayed as ~ 9 typeset dir="${PWD#$HOME/}" 11 $HOME) 47 \~*) dir=$HOME${dir#\~} 50 dir=${OLDPWD#$HOME/} 52 $HOME) 89 \~*) dir=$HOME${dir#\~}
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/fun/ |
H A D | dirs | 8 # Display directory stack -- $HOME displayed as ~ 11 typeset dir="${PWD#$HOME/}" 13 $HOME) 56 \~*) dir=$HOME${dir#\~} 59 dir=${OLDPWD#$HOME/} 66 $HOME) 94 typeset dir="${PWD#$HOME/}" 96 $HOME)
|
H A D | popd | 6 # Display directory stack -- $HOME displayed as ~ 9 typeset dir="${PWD#$HOME/}" 11 $HOME) 47 \~*) dir=$HOME${dir#\~} 50 dir=${OLDPWD#$HOME/} 52 $HOME) 89 \~*) dir=$HOME${dir#\~}
|
H A D | pushd | 6 # Display directory stack -- $HOME displayed as ~ 9 typeset dir="${PWD#$HOME/}" 11 $HOME) 47 \~*) dir=$HOME${dir#\~} 50 dir=${OLDPWD#$HOME/} 52 $HOME) 89 \~*) dir=$HOME${dir#\~}
|
/titanic_51/usr/src/cmd/saf/ |
H A D | pmadm.c | 459 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); 514 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); 574 (void) sprintf(buf, "%s/%s", HOME, fname); 577 (void) sprintf(buf, "Could not open %s/%s", HOME, fname); 620 (void) sprintf(buf, "%s/%s/%s", HOME, pmtag, svctag); 666 (void) sprintf(buf, "%s/%s", HOME, fname); 669 (void) sprintf(buf, "Could not open %s/%s", HOME, fname); 822 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); 982 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); 1060 (void) sprintf(buf, "error reading %s/%s/_pmtab", HOME, ta in find_svc() [all...] |
H A D | admutil.c | 73 * Names will be of the form HOME/xxx/.name, where HOME 77 * will generate a tempname of HOME/foo/._config 90 (void) sprintf(buf, "%s/.%s", HOME, bname); 92 (void) strcpy(buf, HOME); 158 (void) sprintf(buf, "%s/%s", HOME, fname); 272 * basename - name of script (relative to HOME (from misc.h)) 330 (void) sprintf(buf, "%s/%s", HOME, basename); in do_config()
|
H A D | misc.h | 58 # define HOME "/etc/saf" /* SAC home dir */ macro
|
/titanic_51/usr/src/tools/gk/ |
H A D | gen_make.machines.sh | 37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}') 40 printf "Your existing \$HOME/.make.machines has a concurrency " 46 printf "$THISHOST max=$max\n" >> $HOME/.make.machines
|
/titanic_51/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 28 # This file is sourced by interactive ksh93 shells before ${HOME}/.kshrc 52 # 2. If PWD is within HOME replace value of HOME with '~' 77 p="${PWD/~(El)${HOME}/\~}"
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | ksh-regress.rt | 5 EXPORT HOME=. ENV=.env.sh LC_ALL=C HISTFILE= 12 "etc=$HOME"
|
/titanic_51/usr/src/cmd/tnf/prex/ |
H A D | source.c | 65 #define HOME "HOME" macro 112 home = getenv(HOME); in source_init()
|
/titanic_51/usr/src/lib/libshell/common/scripts/ |
H A D | shnote.sh | 149 mkdir -p "${HOME}/.shnote" 365 typeset -r history_file="${HOME}/.shnote/history0.txt"
|
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/ |
H A D | shnote.sh | 149 mkdir -p "${HOME}/.shnote" 365 typeset -r history_file="${HOME}/.shnote/history0.txt"
|
/titanic_51/usr/src/head/ |
H A D | listen.h | 131 #define HOME "HOME" macro
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | crtctl.h | 46 #define HOME 0105 /* Cursor home */ macro
|