Searched refs:HOME (Results 101 - 125 of 131) sorted by relevance

123456

/freebsd-13-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-13-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 Dmisc283 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-13-stable/contrib/kyua/integration/
H A Dutils.sh86 echo "${HOME}/.kyua/store/results.$(utils_results_id "${@}").db"
H A Dcmd_db_exec_test.sh92 HOME=home-dir
110 HOME=home-dir
H A Dcmd_report_test.sh218 # HOME accordingly. Otherwise, the test below where we compare the value
219 # of HOME in the output might fail if the path to HOME contains a symlink
220 # (as is the case in OS X when HOME points to the temporary directory.)
223 HOME="${real_cwd}"
237 HOME="${real_cwd}" \
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk58 # HOME is probably something worth clobbering eg.
59 # HOME=/var/empty
61 HOME \
/freebsd-13-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-13-stable/usr.sbin/bsdconfig/timezone/
H A Dtimezone126 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-13-stable/usr.sbin/sa/tests/
H A Dprime.sh19 SAOLD=/$HOME/src/sa/sa
/freebsd-13-stable/usr.bin/tip/tip/
H A Dvalue.c76 * Read the .tiprc file in the HOME directory
79 cp = value(HOME);
82 "$HOME not set. Skipping check for ~/.tiprc\n");
85 value(HOME));
87 snprintf(file, sizeof file, "%s/.tiprc", value(HOME));
H A Dtip.h223 #define HOME 22 macro
H A Dcmds.c651 cp = value(HOME);
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id59 most_recent_id="$(cd "$HOME" ; ls -t .ssh/id*.pub 2>/dev/null | grep -v -- '-cert.pub$' | head -n 1)"
60 DEFAULT_PUB_ID_FILE="${most_recent_id:+$HOME/}$most_recent_id"
297 # 'cd' to be at $HOME; add a newline if it's missing; and all on one line, because tcsh.
/freebsd-13-stable/usr.sbin/bsdconfig/
H A Dbsdconfig357 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-13-stable/usr.sbin/service/
H A Dservice.sh168 exec env -i -L -/daemon HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin "$dir/$script" "$@"
/freebsd-13-stable/usr.sbin/bsdconfig/dot/
H A Ddot151 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
/freebsd-13-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-13-stable/contrib/bmake/
H A Dbsd.after-import.mk56 HOME=/ ${BMAKE_SRC}/boot-strap -o ${HOST_OS} ${BOOTSTRAP_ARGS} ${BOOTSTRAP_XTRAS}
/freebsd-13-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"
/freebsd-13-stable/contrib/ipfilter/
H A DMakefile73 BUILDROOT=${HOME}/rpmbuild/BUILDROOT/ipfilter-4.1.32-1.i386
/freebsd-13-stable/contrib/dialog/
H A Ddlg_keys.c344 CURSES_NAME(HOME),

Completed in 278 milliseconds

123456