| /freebsd-14.2/contrib/netbsd-tests/bin/sh/ |
| H A D | t_arith.sh | 116 atf_check -s exit:0 -o inline:'1\n' -e empty ${TEST_SH} -c \ 118 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \ 131 atf_check -s exit:0 -o inline:'1\n' -e empty \ 133 atf_check -s exit:0 -o inline:'0\n' -e empty \ 136 atf_check -s exit:0 -o inline:'99999\n' -e empty \ 140 atf_check -s exit:0 -o inline:'9191919191919\n' -e empty \ 152 atf_check -s exit:0 -o inline:'11\n' -e empty \ 154 atf_check -s exit:0 -o inline:'27\n' -e empty \ 156 atf_check -s exit:0 -o inline:'27\n' -e empty \ 158 atf_check -s exit:0 -o inline:'219\n' -e empty \ [all …]
|
| H A D | t_expand.sh | 55 atf_check -s exit:0 -o inline:' EOL\n' -e empty \ 59 atf_check -s exit:0 -o inline:' EOL\n' -e empty \ 62 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \ 108 atf_check -s exit:0 -o inline:'\n' -e empty ${TEST_SH} -c \ 110 atf_check -s exit:0 -o inline:'>foobar<\n' -e empty \ 113 atf_check -s exit:0 -o inline:'>foo bar<\n' -e empty \ 117 atf_check -s exit:0 -o inline:'>a< >b< >c<\n' -e empty \ 167 atf_check -o inline:'/foo/bar/\n' -e empty ${TEST_SH} -c \ 180 atf_check -o inline:'3' -e empty ${TEST_SH} -c \ 182 atf_check -o inline:'2147483647' -e empty ${TEST_SH} -c \ [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/tr/ |
| H A D | t_basic.sh | 41 atf_check -o inline:'abde\n' -x 'echo abcde | tr -d c' 42 atf_check -o inline:'ace\n' -x 'echo abcde | tr -d bd' 43 atf_check -o inline:'ae\n' -x 'echo abcde | tr -d b-d' 44 atf_check -o inline:'b\n' -x 'echo abcde | tr -d ac-e' 48 atf_check -o inline:'' -x 'echo abcde | tr -c -d x' 49 atf_check -o inline:'c' -x 'echo abcde | tr -c -d c' 70 atf_check -e ignore -o inline:'ab\n' \ 160 atf_check -o inline:'ABC\n' \ 181 atf_check -o inline:'abcde\n' -x \ 183 atf_check -o inline:'abcde\n' -x \ [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | numbers | 45 inline constexpr double e = e_v<double>; 77 inline constexpr bool __false = false; 87 inline constexpr _Tp e_v = __illformed<_Tp>{}; 89 inline constexpr _Tp log2e_v = __illformed<_Tp>{}; 93 inline constexpr _Tp pi_v = __illformed<_Tp>{}; 99 inline constexpr _Tp ln2_v = __illformed<_Tp>{}; 101 inline constexpr _Tp ln10_v = __illformed<_Tp>{}; 103 inline constexpr _Tp sqrt2_v = __illformed<_Tp>{}; 105 inline constexpr _Tp sqrt3_v = __illformed<_Tp>{}; 111 inline constexpr _Tp phi_v = __illformed<_Tp>{}; [all …]
|
| H A D | execution | 20 inline constexpr sequenced_policy seq = implementation-defined; 21 inline constexpr parallel_policy par = implementation-defined; 22 inline constexpr parallel_unsequenced_policy par_unseq = implementation-defined; 23 inline constexpr unsequenced_policy unseq = implementation-defined; // since C++20 31 inline constexpr bool is_execution_policy_v; 57 inline constexpr sequenced_policy seq{__disable_user_instantiations_tag{}}; 65 inline constexpr parallel_policy par{__disable_user_instantiations_tag{}}; 91 inline constexpr unsequenced_policy unseq{__disable_user_instantiations_tag{}}; 98 inline constexpr bool is_execution_policy_v<execution::sequenced_policy> = true; 101 inline constexpr bool is_execution_policy_v<execution::parallel_policy> = true; [all …]
|
| H A D | type_traits | 207 inline constexpr bool is_bounded_array_v 209 inline constexpr bool is_unbounded_array_v 244 template <class T> inline constexpr bool is_void_v 252 template <class T> inline constexpr bool is_array_v 264 template <class T> inline constexpr bool is_enum_v 266 template <class T> inline constexpr bool is_union_v 268 template <class T> inline constexpr bool is_class_v 292 template <class T> inline constexpr bool is_const_v 302 template <class T> inline constexpr bool is_pod_v 306 template <class T> inline constexpr bool is_empty_v [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/i386/ |
| H A D | regs.d.in | 29 inline int R_GS = @GS@; 31 inline int R_FS = @FS@; 33 inline int R_ES = @ES@; 35 inline int R_DS = @DS@; 38 inline int R_EDI = @EDI@; 40 inline int R_ESI = @ESI@; 42 inline int R_EBP = @EBP@; 44 inline int R_ESP = @ESP@; 61 inline int R_CS = @CS@; 67 inline int R_SS = @SS@; [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/sed/ |
| H A D | t_sed.sh | 56 atf_check -o inline:"foobar\n" \ 83 atf_check -o inline:"D\n" \ 85 atf_check -o inline:"A\n" \ 88 atf_check -o inline:"C\n" \ 91 atf_check -o inline:"D\nE\n" \ 100 atf_check -o inline:"D\n" \ 102 atf_check -o inline:"A\n" \ 105 atf_check -o inline:"C\n" \ 108 atf_check -o inline:"D\nE\n" \ 115 atf_check -o inline:"D\nC\n" \ [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | t_grep.sh | 228 atf_check -o inline:"foo bar\n" zgrep -we foo test 297 atf_check -o inline:"foobar\n" zgrep -e '' test 473 atf_check -o inline:"\n" grep -e "^$" test1 597 atf_check -o inline:"Foo\n" fgrep -e "Foo" test1 777 atf_check -o inline:"\000B\n" grep -a 'B' test2 863 atf_check -o inline:"a\n" grep -Fo "a" test1 864 atf_check -o inline:"i\n" grep -Fo "i" test1 865 atf_check -o inline:"abc\n" grep -Fo "abc" test1 866 atf_check -o inline:"fgh\n" grep -Fo "fgh" test1 887 atf_check -o inline:"1\n" grep -Ec "a" test1 [all …]
|
| /freebsd-14.2/usr.bin/rs/tests/ |
| H A D | rs_test.sh | 67 atf_check -s exit:0 -o inline:"1,2,3,4, 97 atf_check -s exit:0 -o inline:"1 4 7 113 atf_check -s exit:0 -o inline:"1 129 atf_check -s exit:0 -o inline:"3 4 5 146 atf_check -s exit:0 -o inline:" 158 atf_check -s exit:0 -o inline:"1 2 3 4 188 atf_check -s exit:0 -o inline:" 200 atf_check -s exit:0 -o inline:"1 2 3 218 atf_check -s exit:0 -o inline:"1 2 3 234 atf_check -s exit:0 -o inline:"1 0 [all …]
|
| /freebsd-14.2/usr.sbin/fstyp/tests/ |
| H A D | fstyp_test.sh | 34 atf_check -s exit:0 -o inline:"befs\n" fstyp befs.img 45 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img 103 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext2.img 113 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext3.img 123 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext4.img 189 atf_check -s exit:0 -o inline:"ntfs\n" fstyp ntfs.img 210 atf_check -s exit:0 -o inline:"ufs\n" fstyp ufs.img 211 atf_check -s exit:0 -o inline:"ufs\n" fstyp -l ufs.img 221 atf_check -s exit:0 -o inline:"ufs\n" fstyp ufs.img 222 atf_check -s exit:0 -o inline:"ufs\n" fstyp -l ufs.img [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/basename/ |
| H A D | t_basename.sh | 35 atf_check -o inline:"bin\n" basename /usr/bin 36 atf_check -o inline:"usr\n" basename /usr 37 atf_check -o inline:"/\n" basename / 38 atf_check -o inline:"/\n" basename /// 39 atf_check -o inline:"usr\n" basename /usr// 40 atf_check -o inline:"bin\n" basename //usr//bin 41 atf_check -o inline:"usr\n" basename usr 42 atf_check -o inline:"bin\n" basename usr/bin 52 atf_check -o inline:"bi\n" basename /usr/bin n 53 atf_check -o inline:"bin\n" basename /usr/bin bin [all …]
|
| /freebsd-14.2/usr.bin/col/tests/ |
| H A D | col_test.sh | 11 -o inline:"a\nb\n" \ 17 -o inline:"a\nb\n" \ 23 -o inline:"a\nb\n" \ 29 -o inline:"a\nb\n" \ 35 -o inline:"a\n\nb\n\n" \ 50 -o inline:"a b\n" \ 56 -o inline:"a b\n" \ 68 -o inline:" b\na\n" \ 89 -o inline:"a f9 97 -o inline:"a\n f\n" \ [all …]
|
| /freebsd-14.2/contrib/ntp/html/scripts/ |
| H A D | miscopt.txt | 3 <li class='inline'><a href='miscopt.html#driftfile'>driftfile - specify frequency file</a></li>\ 4 <li class='inline'><a href='miscopt.html#enable'>enable - enable options</a></li>\ 5 <li class='inline'><a href='miscopt.html#enable'>disable - disable options</a></li>\ 9 <li class='inline'><a href='miscopt.html#logconfig'>logconfig - configure log file</a></li>\ 10 <li class='inline'><a href='miscopt.html#mru'>mru - control monitor MRU list limits</a></li>\ 12 <li class='inline'><a href='miscopt.html#reset'>reset - reset groups of counters</a></li>\ 14 <li class='inline'><a href='miscopt.html#setvar'>setvar - set system variables</a></li>\ 17 <li class='inline'><a href='miscopt.html#tos'>tos - modify service parameters</a></li>\ 18 <li class='inline'><a href='miscopt.html#trap'>trap - set trap address</a></li>\ 19 <li class='inline'><a href='miscopt.html#ttl'>ttl - set time to live</a></li>\ [all …]
|
| H A D | special.txt | 2 <li class='inline'><a href='warp.html'>How NTP Works</a></li>\ 5 <li class='inline'><a href='orphan.html'>Orphan Mode</a></li>\ 6 <li class='inline'><a href='xleave.html'>NTP Interleaved Modes</a></li>\ 7 <li class='inline'><a href='huffpuff.html'>Huff-n'-Puff Filter</a></li>\ 8 <li class='inline'><a href='filter.html'>Clock Filter Algorithm</a></li>\ 9 <li class='inline'><a href='select.html'>Clock Select Algorithm</a></li>\ 10 <li class='inline'><a href='cluster.html'>Clock Cluster Algorithm</a></li>\ 13 <li class='inline'><a href='poll.html'>Poll Process</a></li>\ 14 <li class='inline'><a href='clock.html'>Clock State Machine</a></li>\ 15 <li class='inline'><a href='leap.html'>Leap Second Processing</a></li>\ [all …]
|
| H A D | external.txt | 3 <li class='inline'><a href='http://www.ntp.org/index.html'>NTP Public Services Project (home page)<… 4 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ntp.html'>NTP Research Project (home p… 7 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/time.html'>NTP Timestamp Calculations<… 8 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/y2k.html'>The NTP Era and Era Numberin… 9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl… 12 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/security.html'>NTP Security Analysis</… 14 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/autocfg.html'>Autonomous Configuration… 15 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/autokey.html'>Autonomous Authenticatio… 16 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/proto.html'>Autokey Protocol</a></li>\ 17 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ident.html'>Autokey Identity Schemes</… [all …]
|
| H A D | confopt.txt | 2 <li class='inline'><a href='confopt.html#server'>server - configure client association</a></li>\ 3 <li class='inline'><a href='confopt.html#peer'>peer - configure symmetric peer association</a></li>\ 4 <li class='inline'><a href='confopt.html#broadcast'>broadcast - configure broadcast server associat… 5 <li class='inline'><a href='confopt.html#manycastclient'>manycastclient - configure manycast client… 6 <li class='inline'><a href='confopt.html#pool'>pool - configure pool association</a></li>\ 7 <li class='inline'><a href='confopt.html#unpeer'>unpeer - remove association</a></li>\ 8 <li class='inline'><a href='confopt.html#broadcastclient'>broadcastclient - enable broadcast client… 9 <li class='inline'><a href='confopt.html#manycastserver'>manycastserver - enable manycast server</a… 10 <li class='inline'><a href='confopt.html#multicastclient'>multicastclient - enable multicast client… 11 <li class='inline'><a href='comdex.html'>Command Index</a></li>\
|
| H A D | manual.txt | 2 <li class='inline'><a href='ntpd.html'><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a></li>\ 3 <li class='inline'><a href='ntpq.html'><tt>ntpq</tt> - standard NTP query program</a></li>\ 4 <li class='inline'><a href='ntpdc.html'><tt>ntpdc</tt> - special NTP query program</a></li>\ 5 <li class='inline'><a href='ntpdate.html'><tt>ntpdate</tt> - set the date and time via NTP</a></li>\ 6 <li class='inline'><a href='sntp.html'><tt>sntp</tt> - Simple Network Time Protocol (SNTP) client</… 7 <li class='inline'><a href='ntptrace.html'><tt>ntptrace</tt> - trace a chain of NTP servers back to… 8 <li class='inline'><a href='tickadj.html'><tt>tickadj</tt> - set time-related kernel variables</a><… 9 <li class='inline'><a href='ntptime.html'><tt>ntptime</tt> - read and set kernel time variables</a>… 10 <li class='inline'><a href='keygen.html'><tt>ntp-keygen</tt> - generate public and private keys</a>… 11 <li class='inline'><a href='ntpdsim_new.html'><tt>ntpdsim</tt> - Network Time Protocol (NTP) simula… [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/dirname/ |
| H A D | t_dirname.sh | 35 atf_check -o inline:"/\n" dirname / 36 atf_check -o inline:"/\n" dirname // 37 atf_check -o inline:"/usr\n" dirname /usr/bin/ 38 atf_check -o inline:"//usr\n" dirname //usr//bin// 39 atf_check -o inline:".\n" dirname usr 40 atf_check -o inline:".\n" dirname "" 41 atf_check -o inline:"/\n" dirname /usr 42 atf_check -o inline:"/usr\n" dirname /usr/bin 43 atf_check -o inline:"usr\n" dirname usr/bin
|
| /freebsd-14.2/usr.sbin/chown/tests/ |
| H A D | chown_test.sh | 47 atf_check -o inline:'0:0\n0:0\n42:42\n' stat -f '%u:%g' A A/B A/C 67 atf_check -o inline:'0:0\n0:0\n42:42\n' stat -f '%u:%g' A A/B A/C 114 atf_check -o inline:'0:0\n42:42\n' stat -f '%u:%g' foo bar 116 atf_check -o inline:'0:0\n84:84\n' stat -f '%u:%g' foo bar 136 atf_check -o inline:'0:0\n' stat -f '%u:%g' foo 138 atf_check -o inline:'0:0\n0:0\n' stat -f '%u:%g' foo bar 140 atf_check -o inline:'0:0\n42:42\n' stat -f '%u:%g' foo bar 142 atf_check -o inline:'84:84\n42:42\n' stat -f '%u:%g' foo bar 189 atf_check -o inline:'0:0\n0:0\n0:0\n0:0\n0:0\n' \ 192 atf_check -o inline:'0:0\n0:0\n42:42\n42:42\n42:42\n' \ [all …]
|
| /freebsd-14.2/bin/chmod/tests/ |
| H A D | chmod_test.sh | 46 atf_check -o inline:'40755\n40777\n120777\n' stat -f '%p' A A/B A/C 48 atf_check -o inline:'40700\n40700\n120700\n' stat -f '%p' A A/B A/C 50 atf_check -o inline:'40700\n40600\n120700\n' stat -f '%p' A A/B A/C 65 atf_check -o inline:'40755\n40777\n120777\n' stat -f '%p' A A/B A/C 67 atf_check -o inline:'40700\n40700\n120777\n' stat -f '%p' A A/B A/C 110 atf_check -o inline:'100750\n100700\n' stat -f '%p' foo bar 112 atf_check -o inline:'100750\n100600\n' stat -f '%p' foo bar 132 atf_check -o inline:'100600\n' stat -f '%p' foo 135 atf_check -o inline:'100600\n120700\n' stat -f '%p' foo bar 137 atf_check -o inline:'100600\n120500\n' stat -f '%p' foo bar [all …]
|
| /freebsd-14.2/usr.bin/bintrans/tests/ |
| H A D | bintrans_test.sh | 11 atf_check -e empty -o inline:"=" bintrans qp -u test 13 atf_check -e empty -o inline:"=\ra" bintrans qp -u test 15 atf_check -e empty -o inline:"a" bintrans qp -u test 17 atf_check -e empty -o inline:"This is a line" bintrans qp -u test 19 atf_check -e empty -o inline:"This= is a line" bintrans qp -u test 21 atf_check -e empty -o inline:"This=2 is a line" bintrans qp -u test 23 atf_check -e empty -o inline:"This# is a line" bintrans qp -u test 25 atf_check -e empty -o inline:"This= is a line" bintrans qp -u test 27 atf_check -e empty -o inline:"This_ is a line" bintrans qp -u test
|
| /freebsd-14.2/usr.sbin/extattr/tests/ |
| H A D | extattr_test.sh | 48 atf_check -s exit:0 -o inline:"58 59 5a\n" \ 81 atf_check -s exit:0 -o inline:"myvalue\n" \ 97 atf_check -s exit:0 -o inline:"foo myattr" \ 99 atf_check -s exit:0 -o inline:"foo myvalue" \ 193 atf_check -s exit:0 -o inline:"\"my\\\040value\"\n" \ 206 atf_check -s exit:0 -o inline:"myvalue\n" \ 221 atf_check -s exit:0 -o inline:"myvalue\n" \ 262 atf_check -s exit:0 -o inline:"foo\tmyattr\nbar\tmyattr\n" \ 265 -o inline:"foo\tmyvalue\nbar\tmyvalue\n" \ 283 atf_check -s exit:0 -e ignore -o inline:"bar\tmyattr\n" \ [all …]
|
| /freebsd-14.2/usr.sbin/pw/tests/ |
| H A D | pw_groupmod_test.sh | 51 atf_check -o inline:"testuser:*:1001:\n" -x ${PW} groupshow testuser 52 atf_check -o inline:"testgroup:*:1002:testuser\n" -x ${PW} groupshow testgroup 53 atf_check -o inline:"testgroup2:*:1003:\n" -x ${PW} groupshow testgroup2 55 atf_check -o inline:"testuser:*:1001:\n" -x ${PW} groupshow testuser 56 atf_check -o inline:"testgroup:*:1002:\n" -x ${PW} groupshow testgroup 57 atf_check -o inline:"testgroup2:*:1003:testuser\n" -x ${PW} groupshow testgroup2 92 atf_check -o inline:"foo:*:1005:user1,user2\n" -s exit:0 \ 95 atf_check -o inline:"foo:*:1005:user1,user2,user3,user4\n" -s exit:0 \ 98 atf_check -o inline:"foo:*:1005:user1,user4\n" -s exit:0 \ 102 atf_check -o inline:"foo:*:1005:user1,user4,user2,user3\n" -s exit:0 \ [all …]
|
| /freebsd-14.2/bin/pwait/tests/ |
| H A D | pwait_test.sh | 27 -e inline:"kill: $p1: No such process\n" \ 33 -e inline:"kill: $p5: No such process\n" \ 39 -e inline:"kill: $p10: No such process\n" \ 63 -e inline:"pwait: timeout unit\n" \ 69 -e inline:"pwait: timeout unit\n" \ 75 -e inline:"pwait: timeout value\n" \ 81 -e inline:"pwait: timeout value\n" \ 252 -o inline:"$p2: exited with status 0.\n" \ 276 -o inline:"$p6: exited with status 0.\n" \ 289 -e inline:"kill: $p2: No such process\n" \ [all …]
|