/freebsd/usr.sbin/pw/tests/ |
H A D | pw_groupmod_test.sh | 10 atf_check -s exit:0 ${PW} addgroup test 11 atf_check -s exit:0 ${PW} groupmod test -m root 14 atf_check -s exit:0 ${PW} groupmod test -d root 24 atf_check -s exit:0 ${PW} addgroup test 25 atf_check -s exit:67 -e match:"does not exist" ${PW} groupmod test -m foo 26 atf_check -s exit:0 ${PW} groupmod test -d foo 35 atf_check -s exit:0 -x ${PW} groupadd test 36 atf_check -s exit:0 -x ${PW} groupmod test -l newgroupname 37 atf_check -s exit:65 -e match:"^pw: unknown group" -x ${PW} groupshow test 47 atf_check -s exit:0 -x ${PW} useradd testuser [all …]
|
H A D | pw_usermod_test.sh | 10 atf_check -s exit:67 -e match:"no such user" ${PW} usermod test 11 atf_check -s exit:0 ${PW} useradd test 12 atf_check -s exit:0 ${PW} usermod test 22 atf_check -s exit:67 -e match:"no such user" ${PW} usermod test -N 23 atf_check -s exit:0 ${PW} useradd test 24 atf_check -s exit:0 -o match:"^test:.*" ${PW} usermod test -N 34 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456" 35 atf_check -s exit:0 ${PW} usermod test -c "Test User,work,123,456" 45 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456" 47 ${PW} usermod test -c "Test User,work,123,456" -N [all …]
|
H A D | pw_useradd_test.sh | 10 atf_check -s exit:0 ${PW} useradd test 20 atf_check -s exit:0 -o match:"^test:.*" ${PW} useradd test -N 29 atf_check -s exit:0 ${PW} useradd test -c 'Test User,work!,123,user@example.com' 40 ${PW} useradd test -c "Test User,work,123,456" -N 50 ${PW} useradd test -c "Test User,work,123:456,456" 61 ${PW} useradd test -c "Test User,work,123:456,456" -N 70 atf_check -s exit:0 ${PW} useradd test -d /foo/bar 72 ${PW} usershow test 81 atf_check -s exit:0 ${PW} useradd test -e ${DATE} 83 ${PW} usershow test [all …]
|
H A D | pw_lock_test.sh | 9 ${PW} useradd test || atf_fail "Creating test user" 10 ${PW} lock test || atf_fail "Locking the user" 13 ${PW} unlock test || atf_fail "Locking the user" 21 ${PW} useradd test || atf_fail "Creating test user" 22 ${PW} lock 1001 || atf_fail "Locking the user" 25 ${PW} unlock 1001 || atf_fail "Unlocking the user" 29 ${PW} useradd -n 1001 || atf_fail "Creating test user" 30 ${PW} lock 1001 || atf_fail "Locking the user" 33 ${PW} unlock 1001 || atf_fail "Unlocking the user"
|
H A D | pw_usernext_test.sh | 10 CURRENT=`${PW} usernext | sed -e 's/:.*//'` 15 atf_check -s exit:0 ${PW} useradd test${CURRENT} 19 ${PW} usernext 28 CURRENT=`${PW} usernext | sed -e 's/:.*//'` 29 CURRENTGID=`${PW} groupnext` 34 atf_check -s exit:0 ${PW} useradd -n test${CURRENT} -g 0 38 ${PW} usernext
|
H A D | pw_usershow_test.sh | 8 atf_check -o not-empty ${PW} usershow -a 14 atf_check -o not-empty ${PW} usershow root 24 atf_check -e "inline:$no_such_user_msg" -s exit:67 ${PW} usershow \ 26 atf_check -e "inline:$no_such_user_msg" -s exit:67 ${PW} usershow \ 37 atf_check -e "inline:$no_such_uid_msg" -s exit:67 ${PW} usershow \ 39 atf_check -e "inline:$no_such_uid_msg" -s exit:67 ${PW} usershow \ 46 atf_check -o not-empty ${PW} usershow -u 0
|
H A D | pw_groupshow_test.sh | 8 atf_check -o not-empty ${PW} groupshow -a 14 atf_check -o not-empty ${PW} groupshow -g 0 20 atf_check -o not-empty ${PW} groupshow wheel 30 atf_check -e "inline:$no_such_name_msg" -s exit:65 ${PW} groupshow \ 32 atf_check -e "inline:$no_such_name_msg" -s exit:65 ${PW} groupshow \ 43 atf_check -e "inline:$no_such_name_msg" -s exit:65 ${PW} groupshow \ 45 atf_check -e "inline:$no_such_name_msg" -s exit:65 ${PW} groupshow \
|
H A D | pw_userdel_test.sh | 15 ${PW} useradd test || atf_fail "Creating test user" 16 ${PW} groupmod test -M 'test,root' || \ 18 ${PW} userdel test || atf_fail "Delete the test user" 30 ${PW} userdel -u plop 54 atf_check ${PW} useradd -n foo -u 4001 56 ${PW} userdel -n 4001
|
H A D | pw_groupdel_test.sh | 14 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel 16 ${PW} groupdel -g I_do_not_exist 17 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel
|
H A D | pw_groupadd_test.sh | 9 ${PW} groupadd -n test1 -g 9999999999999 16 atf_check -s exit:0 ${PW} groupadd foo 19 ${PW} groupadd foo
|
H A D | pw_config_test.sh | 8 ${PW} useradd -D -C ${HOME}/foo.conf 16 ${PW} useradd -D -C ${HOME}/foo.conf \
|
H A D | helper_functions.shin | 3 PW="pw -V ${HOME}"
|
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | mktestdata.sh | 4 PW=mekmitasdigoat 126 ssh-keygen -pf rsa_1_pw -m PEM -N "$PW" 127 ssh-keygen -pf dsa_1_pw -m PEM -N "$PW" 128 ssh-keygen -pf ecdsa_1_pw -m PEM -N "$PW" 129 ssh-keygen -pf ed25519_1_pw -N "$PW" 130 ssh-keygen -pf ecdsa_sk1_pw -m PEM -N "$PW" 131 ssh-keygen -pf ed25519_sk1_pw -N "$PW" 132 ssh-keygen -pf rsa_n_pw -N "$PW" 133 ssh-keygen -pf dsa_n_pw -N "$PW" 134 ssh-keygen -pf ecdsa_n_pw -N "$PW" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 346 uint16_t PW = 8; // XXX Pred size: getRegBitWidth(Reg[1]); in evaluate() local 347 assert(PW <= RW); in evaluate() 348 RegisterCell PC = eXTR(rc(1), 0, PW); in evaluate() 349 RegisterCell RC = RegisterCell(RW).insert(PC, BT::BitMask(0, PW-1)); in evaluate() 350 RC.fill(PW, RW, BT::BitValue::Zero); in evaluate() 355 uint16_t PW = 8; // XXX Pred size: getRegBitWidth(Reg[1]); in evaluate() local 357 RC.fill(PW, RW, BT::BitValue::Zero); in evaluate() 358 return rr0(eINS(RC, eXTR(rc(1), 0, PW), 0), Outputs); in evaluate() 970 uint16_t PW = 8; // XXX Pred size: getRegBitWidth(Reg[1]); in evaluate() local 972 RC.fill(PW, RW, BT::BitValue::Zero); in evaluate()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb_err.et | 43 ec GT_PW_NULL, "Kerberos 4: current PW is null"
|
/freebsd/contrib/openbsm/config/ |
H A D | config.guess | 777 i*:PW*:*)
|
/freebsd/share/misc/ |
H A D | iso3166 | 189 PW PLW 585 Palau
|
/freebsd/usr.sbin/tzsetup/ |
H A D | baseline | 445 PW:Palau
|
/freebsd/crypto/heimdal/ |
H A D | config.guess | 810 i*:PW*:*)
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | krb5.asn1 | 118 KRB5-PADATA-PW-SALT(3),
|
/freebsd/contrib/tzdata/ |
H A D | zone1970.tab | 262 PW +0720+13429 Pacific/Palau
|
H A D | zone.tab | 325 PW +0720+13429 Pacific/Palau
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 171 M(U@E&V.9,>3EQ^%HH(ITU`C3<<I`S.KX,%0/=N!('CD[8)!1F3G`PW;8G$62
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.guess | 837 i*:PW*:*)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | config.guess | 846 i*:PW*:*)
|