Searched refs:home (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c51 char *home; local
55 if ((home = getenv("HOME")) != 0) {
56 size_t want = (strlen(home) + sizeof(PRIVATE_INFO));
58 _nc_SPRINTF(MyBuffer, _nc_SLIMIT(want) PRIVATE_INFO, home);
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Ddequeue4 L=/home/ctm/log.dequeue
5 /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-cvs-cur
6 /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-src-cur
H A Dctm_conf.cvs-cur4 set CTMref /home/ncvs
9 set CTMqueue /home/ctm/queue/ctm-cvs-cur
H A Dctm_conf.smp-cur4 set CTMref /home/smp
H A Dctm_conf.src-cur8 set CTMqueue /home/ctm/queue/ctm-src-cur
/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 \
H A Dinputmenu10 home="$HOME"
23 "HOME:" "$home" \
41 -d $home \n\
55 HOME) home="$item" ;;
H A Dinputmenu-stdout10 home="$HOME"
22 "HOME:" "$home" \
39 -d $home \n\
53 HOME) home="$item" ;;
H A Dform1-utf815 home=/usr/home/$user
29 "HOME:" 4 1 "$home" 4 10 40 0 \
H A Dpasswordform1-utf815 home=/usr/home/$user
29 "HOME:" 4 1 "$home" 4 10 40 0 \
H A Dinputmenu115 home="$HOME"
29 "HOME:" "$home" \
54 -d $home \n\
74 home="$item"
H A Dinputmenu215 home="$HOME"
33 "HOME:" "$home" \
62 -d $home \n\
82 home="$item"
H A Dinputmenu315 home="$HOME"
34 "HOME:" "$home" "User's home-directory" \
65 -d $home \n\
91 home="$item"
H A Dinputmenu415 home="$HOME"
30 "HOME:" "$home" \
55 -d $home \n\
75 home="$item"
H A Dform116 home="$HOME"
29 "HOME:" 4 1 "$home" 4 10 40 0 \
H A Dform1-both13 home="$HOME"
27 "HOME:" 4 1 "$home" 4 10 40 0 \
H A Dform1-extra13 home="$HOME"
27 "HOME:" 4 1 "$home" 4 10 40 0 \
H A Dform1-help13 home="$HOME"
27 "HOME:" 4 1 "$home" 4 10 40 0 \
/freebsd-11-stable/tools/tools/mid/
H A Dmid-build11 home=/g/www/mid
13 dbout=$home/index
14 archive=$home/archive
16 PATH=$home/bin:/bin:/usr/bin:/usr/local/bin; export PATH
/freebsd-11-stable/release/tools/
H A Dvagrant.conf42 chroot ${DESTDIR} mkdir -p /home/vagrant
46 -c 'Vagrant User' -d '/home/vagrant' -s '/bin/csh'
56 mkdir ${DESTDIR}/home/vagrant/.ssh
57 chmod 700 ${DESTDIR}/home/vagrant/.ssh
58 echo "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key" > ${DESTDIR}/home/vagrant/.ssh/authorized_keys
59 chown -R 1001 ${DESTDIR}/home/vagrant/.ssh
60 chmod 600 ${DESTDIR}/home/vagrant/.ssh/authorized_keys
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw-modified.conf27 home = "/home"
H A Dpw.conf27 home = "/home"
/freebsd-11-stable/usr.sbin/ntp/doc/icons/
H A DMakefile8 FILES= home.gif mail2.gif sitemap.png
/freebsd-11-stable/usr.sbin/ntp/doc/drivers/icons/
H A DMakefile8 FILES= home.gif mail2.gif
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp40 char *home = 0; local
42 home = getenv("HOME");
48 + ((home && *home) ? strlen(home) + 1 : 0)
60 if (home && *home) {
61 strcat(dirs, home);

Completed in 239 milliseconds

1234