| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | limits | 23 static constexpr bool is_specialized = false; 24 static constexpr T min() noexcept; 25 static constexpr T max() noexcept; 26 static constexpr T lowest() noexcept; 28 static constexpr int digits = 0; 29 static constexpr int digits10 = 0; 30 static constexpr int max_digits10 = 0; 31 static constexpr bool is_signed = false; 32 static constexpr bool is_integer = false; 33 static constexpr bool is_exact = false; [all …]
|
| H A D | ratio | 23 static constexpr intmax_t num; 24 static constexpr intmax_t den; 102 static const intmax_t value = __static_gcd<_Yp, _Xp % _Yp>::value; 108 static const intmax_t value = _Xp; 114 static const intmax_t value = 1; 122 static const intmax_t value = _Xp / __static_gcd<_Xp, _Yp>::value * _Yp; 128 static const intmax_t value = _Xp < 0 ? -_Xp : _Xp; 134 static const intmax_t value = _Xp == 0 ? 0 : (_Xp < 0 ? -1 : 1); 143 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 144 static const intmax_t max = -min; [all …]
|
| H A D | ios | 31 static constexpr fmtflags boolalpha; 32 static constexpr fmtflags dec; 33 static constexpr fmtflags fixed; 34 static constexpr fmtflags hex; 35 static constexpr fmtflags internal; 36 static constexpr fmtflags left; 37 static constexpr fmtflags oct; 38 static constexpr fmtflags right; 39 static constexpr fmtflags scientific; 40 static constexpr fmtflags showbase; [all …]
|
| H A D | __locale | 101 static const char* __setlocale(const char* __locale) { 133 static const category // values assigned here are for exposition only 172 static locale global(const locale&); 173 static const locale& classic(); 180 static locale& __global(); 209 static int32_t __next_id; 293 static locale::id id; 409 static const mask space = 1<<0; 410 static const mask print = 1<<1; 411 static const mask cntrl = 1<<2; [all …]
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pf17.ok | 1 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 static-port 3 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 static-port 5 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 static-port 7 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.4 static-port 9 match out on lo0 inet from 192.168.1.5 to 172.16.1.1 nat-to 10.0.0.5 static-port 11 match out on lo0 inet from 192.168.1.6 to 172.16.1.2 nat-to 10.0.0.6 static-port 13 match out on lo0 inet from 192.168.1.7 to 172.16.2.0/24 nat-to 10.0.0.7 static-port 15 match out on lo0 inet from 192.168.2.0/24 to any nat-to 10.0.5.0/24 static-port 17 match out on lo0 inet from 192.168.2.0/28 to any nat-to 10.0.4.0/28 static-port 19 match out on lo0 inet from 192.168.2.0/30 to 192.168.3.1 nat-to 10.0.3.0/30 static-port [all …]
|
| H A D | pf17.optimized | 1 @0 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 static-port 9 @2 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 static-port 17 @4 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 static-port 25 @6 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.4 static-port 33 @8 match out on lo0 inet from 192.168.1.5 to 172.16.1.1 nat-to 10.0.0.5 static-port 41 @10 match out on lo0 inet from 192.168.1.6 to 172.16.1.2 nat-to 10.0.0.6 static-port 49 @12 match out on lo0 inet from 192.168.1.7 to 172.16.2.0/24 nat-to 10.0.0.7 static-port 57 @14 match out on lo0 inet from 192.168.2.0/24 to any nat-to 10.0.5.0/24 static-port 65 @16 match out on lo0 inet from 192.168.2.0/28 to any nat-to 10.0.4.0/28 static-port 73 @18 match out on lo0 inet from 192.168.2.0/30 to 192.168.3.1 nat-to 10.0.3.0/30 static-port [all …]
|
| H A D | pf17.loaded | 1 @0 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 static-port 9 @2 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 static-port 17 @4 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 static-port 25 @6 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.4 static-port 33 @8 match out on lo0 inet from 192.168.1.5 to 172.16.1.1 nat-to 10.0.0.5 static-port 41 @10 match out on lo0 inet from 192.168.1.6 to 172.16.1.2 nat-to 10.0.0.6 static-port 49 @12 match out on lo0 inet from 192.168.1.7 to 172.16.2.0/24 nat-to 10.0.0.7 static-port 57 @14 match out on lo0 inet from 192.168.2.0/24 to any nat-to 10.0.5.0/24 static-port 65 @16 match out on lo0 inet from 192.168.2.0/28 to any nat-to 10.0.4.0/28 static-port 73 @18 match out on lo0 inet from 192.168.2.0/30 to 192.168.3.1 nat-to 10.0.3.0/30 static-port [all …]
|
| /openbsd-src/regress/sbin/ipsecctl/ |
| H A D | safail3.ok | 1 stdin: 4: aesctr is disallowed with static keys 2 stdin: 8: aes-128-ctr is disallowed with static keys 3 stdin: 12: aes-192-ctr is disallowed with static keys 4 stdin: 16: aes-256-ctr is disallowed with static keys 5 stdin: 19: aes-128-gcm is disallowed with static keys 6 stdin: 22: aes-192-gcm is disallowed with static keys 7 stdin: 25: aes-256-gcm is disallowed with static keys 8 stdin: 28: aes-128-gmac is disallowed with static keys 9 stdin: 31: aes-192-gmac is disallowed with static keys 10 stdin: 34: aes-256-gmac is disallowed with static keys
|
| /openbsd-src/regress/usr.bin/pkg-config/ |
| H A D | Makefile | 51 static-cflags1 \ 52 static-cflags2 \ 53 static-libs1 \ 54 static-libs2 \ 55 static-libs3 \ 56 static-libs4 \ 57 static-order \ 112 private-static-libs-1 347 @! ${VPCONFIG} --libs --static requires-test2 404 static-cflags1: [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepDecoders.inc | 17 static DecodeStatus s6_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 22 static DecodeStatus s31_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 27 static DecodeStatus s30_2ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 32 static DecodeStatus s29_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 37 static DecodeStatus s3_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 42 static DecodeStatus s4_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 47 static DecodeStatus s4_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 52 static DecodeStatus s4_2ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 57 static DecodeStatus s4_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 62 static DecodeStatus s6_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | lnk960.em | 44 static lib_list_type *hll_list; 45 static lib_list_type **hll_list_tail = &hll_list; 47 static lib_list_type *syslib_list; 48 static lib_list_type **syslib_list_tail = &syslib_list; 51 static void 63 static bfd_boolean had_hll = FALSE; 64 static bfd_boolean had_hll_name = FALSE; 66 static void 77 static void 86 static void [all …]
|
| H A D | ppc64elf.em | 32 static lang_input_statement_type *stub_file; 33 static int stub_added = 0; 36 static int need_laying_out = 0; 41 static bfd_signed_vma group_size = 1; 44 static int dotsyms = 1; 47 static int notlsopt = 0; 50 static int emit_stub_syms = 0; 52 static asection *toc_section = 0; 58 static void 87 static void [all …]
|
| H A D | xtensaelf.em | 29 static void xtensa_wild_group_interleave (lang_statement_union_type *); 30 static void xtensa_colocate_output_literals (lang_statement_union_type *); 34 static bfd_boolean disable_relaxation = FALSE; 37 static bfd_vma xtensa_page_power = 12; /* 4K pages. */ 41 static bfd_boolean xtensa_use_literal_pages = FALSE; 46 static char * 57 static bfd_boolean 68 static void 80 static void 169 static void xtensa_layout_wild [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | m32c.opc | 59 static unsigned int 86 static int 91 static char * m32c_register_names [] = 136 static const char * 152 static const char * 199 static const char * 224 static const char * 249 static const char * 290 static const char * 350 static const char * [all …]
|
| H A D | xc16x.opc | 55 static const char * 71 static const char * 87 static const char * 103 static const char * 119 static const char * 135 static const char * 166 static void 178 static void 190 static void 205 static void [all …]
|
| H A D | xc16x.cpu | 55 static const char * 71 static const char * 87 static const char * 103 static const char * 119 static const char * 135 static const char * 166 static void 178 static void 190 static void 205 static void [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | lnk960.em | 44 static lib_list_type *hll_list; 45 static lib_list_type **hll_list_tail = &hll_list; 47 static lib_list_type *syslib_list; 48 static lib_list_type **syslib_list_tail = &syslib_list; 51 static void 63 static bfd_boolean had_hll = FALSE; 64 static bfd_boolean had_hll_name = FALSE; 66 static void 77 static void 84 static void [all …]
|
| H A D | ppc64elf.em | 32 static lang_input_statement_type *stub_file; 33 static int stub_added = 0; 36 static int need_laying_out = 0; 41 static bfd_signed_vma group_size = 1; 44 static int dotsyms = 1; 47 static int no_tls_opt = 0; 50 static int no_opd_opt = 0; 53 static int no_toc_opt = 0; 56 static int no_multi_toc = 0; 59 static int emit_stub_syms = 0; [all …]
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | MKcaptab.sh | 86 static void 92 static const struct name_table_entry * 119 static const struct alias * 169 static HashValue 186 static HashValue 201 static int 207 static int 213 static const HashData hash_data[2] =
|
| H A D | MKuserdefs.sh | 61 static void 67 static const struct user_table_entry * 103 static HashValue 118 static int 124 static const HashData hash_data[] = {
|
| /openbsd-src/regress/lib/libpthread/ |
| H A D | Makefile | 37 rm -f /tmp/thread-{shared,static,debug} 41 REGRESS_LOG=/tmp/thread-static make) 51 @(static=$$(grep FAIL /tmp/thread-static) || true; \ 52 if [ "$$static" ]; then \ 53 echo "** STATIC lib failures:"; echo "$$static"; echo; \
|
| /openbsd-src/gnu/llvm/libcxx/cmake/Modules/ |
| H A D | HandleLibCXXABI.cmake | 8 # - libcxx-abi-static: A target representing the selected static ABI library. 14 # - libcxx-abi-static-objects: An object library representing a set of object files 16 # into a static library. 66 # This function creates an imported static library named <target>. 94 import_static_library(libcxx-abi-static "${LIBCXX_CXX_ABI_LIBRARY_PATH}" stdc++) 95 target_link_libraries(libcxx-abi-static INTERFACE libcxx-abi-headers) 107 import_static_library(libcxx-abi-static "${LIBCXX_CXX_ABI_LIBRARY_PATH}" supc++) 108 target_link_libraries(libcxx-abi-static INTERFACE libcxx-abi-headers) 121 add_library(libcxx-abi-static ALIAS cxxabi_static) 129 add_library(libcxx-abi-static-objects ALIAS cxxabi_static_objects) [all …]
|
| /openbsd-src/regress/usr.bin/pkg-config/pcdir/ |
| H A D | static-order1.pc | 5 Name: static-order1 6 Description: static order test lib1 8 Requires.private: static-order2 static-order3
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | perly.tab | 288 static const yytype_uint8 yytranslate[] = 333 static const yytype_int16 yyrline[] = 378 static const char *yysymbol_name (yysymbol_kind_t yysymbol) YY_ATTRIBUTE_UNUSED; 382 static const char *const yytname[] = 431 static const char * 441 static const yytype_int16 yytoknum[] = 472 static const yytype_int16 yypact[] = 546 static const yytype_int16 yydefact[] = 618 static const yytype_int16 yypgoto[] = 635 static cons [all...] |
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | FindExt.pm | 34 my %static; 41 %static = (); 48 $static{$_} = 1; 62 $static{$1} = 1; 126 $ext{$this_ext} = $static{$this_ext} ? 'static' : 'dynamic';
|