| /freebsd/contrib/dialog/samples/ |
| H A D | form2 | 13 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 D | inputmenu | 10 home="$HOME" 23 "HOME:" "$home" \ 41 -d $home \n\ 55 HOME) home="$item" ;;
|
| H A D | inputmenu-stdout | 10 home="$HOME" 22 "HOME:" "$home" \ 39 -d $home \n\ 53 HOME) home="$item" ;;
|
| H A D | inputmenu1 | 15 home="$HOME" 29 "HOME:" "$home" \ 54 -d $home \n\ 74 home="$item"
|
| H A D | inputmenu4 | 15 home="$HOME" 30 "HOME:" "$home" \ 55 -d $home \n\ 75 home="$item"
|
| H A D | inputmenu3 | 15 home="$HOME" 34 "HOME:" "$home" "User's home-directory" \ 65 -d $home \n\ 91 home="$item"
|
| H A D | inputmenu2 | 15 home="$HOME" 33 "HOME:" "$home" \ 62 -d $home \n\ 82 home="$item"
|
| H A D | form1-utf8 | 15 home=/usr/home/$user 29 "HOME:" 4 1 "$home" 4 10 40 0 \
|
| H A D | passwordform1-utf8 | 15 home=/usr/home/$user 29 "HOME:" 4 1 "$home" 4 10 40 0 \
|
| /freebsd/usr.sbin/pw/tests/ |
| H A D | pw_useradd_test.sh | 287 test -d ${HOME}/home || atf_fail "Home parent directory not created" 288 test -d ${HOME}/home/bar || atf_fail "Directory not created" 290 test -d ${HOME}/home/bar || atf_fail "Directory removed" 293 [ ! -d ${HOME}/home/bar ] || atf_fail "Directory not removed" 302 [ ! -d ${HOME}/usr/home ] || atf_fail "/usr/home created" 303 test -d ${HOME}/home || atf_fail "/home directory not created" 321 atf_check test -d ${HOME}/home/foo 326 stat -f '%u %g' ${HOME}/home/foo 328 stat -f '%p' ${HOME}/home/foo 335 mkdir -p -m 0777 ${HOME}/home/foo [all …]
|
| H A D | pw_usermod_test.sh | 194 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/release/tools/ |
| H A D | vagrant.conf | 45 mkdir ${DESTDIR}/home/vagrant/.ssh 47 …8OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key" > ${DESTDIR}/home/vagrant/.ssh/author… 48 …fJyw/QKow1F+wvG9hXGoqiysfJOn5Y vagrant insecure public key" >> ${DESTDIR}/home/vagrant/.ssh/author… 49 chmod 600 ${DESTDIR}/home/vagrant/.ssh/authorized_keys 51 chmod 700 ${DESTDIR}/home/vagrant/.ssh 52 chown -R 1001 ${DESTDIR}/home/vagrant/.ssh
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | home_terminfo.c | 55 const char *home; in NCURSES_EXPORT() local 57 if ((home = getenv("HOME")) != NULL) { 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/contrib/file/src/ |
| H A D | magic.c | 179 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() 201 if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 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() [all …]
|
| /freebsd/share/doc/papers/jail/ |
| H A D | jail01.fig | 55 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 D | screen.c | 42 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 D | popen.c | 83 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/libexec/nuageinit/tests/ |
| H A D | nuageinit.sh | 42 sys:*:1:0::0:0:Sys:/home/sys:/bin/csh 106 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 148 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 149 freebsd:freebsd:1001:1003::0:0:FreeBSD User:/home/freebsd:/bin/sh 150 …NwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9BZMN1O/:1002:1004::0:0:Foo B. Bar:/home/foobar:/bin/sh 151 bla::1003:1005::0:0:bla User:/home/bla:/bin/sh 175 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 253 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 261 …atf_check -o inline:"ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n" cat home/freebsd/.ssh/authoriz… 280 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh [all …]
|
| /freebsd/contrib/kyua/integration/ |
| H A D | cmd_db_exec_test.sh | 92 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/utils/ |
| H A D | env.cpp | 127 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/cli/ |
| H A D | common_test.cpp | 214 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/contrib/smbfs/lib/smb/ |
| H A D | subr.c | 161 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/share/security/ |
| H A D | lomac-policy.contexts | 20 (/usr)?/home lomac/high[low] 21 (/usr)?/home/.* lomac/low 25 (/usr)?/home/(ftp|samba)(/.*)? lomac/high
|
| /freebsd/contrib/tcsh/nls/greek/ |
| H A D | set1 | 37 35 Δεν υπάρχει προσωπικός κατάλογος (home directory) 38 36 Δεν μπορώ να προσπελάσω τον προσωπικό κατάλογο (home directory) 80 78 Δεν έχει δοθεί τιμή στη μεταβλητή $home
|
| /freebsd/contrib/kyua/store/ |
| H A D | layout_test.cpp | 281 const fs::path home = fs::current_path() / "homedir"; in ATF_TEST_CASE_BODY() local 282 utils::setenv("HOME", home.str()); in ATF_TEST_CASE_BODY() 285 ATF_REQUIRE_EQ(home / ".kyua/store", store_dir); in ATF_TEST_CASE_BODY() 292 const fs::path home("homedir"); in ATF_TEST_CASE_BODY() local 293 utils::setenv("HOME", home.str()); in ATF_TEST_CASE_BODY() 296 ATF_REQUIRE_MATCH((home / ".kyua/store").str(), store_dir.str()); in ATF_TEST_CASE_BODY()
|