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

1234

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c51 char *home; local
55 if ((home = getenv("HOME")) != 0) {
56 unsigned want = (strlen(home) + sizeof(PRIVATE_INFO));
60 (void) sprintf(MyBuffer, PRIVATE_INFO, home);
/freebsd-9.3-release/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.gnats5 set CTMref /home/gnats
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-9.3-release/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 Dinputmenu8 gid="$GROUPS" ; home="$HOME" ;
20 "HOME:" "$home" \
36 -d $home \n\
50 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 Dinputmenu-stdout8 gid="$GROUPS" ; home="$HOME" ;
15 " 20 50 10 "Username:" "$user" "UID:" "$uid" "GID:" "$gid" "HOME:" "$home")"
29 -d $home \n\
43 HOME) home="$item";;
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 \
H A Dform314 home="$HOME"
28 "HOME:" 4 1 "$home" 4 10 40 0 \
H A Dform414 home="$HOME"
29 "HOME:" 4 1 "$home" 4 10 40 0 "User's home-directory" \
H A Dform514 home="$HOME"
30 "HOME:" 4 1 "$home" 4 10 40 0 "User's home-directory" \
/freebsd-9.3-release/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-9.3-release/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);
/freebsd-9.3-release/release/picobsd/build/
H A Dmfs.mtree16 home

Completed in 185 milliseconds

1234