Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/lib/libshell/common/tests/
H A Dtilde.sh46 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 Doptions.sh108 [[ $(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 Dsubshell.sh453 exp=HOME=$HOME
454 ( HOME=/bin/sh )
455 got=$(env | grep ^HOME=)
H A Dquoting2.sh79 x=$(print -r -- "\"$HOME\"")
80 if [[ $x != '"'$HOME'"' ]]
H A Dquoting.sh78 x=$(print -r -- "\"$HOME\"")
79 if [[ $x != '"'$HOME'"' ]]
H A Dexit.sh48 HOME=$PWD \
/titanic_41/usr/src/lib/libshell/common/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#\~}
/titanic_41/usr/src/cmd/saf/
H A Dpmadm.c459 (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, tag); in find_svc()
[all …]
H A Dadmutil.c90 (void) sprintf(buf, "%s/.%s", HOME, bname);
92 (void) strcpy(buf, HOME);
158 (void) sprintf(buf, "%s/%s", HOME, fname);
330 (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.c480 (void) sprintf(fname, "%s/%s", (i == 0 ) ? HOME : ALTHOME, tag);
537 (void) sprintf(fname, "%s/%s/_pmpipe", HOME, tag);
548 (void) sprintf(fname, "%s/%s/_pid", HOME, tag);
560 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tag);
659 if (snprintf(buf, sizeof (buf), "%s/%s", HOME, tag) >= sizeof (buf))
/titanic_41/usr/src/tools/gk/
H A Dgen_make.machines.sh37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}')
46 printf "$THISHOST max=$max\n" >> $HOME/.make.machines
/titanic_41/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}/\~}"
/titanic_41/usr/src/cmd/tnf/prex/
H A Dsource.c65 #define HOME "HOME" macro
112 home = getenv(HOME); in source_init()
/titanic_41/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh149 mkdir -p "${HOME}/.shnote"
365 typeset -r history_file="${HOME}/.shnote/history0.txt"
/titanic_41/usr/src/head/
H A Dlisten.h131 #define HOME "HOME" macro
/titanic_41/usr/src/uts/common/sys/
H A Dcrtctl.h46 #define HOME 0105 /* Cursor home */ macro
/titanic_41/usr/src/tools/env/
H A Dillumos.sh64 export CODEMGR_WS="$HOME/ws/$GATE"
/titanic_41/usr/src/cmd/ssh/etc/
H A Dssh_config7 # The values can be changed in per-user configuration files $HOME/.ssh/config
/titanic_41/usr/src/tools/scripts/
H A DInstall.sh69 INSTALL_STATE=${INSTALL_STATE-$HOME/.Install.state}
76 INSTALL_LIB=${INSTALL_LIB-$HOME/LibInstall}
78 INSTALL_RC=${INSTALL_RC-$HOME/.Installrc}
H A Dhgsetup.sh41 HGRC=$HOME/.hgrc
/titanic_41/usr/src/lib/libshell/common/include/
H A Dvariables.h35 #define HOME (sh.bltin_nodes+5) macro
/titanic_41/usr/src/cmd/tip/
H A Dtip.h218 #define HOME 22 macro

123