/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/release/tools/ |
H A D | vagrant.conf | 42 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/usr.sbin/pw/tests/ |
H A D | pw_useradd_test.sh | 288 test -d ${HOME}/home || atf_fail "Home parent directory not created" 289 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 336 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/contrib/ncurses/ncurses/tinfo/ |
H A D | home_terminfo.c | 55 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/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/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/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/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 | 75 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 106 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 107 freebsd:freebsd:1001:1003::0:0:FreeBSD User:/home/freebsd:/bin/sh 108 …NwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9BZMN1O/:1002:1004::0:0:Foo B. Bar:/home/foobar:/bin/sh 125 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 202 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 210 …atf_check -o inline:"ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n" cat home/freebsd/.ssh/authoriz… 229 sys:*:1:0::0:0:Sys:/home/sys:/bin/sh 237 …atf_check -o inline:"ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n" cat home/freebsd/.ssh/authoriz… 275 sys:*:1:0::0:0:Sys:/home/sys:/bin/csh [all …]
|
/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/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/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/less/ |
H A D | forwback.c | 171 home(); in overlay_header() 185 home(); in overlay_header() 259 home(); in forw() 276 home(); in forw() 437 home(); in back()
|