Home
last modified time | relevance | path

Searched refs:HOME (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtilde.sh51 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 Doptions.sh108 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] &&
110 [[ $(print env_hit | HOME=$tmp $SHELL -E 2>&1) == "OK" ]] &&
119 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] &&
134 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] &&
145 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] &&
190 [[ $(HOME=$PWD $SHELL -l </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* ]] ||
217 [[ $(HOME=$PWD ./-ksh -i </dev/null 2>&1) == *$t* ]] ||
[all …]
H A Dquoting2.sh79 x=$(print -r -- "\"$HOME\"")
80 if [[ $x != '"'$HOME'"' ]]
H A Dsubshell.sh453 exp=HOME=$HOME
454 ( HOME=/bin/sh )
455 got=$(env | grep ^HOME=)
H A Dquoting.sh78 x=$(print -r -- "\"$HOME\"")
79 if [[ $x != '"'$HOME'"' ]]
H A Dexit.sh48 HOME=$PWD \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Ddirs8 # 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 Dpopd6 # 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 Dpushd6 # 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 Dpmadm.c457 (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()
1096 (void) sprintf(buf, "%s/%s/_pmtab is corrupt", HOME, tag);
[all …]
H A Dadmutil.c87 (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 Dmisc.h58 # define HOME "/etc/saf" /* SAC home dir */ macro
H A Dsacadm.c477 (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 Dksh.kshrc28 # 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 Dksh-regress.rt5 EXPORT HOME=. ENV=.env.sh LC_ALL=C HISTFILE=
12 "etc=$HOME"
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dvim_smdb12 DIR="$HOME/.smdb_tmp"
/illumos-gate/usr/src/head/
H A Dlisten.h129 #define HOME "HOME" macro
/illumos-gate/usr/src/uts/common/sys/
H A Dcrtctl.h44 #define HOME 0105 /* Cursor home */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dcrossexec.sh95 info=$HOME/.$command
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dssh_config7 # The values can be changed in per-user configuration files $HOME/.ssh/config
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgadmin.sh76 else MSGROOT=$HOME
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dvariables.h35 #define HOME (shgd->bltin_nodes+5) macro
/illumos-gate/usr/src/tools/smatch/src/
H A DMakefile15 PREFIX ?= $(HOME)
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h208 #define HOME 22 macro
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2763 elif [[ -r $HOME/.its.reg ]]; then
2764 REGFILE=$HOME/.its.reg
2791 if [[ -r $HOME/.its.conf ]]; then
2792 CONFFILES="${CONFFILES} $HOME/.its.conf"

123