/illumos-gate/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', got '$x'" 93 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 | quoting2.sh | 79 x=$(print -r -- "\"$HOME\"") 80 if [[ $x != '"'$HOME'"' ]]
|
H A D | subshell.sh | 453 exp=HOME=$HOME 454 ( HOME=/bin/sh ) 455 got=$(env | grep ^HOME=)
|
H A D | quoting.sh | 78 x=$(print -r -- "\"$HOME\"") 79 if [[ $x != '"'$HOME'"' ]]
|
H A D | exit.sh | 48 HOME=$PWD \
|
/illumos-gate/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#\~}
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | pmadm.c | 457 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); 512 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); 572 (void) sprintf(buf, "%s/%s", HOME, fname); 575 (void) sprintf(buf, "Could not open %s/%s", HOME, fname); 618 (void) sprintf(buf, "%s/%s/%s", HOME, pmtag, svctag); 664 (void) sprintf(buf, "%s/%s", HOME, fname); 667 (void) sprintf(buf, "Could not open %s/%s", HOME, fname); 820 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); 977 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag); in list_svcs() 1055 (void) sprintf(buf, "error reading %s/%s/_pmtab", HOME, tag); in find_svc() [all …]
|
H A D | admutil.c | 87 (void) sprintf(buf, "%s/.%s", HOME, bname); 89 (void) strcpy(buf, HOME); 155 (void) sprintf(buf, "%s/%s", HOME, fname); 327 (void) sprintf(buf, "%s/%s", HOME, basename); in do_config()
|
H A D | misc.h | 58 # define HOME "/etc/saf" /* SAC home dir */ macro
|
H A D | sacadm.c | 477 (void) sprintf(fname, "%s/%s", (i == 0 ) ? HOME : ALTHOME, tag); 534 (void) sprintf(fname, "%s/%s/_pmpipe", HOME, tag); 545 (void) sprintf(fname, "%s/%s/_pid", HOME, tag); 557 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tag); 656 if (snprintf(buf, sizeof (buf), "%s/%s", HOME, tag) >= sizeof (buf))
|
/illumos-gate/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}/\~}"
|
/illumos-gate/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"
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | vim_smdb | 12 DIR="$HOME/.smdb_tmp"
|
/illumos-gate/usr/src/head/ |
H A D | listen.h | 129 #define HOME "HOME" macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | crtctl.h | 44 #define HOME 0105 /* Cursor home */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | crossexec.sh | 95 info=$HOME/.$command
|
/illumos-gate/usr/src/cmd/ssh/etc/ |
H A D | ssh_config | 7 # The values can be changed in per-user configuration files $HOME/.ssh/config
|
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 76 else MSGROOT=$HOME
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | variables.h | 35 #define HOME (shgd->bltin_nodes+5) macro
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | Makefile | 15 PREFIX ?= $(HOME)
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.h | 208 #define HOME 22 macro
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | webrev.sh | 2763 elif [[ -r $HOME/.its.reg ]]; then 2764 REGFILE=$HOME/.its.reg 2791 if [[ -r $HOME/.its.conf ]]; then 2792 CONFFILES="${CONFFILES} $HOME/.its.conf"
|