Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/freebsd/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 Dinputmenu115 home="$HOME"
29 "HOME:" "$home" \
54 -d $home \n\
74 home="$item"
H A Dinputmenu415 home="$HOME"
30 "HOME:" "$home" \
55 -d $home \n\
75 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 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 \
/freebsd/release/tools/
H A Dvagrant.conf42 chroot ${DESTDIR} mkdir -p /home/vagrant
56 mkdir ${DESTDIR}/home/vagrant/.ssh
57 chmod 700 ${DESTDIR}/home/vagrant/.ssh
58 …8OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key" > ${DESTDIR}/home/vagrant/.ssh/author…
59 …fJyw/QKow1F+wvG9hXGoqiysfJOn5Y vagrant insecure public key" >> ${DESTDIR}/home/vagrant/.ssh/author…
60 chown -R 1001 ${DESTDIR}/home/vagrant/.ssh
61 chmod 600 ${DESTDIR}/home/vagrant/.ssh/authorized_keys
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c55 char *home; in NCURSES_EXPORT() local
57 if ((home = getenv("HOME")) != 0) { in NCURSES_EXPORT()
58 size_t want = (strlen(home) + sizeof(PRIVATE_INFO)); in NCURSES_EXPORT()
60 _nc_SPRINTF(MyBuffer, _nc_SLIMIT(want) PRIVATE_INFO, home); in NCURSES_EXPORT()
/freebsd/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh289 test -d ${HOME}/home/bar || atf_fail "Directory not created"
291 test -d ${HOME}/home/bar || atf_fail "Directory removed"
294 [ ! -d ${HOME}/home/bar ] || atf_fail "Directory not removed"
303 [ ! -d ${HOME}/usr/home ] || atf_fail "/usr/home created"
304 test -d ${HOME}/home || atf_fail "/home directory not created"
322 atf_check test -d ${HOME}/home/foo
327 stat -f '%u %g' ${HOME}/home/foo
329 stat -f '%p' ${HOME}/home/foo
343 mkdir ${HOME}/home
346 test -d ${HOME}/home/foo || atf_fail "Directory not created"
[all …]
H A Dpw_usermod_test.sh194 mkdir -p ${HOME}/home
196 test -d ${HOME}/home/foo || atf_fail "Directory not created"
197 atf_check -s exit:0 ${RPW} usermod foo -l bar -d /home/bar -m
198 test -d ${HOME}/home/bar || atf_fail "Directory not created"
262 mkdir -p ${HOME}/home
266 ! test -d ${HOME}/home/foo || atf_fail "Directory should not have been created"
268 test -d ${HOME}/home/foo || atf_fail "Directory should have been created"
269 test -f ${HOME}/home/foo/.file || atf_fail "Skell files not added"
272 test -f ${HOME}/home/foo/.file2 || atf_fail "Skell files not added"
273 echo > ${HOME}/home/foo/.file2
[all …]
/freebsd/contrib/file/src/
H A Dmagic.c179 char *home, *hmagicpath; in get_default_magic() local
188 if ((home = getenv("HOME")) == NULL) in get_default_magic()
191 if (asprintf(&hmagicpath, "%s/.magic.mgc", home) < 0) in get_default_magic()
195 if (asprintf(&hmagicpath, "%s/.magic", home) < 0) in get_default_magic()
225 if ((home = getenv("HOME")) != NULL) in get_default_magic()
226 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic()
229 if ((home = getenv("LOCALAPPDATA")) != NULL) in get_default_magic()
230 _w32_append_path(&hmagicpath, "%s%s", home, hmagic); in get_default_magic()
233 if ((home = getenv("USERPROFILE")) != NULL) in get_default_magic()
238 if ((home = getenv("COMMONPROGRAMFILES")) != NULL) in get_default_magic()
[all …]
/freebsd/share/doc/papers/jail/
H A Djail01.fig55 4 0 0 100 0 14 12 0.0000 4 165 525 2550 3600 home/\001
75 4 0 0 100 0 14 12 0.0000 4 165 525 5400 2400 home/\001
80 4 0 0 100 0 14 12 0.0000 4 165 525 5400 4500 home/\001
/freebsd/usr.bin/top/
H A Dscreen.c42 static char home[15]; variable
164 strncpy(home, tgoto(cursor_motion, 0, 0), sizeof(home) - 1); in init_termcap()
165 home[sizeof(home) - 1] = '\0'; in init_termcap()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c83 static char home[MaxPathLen] = ""; in ftp_rooted() local
87 if(!home[0]) in ftp_rooted()
89 strlcpy(home, pwd->pw_dir, sizeof(home)); in ftp_rooted()
90 snprintf(newpath, sizeof(newpath), "%s/%s", home, path); in ftp_rooted()
/freebsd/contrib/kyua/utils/
H A Denv.cpp127 const optional< std::string > home = utils::getenv("HOME"); in get_home() local
128 if (home) { in get_home()
130 return utils::make_optional(fs::path(home.get())); in get_home()
133 home.get() % e.what()); in get_home()
/freebsd/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh92 HOME=home-dir
97 test -f home-dir/.kyua/store/*.db || atf_fail "Database not created in" \
110 HOME=home-dir
113 test ! -d home-dir/.kyua || atf_fail "Home directory created but this" \
/freebsd/contrib/kyua/cli/
H A Dcommon_test.cpp214 const fs::path home("homedir"); in ATF_TEST_CASE_BODY() local
215 utils::setenv("HOME", home.str()); in ATF_TEST_CASE_BODY()
219 ATF_REQUIRE(!fs::exists(home / ".kyua")); in ATF_TEST_CASE_BODY()
231 const fs::path home("homedir"); in ATF_TEST_CASE_BODY() local
232 utils::setenv("HOME", home.str()); in ATF_TEST_CASE_BODY()
261 const fs::path home("homedir"); in ATF_TEST_CASE_BODY() local
262 utils::setenv("HOME", home.str()); in ATF_TEST_CASE_BODY()
266 ATF_REQUIRE(!fs::exists(home / ".kyua")); in ATF_TEST_CASE_BODY()
278 const fs::path home("homedir"); in ATF_TEST_CASE_BODY() local
279 utils::setenv("HOME", home.str()); in ATF_TEST_CASE_BODY()
/freebsd/share/security/
H A Dlomac-policy.contexts20 (/usr)?/home lomac/high[low]
21 (/usr)?/home/.* lomac/low
25 (/usr)?/home/(ftp|samba)(/.*)? lomac/high
/freebsd/contrib/smbfs/lib/smb/
H A Dsubr.c161 char *home, *fn; in smb_open_rcfile() local
164 home = getenv("HOME"); in smb_open_rcfile()
165 if (home) { in smb_open_rcfile()
166 fn = malloc(strlen(home) + 20); in smb_open_rcfile()
167 sprintf(fn, "%s/.nsmbrc", home); in smb_open_rcfile()
/freebsd/contrib/tcsh/nls/greek/
H A Dset137 35 Δεν υπάρχει προσωπικός κατάλογος (home directory)
38 36 Δεν μπορώ να προσπελάσω τον προσωπικό κατάλογο (home directory)
80 78 Δεν έχει δοθεί τιμή στη μεταβλητή $home
/freebsd/libexec/nuageinit/tests/
H A Dnuageinit.sh60 sys:*:1:0::0:0:Sys:/home/sys:/bin/csh
91 sys:*:1:0::0:0:Sys:/home/sys:/bin/csh
92 freebsd:freebsd:1001:1003::0:0:FreeBSD User:/home/freebsd:/bin/sh
93 …NwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9BZMN1O/:1002:1004::0:0:Foo B. Bar:/home/foobar:/bin/sh
106 sys:*:1:0::0:0:Sys:/home/sys:/bin/csh
191 sys:*:1:0::0:0:Sys:/home/sys:/bin/csh
199 …atf_check -o inline:"ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n" cat home/freebsd/.ssh/authoriz…
/freebsd/contrib/less/
H A Dforwback.c170 home(); in overlay_header()
183 home(); in overlay_header()
256 home(); in forw()
273 home(); in forw()
441 home(); in back()

12345678910>>...16