Searched refs:HOME (Results 76 - 100 of 107) sorted by relevance

12345

/freebsd-11-stable/usr.sbin/bsdconfig/security/
H A Dsecurity134 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-11-stable/contrib/dialog/samples/
H A Dform213 home="$HOME"
26 "1 HOME:" 4 1 "$home" 4 12 10 10 \
30 "2 HOME:" 8 1 "$home" 8 12 10 10 \
34 "3 HOME:" 12 1 "$home" 12 12 10 10 \
38 "4 HOME:" 16 1 "$home" 16 12 10 10 \
42 "5 HOME:" 20 1 "$home" 20 12 10 10 \
46 "6 HOME:" 24 1 "$home" 24 12 10 10 \
50 "7 HOME:" 28 1 "$home" 28 12 10 10 \
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dsaver117 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
H A Dfont118 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
H A Dkeymap218 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcconf206 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
H A Drcdelete312 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
H A Dmisc314 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-11-stable/tools/tools/tinybsd/
H A Dtinybsd183 FULLFILENAME=$HOME/$FILENAME
229 FULLFILENAME=$HOME/$FILENAME
249 mv -f ${HOME}/tinybsd.log ${HOME}/tinybsd.log.old
489 echo "${TS} You can see your build log in ${HOME}/tinybsd.log"
525 ) 2>&1 |tee -a ${HOME}/tinybsd.log
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk58 # HOME is probably something worth clobbering eg.
59 # HOME=/var/empty
61 HOME \
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in117 elif [ -f $HOME/.fullname ]; then
118 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
/freebsd-11-stable/usr.sbin/bsdconfig/timezone/
H A Dtimezone126 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-11-stable/usr.sbin/sa/tests/
H A Dprime.sh19 SAOLD=/$HOME/src/sa/sa
/freebsd-11-stable/usr.bin/tip/tip/
H A Dvalue.c74 * Read the .tiprc file in the HOME directory
77 cp = value(HOME);
80 "$HOME not set. Skipping check for ~/.tiprc\n");
83 value(HOME));
85 snprintf(file, sizeof file, "%s/.tiprc", value(HOME));
H A Dtip.h221 #define HOME 22 macro
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id59 DEFAULT_PUB_ID_FILE="$HOME/$(cd "$HOME" ; ls -t .ssh/id*.pub 2>/dev/null | grep -v -- '-cert.pub$' | head -n 1)"
290 # in ssh below - to defend against quirky remote shells: use 'exec sh -c' to get POSIX; 'cd' to be at $HOME; and all on one line, because tcsh.
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer.sh41 export _CONF_FILE_HOME; # configuration file in $HOME
44 _CONF_FILE_HOME="${HOME}/.groff/groffer.conf";
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig357 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-11-stable/usr.sbin/service/
H A Dservice.sh168 exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*
/freebsd-11-stable/usr.sbin/bsdconfig/dot/
H A Ddot151 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-11-stable/contrib/dialog/
H A Dconfigure644 for instance \`--prefix=\$HOME'.
6649 test "$HOME" != "$prefix" && \
6650 test -d "$HOME" && \
6651 (test $prefix = NONE || test "$HOME" != "$prefix") && {
6652 test -n "$verbose" && echo " ... testing for include-directories under $HOME"
6653 test -d $HOME/include && cf_search="$cf_search $HOME/include"
6654 test -d $HOME/include/iconv && cf_search="$cf_search $HOME/include/iconv"
6655 test -d $HOME/includ
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dparse.y104 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL
179 | HOME { $$ = 8; }
388 { "home", HOME },
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk54 HOME=/ ${BMAKE_SRC}/boot-strap -o ${HOST_OS} ${BOOTSTRAP_ARGS} ${BOOTSTRAP_XTRAS}
/freebsd-11-stable/contrib/dtc/
H A DMakefile28 PREFIX = $(HOME)
/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh254 # Read /etc/mergemaster.rc first so the one in $HOME can override
262 if [ -r "$HOME/.mergemasterrc" ]; then
263 . "$HOME/.mergemasterrc"

Completed in 320 milliseconds

12345