Home
last modified time | relevance | path

Searched refs:inline (Results 1 – 25 of 1686) sorted by relevance

12345678910>>...68

/netbsd-src/tests/bin/sh/
H A Dt_arith.sh116 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 \
120 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
124 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
128 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 \
143 atf_check -s exit:0 -o inline:'13\n' -e empty ${TEST_SH} -c \
[all …]
H A Dt_expand.sh55 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 \
74 atf_check -s exit:0 -o inline:'a\na\nb\nb\n' -e empty \
76 atf_check -s exit:0 -o inline:'a\na\nb\nb\n' -e empty \
78 atf_check -s exit:0 -o inline:'a a\nb b\n' -e empty \
80 atf_check -s exit:0 -o inline:'a a\nb b\n' -e empty \
84 atf_check -s exit:0 -o inline:'a a\nb b\n' -e empty \
130 atf_check -s exit:0 -o inline:'\n' -e empty ${TEST_SH} -c \
132 atf_check -s exit:0 -o inline:'\n' -e empty ${TEST_SH} -c \
[all …]
H A Dt_builtins.sh229 atf_check -s exit:0 -e empty -o inline:OK ${TEST_SH} -c \
312 atf_check -s exit:0 -e empty -o inline:0 ${TEST_SH} -c \
314 atf_check -s exit:0 -e empty -o inline:1 ${TEST_SH} -c \
317 atf_check -s exit:0 -e empty -o inline:abc ${TEST_SH} -c \
319 atf_check -s exit:0 -e empty -o inline:abc ${TEST_SH} -c \
321 atf_check -s exit:0 -e empty -o inline:XYZ ${TEST_SH} -c \
326 atf_check -s exit:0 -e empty -o inline:/b/ ${TEST_SH} -c \
328 atf_check -s exit:0 -e empty -o inline:/b/ ${TEST_SH} -c \
330 atf_check -s exit:0 -e empty -o inline:/unset/ ${TEST_SH} -c \
332 atf_check -s exit:0 -e empty -o inline:// ${TEST_SH} -c \
[all …]
/netbsd-src/tests/usr.bin/tr/
H A Dt_basic.sh40 atf_check -o inline:'abcde\n' -x 'echo abcde | tr -d x'
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'
45 atf_check -o inline:'d\n' -x 'echo abcde | tr -d a-ce'
46 atf_check -o inline:'aei\n' -x 'echo abcdefghi | tr -d b-df-h'
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'
50 atf_check -o inline:'bd' -x 'echo abcde | tr -c -d bd'
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dnumbers17 template<class T> inline constexpr T e_v = unspecified;
18 template<class T> inline constexpr T log2e_v = unspecified;
19 template<class T> inline constexpr T log10e_v = unspecified;
20 template<class T> inline constexpr T pi_v = unspecified;
21 template<class T> inline constexpr T inv_pi_v = unspecified;
22 template<class T> inline constexpr T inv_sqrtpi_v = unspecified;
23 template<class T> inline constexpr T ln2_v = unspecified;
24 template<class T> inline constexpr T ln10_v = unspecified;
25 template<class T> inline constexpr T sqrt2_v = unspecified;
26 template<class T> inline constexpr T sqrt3_v = unspecified;
[all …]
H A Dchrono28 template <class Rep> inline constexpr bool treat_as_floating_point_v
153 template<class T> inline constexpr bool is_clock_v = is_clock<T>::value; // C++20
781 inline constexpr last_spec last{}; // C++20
782 inline constexpr chrono::weekday Sunday{0}; // C++20
783 inline constexpr chrono::weekday Monday{1}; // C++20
784 inline constexpr chrono::weekday Tuesday{2}; // C++20
785 inline constexpr chrono::weekday Wednesday{3}; // C++20
786 inline constexpr chrono::weekday Thursday{4}; // C++20
787 inline constexpr chrono::weekday Friday{5}; // C++20
788 inline constexpr chrono::weekday Saturday{6}; // C++20
[all …]
/netbsd-src/tests/usr.bin/sed/
H A Dt_sed.sh39 atf_check -s exit:0 -o inline:'foo\n' -e empty \
50 atf_check -o inline:"foo1bar1\n" \
53 atf_check -o inline:"foobar\n" \
80 atf_check -o inline:"D\n" \
82 atf_check -o inline:"A\n" \
85 atf_check -o inline:"C\n" \
88 atf_check -o inline:"D\nE\n" \
91 atf_check -o inline:"B\nB\nC\nD\n" \
93 atf_check -o inline:"B\nC\nC\nD\n" \
97 atf_check -o inline:"D\n" \
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dmember-fns.inl1 // Implementation of public inline member functions for RTL SSA -*- C++ -*-
20 // This file contains inline implementations of public member functions that
22 // some non-inline template definitions of public member functions.
25 // The file also contains the bare minimum of private and protected inline
29 inline void
35 inline void
41 inline array_slice<access_info *>
53 inline bool
59 inline bool
65 inline bb_info *
[all …]
H A Dinternals.inl1 // Implementation of private inline member functions for RTL SSA -*- C++ -*-
23 inline access_info::access_info (resource_info resource, access_kind kind)
47 inline use_info::use_info (insn_or_phi location, resource_info resource,
69 inline bool
80 inline void
102 inline void
110 inline void
117 inline void
126 inline void
134 inline void
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/i386/
H A Dregs.d.in29 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@;
46 inline int R_EBX = @EBX@;
48 inline int R_EDX = @EDX@;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dnumbers59 inline constexpr _Tp e_v
64 inline constexpr _Tp log2e_v
69 inline constexpr _Tp log10e_v
74 inline constexpr _Tp pi_v
79 inline constexpr _Tp inv_pi_v
84 inline constexpr _Tp inv_sqrtpi_v
89 inline constexpr _Tp ln2_v
94 inline constexpr _Tp ln10_v
99 inline constexpr _Tp sqrt2_v
104 inline constexpr _Tp sqrt3_v
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dnumbers59 inline constexpr _Tp e_v
64 inline constexpr _Tp log2e_v
69 inline constexpr _Tp log10e_v
74 inline constexpr _Tp pi_v
79 inline constexpr _Tp inv_pi_v
84 inline constexpr _Tp inv_sqrtpi_v
89 inline constexpr _Tp ln2_v
94 inline constexpr _Tp ln10_v
99 inline constexpr _Tp sqrt2_v
104 inline constexpr _Tp sqrt3_v
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcmath80 inline double
84 inline float
88 inline long double
93 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
100 inline float
104 inline long double
109 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
116 inline float
120 inline long double
125 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcmath80 inline double
84 inline float
88 inline long double
93 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
100 inline float
104 inline long double
109 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
116 inline float
120 inline long double
125 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dcmath308 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
318 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
327 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
336 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
345 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
354 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
363 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
372 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
381 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
390 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
[all …]
H A Dcomplex68 inline std::complex<_Tp>
77 inline __complex__ float
81 inline __complex__ double
85 inline __complex__ long double
90 inline std::complex<_Tp>
98 inline std::complex<_Tp>
104 inline std::complex<_Tp>
113 inline __complex__ float
117 inline __complex__ double
121 inline __complex__ long double
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dcmath308 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
318 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
327 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
336 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
345 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
354 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
363 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
372 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
381 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
390 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value,
[all …]
H A Dcomplex68 inline std::complex<_Tp>
77 inline __complex__ float
81 inline __complex__ double
85 inline __complex__ long double
90 inline std::complex<_Tp>
98 inline std::complex<_Tp>
104 inline std::complex<_Tp>
113 inline __complex__ float
117 inline __complex__ double
121 inline __complex__ long double
[all …]
/netbsd-src/external/bsd/ntp/dist/html/scripts/
H A Dmiscopt.txt2 <li class='inline'><a href='miscopt.html#broadcastdelay'>broadcastdelay - specify broadcast delay</…
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>\
6 <li class='inline'><a href='miscopt.html#includefile'>includefile - specify include file</a></li>\
7 <li class='inline'><a href='miscopt.html#interface'>interface - specify which local network address…
8 <li class='inline'><a href='miscopt.html#leapfile'>leapfile - specify leapseconds file</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>\
11 <li class='inline'><a href='miscopt.html#phone'>phone - specify modem phone numbers</a></li>\
[all …]
H A Dspecial.txt2 <li class='inline'><a href='warp.html'>How NTP Works</a></li>\
3 <li class='inline'><a href='prefer.html'>Mitigation Rules and the <tt>prefer</tt> Keyword</a></li>\
4 <li class='inline'><a href='autokey.html'>Autokey Public-Key Authentication</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>\
11 <li class='inline'><a href='prefer.html'>Mitigation Rules and the <tt>prefer</tt> Keyword</a></li>\
[all …]
H A Dexternal.txt2 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/book.html'>Computer Network Time Synch…
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…
5 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/exec.html'>Executive Summary: Computer…
6 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/leap.html'>The NTP Timescale and Leap …
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…
10 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/onwire.html'>Analysis and Simulation o…
11 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/proximity.html'>Time Synchroization fo…
[all …]
/netbsd-src/tests/usr.bin/col/
H A Dt_col.sh13 -o inline:"a\nb\n" \
19 -o inline:"a\nb\n" \
25 -o inline:"a\nb\n" \
31 -o inline:"a\nb\n" \
37 -o inline:"a\n\nb\n\n" \
52 -o inline:"a b\n" \
58 -o inline:"a b\n" \
64 -o inline:"a b\n" \
70 -o inline:" b\na\n" \
85 -o inline:"a f\naf\n" \
[all …]
/netbsd-src/tests/usr.bin/basename/
H A Dt_basename.sh35 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 …]
/netbsd-src/external/bsd/atf/dist/atf-sh/
H A Datf-check_test.sh156 ${Atf_Check} -e inline:"foo\n" -x "echo foo 1>&2" || \
159 ${Atf_Check} -o inline:"foo\n" -x echo foo || \
210 h_pass "true" -o inline:
211 h_pass "echo foo bar" -o inline:"foo bar\n"
212 h_pass "printf 'foo bar'" -o inline:"foo bar"
213 h_pass "printf '\t\n\t\n'" -o inline:"\t\n\t\n"
218 h_pass "printf '\a\b\f\n\r\t\v'" -o inline:"\a\b\f\n\r\t\v"
221 h_pass "printf '\a\b\e\f\n\r\t\v'" -o inline:"\a\b\e\f\n\r\t\v"
224 h_pass "printf '\011\022\033\012'" -o inline:"\011\022\033\012"
226 h_fail "echo foo bar" -o inline:"foo bar"
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dextern-inline.m41 dnl 'extern inline' a la ISO C99.
28 Suppress extern inline with HP-UX cc, as it appears to be broken; see
31 Suppress extern inline with Sun C in standards-conformance mode, as it
32 mishandles inline functions that call each other. E.g., for 'inline void f
33 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
34 'reference to static identifier "f" in extern inline function'.
38 Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
39 on configurations that mistakenly use 'static inline' to implement
41 if isdigit is mistakenly implemented via a static inline function,
42 a program containing an extern inline function that calls isdigit
[all …]

12345678910>>...68