| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 36 -T ACCESS_DESCRIPTION 37 -T ADDED_OBJ 38 -T AES_KEY 39 -T ARGS 40 -T ASIdOrRange 41 -T ASIdOrRanges 42 -T ASIdentifierChoice 43 -T ASIdentifiers 44 -T ASN1_ADB 45 -T ASN1_ADB_TABLE [all …]
|
| /freebsd/contrib/ofed/libibverbs/examples/ |
| H A D | devinfo.c | 179 …printf("\t\t\tGID[%3d]:\t\t%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x:%02x%02x… in print_all_port_gids() 234 printf("\t\t\t\t\tRESIZE_MAX_WR\n"); in print_device_cap_flags() 236 printf("\t\t\t\t\tBAD_PKEY_CNTR\n"); in print_device_cap_flags() 238 printf("\t\t\t\t\tBAD_QKEY_CNTR\n"); in print_device_cap_flags() 240 printf("\t\t\t\t\tRAW_MULTI\n"); in print_device_cap_flags() 242 printf("\t\t\t\t\tAUTO_PATH_MIG\n"); in print_device_cap_flags() 244 printf("\t\t\t\t\tCHANGE_PHY_PORT\n"); in print_device_cap_flags() 246 printf("\t\t\t\t\tUD_AV_PORT_ENFORCE\n"); in print_device_cap_flags() 248 printf("\t\t\t\t\tCURR_QP_STATE_MOD\n"); in print_device_cap_flags() 250 printf("\t\t\t\t\tSHUTDOWN_PORT\n"); in print_device_cap_flags() [all …]
|
| /freebsd/sys/teken/ |
| H A D | teken_subr.h | 36 teken_tab_isset(const teken_t *t, unsigned int col) in teken_tab_isset() argument 46 return (t->t_tabstops[b] & (1U << o)); in teken_tab_isset() 50 teken_tab_clear(teken_t *t, unsigned int col) in teken_tab_clear() argument 60 t->t_tabstops[b] &= ~(1U << o); in teken_tab_clear() 64 teken_tab_set(teken_t *t, unsigned int col) in teken_tab_set() argument 74 t->t_tabstops[b] |= 1U << o; in teken_tab_set() 78 teken_tab_default(teken_t *t) in teken_tab_default() argument 82 memset(t->t_tabstops, 0, T_NUMCOL / 8); in teken_tab_default() 85 teken_tab_set(t, i); in teken_tab_default() 89 teken_subr_do_scroll(const teken_t *t, int amount) in teken_subr_do_scroll() argument [all …]
|
| /freebsd/bin/test/tests/ |
| H A D | legacy_test.sh | 35 t () function 56 t 0 'b = b' 57 t 0 'b == b' 58 t 1 'b != b' 59 t 0 '\( b = b \)' 60 t 0 '\( b == b \)' 61 t 1 '! \( b = b \)' 62 t 1 '! \( b == b \)' 63 t 1 '! -f /etc/passwd' 65 t 0 '-h = -h' [all …]
|
| /freebsd/usr.sbin/ppp/ |
| H A D | throughput.c | 46 throughput_init(struct pppThroughput *t, int period) in throughput_init() argument 48 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_init() 49 t->SamplePeriod = period; in throughput_init() 50 t->in.SampleOctets = (long long *) in throughput_init() 51 calloc(period, sizeof *t->in.SampleOctets); in throughput_init() 52 t->in.OctetsPerSecond = 0; in throughput_init() 53 t->out.SampleOctets = (long long *) in throughput_init() 54 calloc(period, sizeof *t->out.SampleOctets); in throughput_init() 55 t->out.OctetsPerSecond = 0; in throughput_init() 56 t->BestOctetsPerSecond = 0; in throughput_init() [all …]
|
| /freebsd/contrib/expat/doc/ |
| H A D | xmlwf.1 | 56 \*(T<<?xml version="1.0" standalone="yes"?>\*(T>. 82 external entities (see the \*(T<\fB\-x\fR\*(T> option). 85 separately ("\*(T<\fB\-d\fR\*(T> \fIoutput\fR") or concatenated with the 86 option ("\*(T<\fB\-d\fR\*(T>\fIoutput\fR"). \fBxmlwf\fR 89 \*(T<\fB\-a\fR\*(T> \fIfactor\fR 125 \*(T<\fB\-b\fR\*(T> \fIbytes\fR 137 \*(T<\fB\-c\fR\*(T> 139 doesn't encounter any errors, the input file is simply copied to 141 This implies no namespaces (turns off \*(T<\fB\-n\fR\*(T>) and 142 requires \*(T<\fB\-d\fR\*(T> to specify an output directory. [all …]
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_helper.c | 849 "\t\t\t\tport number..............%u\n" in osm_dump_port_info_to_buf() 850 "\t\t\t\tnode_guid................0x%016" PRIx64 "\n" in osm_dump_port_info_to_buf() 851 "\t\t\t\tport_guid................0x%016" PRIx64 "\n" in osm_dump_port_info_to_buf() 852 "\t\t\t\tm_key....................0x%016" PRIx64 "\n" in osm_dump_port_info_to_buf() 853 "\t\t\t\tsubnet_prefix............0x%016" PRIx64 "\n" in osm_dump_port_info_to_buf() 854 "\t\t\t\tbase_lid.................%u\n" in osm_dump_port_info_to_buf() 855 "\t\t\t\tmaster_sm_base_lid.......%u\n" in osm_dump_port_info_to_buf() 856 "\t\t\t\tcapability_mask..........0x%X\n" in osm_dump_port_info_to_buf() 857 "\t\t\t\tdiag_code................0x%X\n" in osm_dump_port_info_to_buf() 858 "\t\t\t\tm_key_lease_period.......0x%X\n" in osm_dump_port_info_to_buf() [all …]
|
| H A D | osm_torus.c | 114 * links, the port value is -1, as those links aren't 371 void teardown_torus(struct torus *t) in teardown_torus() argument 377 if (!t) in teardown_torus() 380 if (t->sw_pool) { in teardown_torus() 385 for (s = 0; s < t->switch_cnt; s++) { in teardown_torus() 386 sw = t->sw_pool[s]; in teardown_torus() 397 free(t->sw_pool); in teardown_torus() 399 if (t->link_pool) in teardown_torus() 400 free(t->link_pool); in teardown_torus() 402 if (t->sw) in teardown_torus() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | type_traits | 20 template <class T, T v> struct integral_constant; 30 template <bool, class T = void> struct enable_if; 31 template <bool, class T, class F> struct conditional; 34 template <class T> struct is_void; 35 template <class T> struct is_null_pointer; // C++14 36 template <class T> struct is_integral; 37 template <class T> struct is_floating_point; 38 template <class T> struct is_array; 39 template <class T> struct is_pointer; 40 template <class T> struct is_lvalue_reference; [all …]
|
| H A D | atomic | 45 template <class T> T kill_dependency(T y) noexcept; 61 template <class T> 64 using value_type = T; 71 constexpr atomic() noexcept(is_nothrow_default_constructible_v<T>); // since C++20 72 constexpr atomic(T desr) noexcept; 77 T load(memory_order m = memory_order_seq_cst) const volatile noexcept; 78 T load(memory_order m = memory_order_seq_cst) const noexcept; 79 operator T() const volatile noexcept; 80 operator T() const noexcept; 81 void store(T desr, memory_order m = memory_order_seq_cst) volatile noexcept; [all …]
|
| H A D | functional | 34 template <class T> 41 typedef T type; 47 constexpr reference_wrapper(const reference_wrapper<T>& x) noexcept; // constexpr since C++20 51 operator=(const reference_wrapper<T>& x) noexcept; // constexpr since C++20 54 constexpr operator T& () const noexcept; // constexpr since C++20 55 constexpr T& get() const noexcept; // constexpr since C++20 59 constexpr typename result_of<T&(ArgTypes&&...)>::type // constexpr since C++20 61 noexcept(is_nothrow_invocable_v<T&, ArgTypes...>); // noexcept since C++17 64 template <class T> 65 reference_wrapper(T&) -> reference_wrapper<T>; [all …]
|
| H A D | memory | 24 template <class T, class Alloc> struct uses_allocator; 38 template <class T> 39 struct pointer_traits<T*> 41 typedef T* pointer; 42 typedef T element_type; 50 template <class T> constexpr T* to_address(T* p) noexcept; // C++20 85 template <class T> using rebind_alloc = Alloc::rebind<T>::other | Alloc<T, Args...>; 86 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; 96 template <class T, class... Args> 97 static void construct(allocator_type& a, T* p, Args&&... args); // constexpr in C++20 [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 20 template <class T, T v> struct integral_constant; 28 template <bool, class T = void> struct enable_if; 29 template <bool, class T, class F> struct conditional; 32 template <class T> struct is_void; 33 template <class T> struct is_null_pointer; // since C++14 34 template <class T> struct is_integral; 35 template <class T> struct is_floating_point; 36 template <class T> struct is_array; 37 template <class T> struct is_pointer; 38 template <class T> struct is_lvalue_reference; [all …]
|
| H A D | atomic | 45 template <class T> T kill_dependency(T y) noexcept; 61 template <class T> 64 using value_type = T; 71 constexpr atomic() noexcept(is_nothrow_default_constructible_v<T>); // since C++20 72 constexpr atomic(T desr) noexcept; 77 T load(memory_order m = memory_order_seq_cst) const volatile noexcept; 78 T load(memory_order m = memory_order_seq_cst) const noexcept; 79 operator T() const volatile noexcept; 80 operator T() const noexcept; 81 void store(T desr, memory_order m = memory_order_seq_cst) volatile noexcept; [all …]
|
| H A D | memory | 24 template <class T, class Alloc> struct uses_allocator; 38 template <class T> 39 struct pointer_traits<T*> 41 typedef T* pointer; 42 typedef T element_type; 50 template <class T> constexpr T* to_address(T* p) noexcept; // C++20 85 template <class T> using rebind_alloc = Alloc::rebind<T>::other | Alloc<T, Args...>; 86 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; 96 template <class T, class... Args> 97 static void construct(allocator_type& a, T* p, Args&&... args); // constexpr in C++20 [all …]
|
| H A D | functional | 34 template <class T> 41 typedef T type; 47 constexpr reference_wrapper(const reference_wrapper<T>& x) noexcept; // constexpr since C++20 51 operator=(const reference_wrapper<T>& x) noexcept; // constexpr since C++20 54 constexpr operator T& () const noexcept; // constexpr since C++20 55 constexpr T& get() const noexcept; // constexpr since C++20 59 constexpr typename result_of<T&(ArgTypes&&...)>::type // constexpr since C++20 61 noexcept(is_nothrow_invocable_v<T&, ArgTypes...>); // noexcept since C++17 64 template <class T> 65 reference_wrapper(T&) -> reference_wrapper<T>; [all …]
|
| /freebsd/contrib/pkgconf/ |
| H A D | Makefile.am | 26 t/cli/about.test \ 27 t/cli/atleast-pkgconfig-version-fail.test \ 28 t/cli/atleast-pkgconfig-version-pass.test \ 29 t/cli/atleast-version-fail.test \ 30 t/cli/atleast-version-inline-constraint.test \ 31 t/cli/atleast-version-inline-overrides.test \ 32 t/cli/atleast-version-pass.test \ 33 t/cli/cflags-libs.test \ 34 t/cli/debug.test \ 35 t/cli/define-variable.test \ [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
| H A D | fe.h | 28 uint128_t t[5]; in fe25519_reduce() local 30 t[0] = f[0]; in fe25519_reduce() 31 t[1] = f[1]; in fe25519_reduce() 32 t[2] = f[2]; in fe25519_reduce() 33 t[3] = f[3]; in fe25519_reduce() 34 t[4] = f[4]; in fe25519_reduce() 36 t[1] += t[0] >> 51; in fe25519_reduce() 37 t[0] &= mask; in fe25519_reduce() 38 t[2] += t[1] >> 51; in fe25519_reduce() 39 t[1] &= mask; in fe25519_reduce() [all …]
|
| /freebsd/contrib/libfido2/tools/ |
| H A D | test.sh | 121 get_assert no.tld "-u -t up=false" u2f-cred /dev/null /dev/null && exit 1 129 get_assert no.tld "-t pin=true" wrap-cred /dev/null wrap-assert 132 get_assert no.tld "-t pin=false" wrap-cred /dev/null wrap-assert 134 get_assert no.tld "-t up=true" wrap-cred /dev/null wrap-assert 136 get_assert no.tld "-t up=true -t pin=true" wrap-cred /dev/null wrap-assert 141 get_assert no.tld "-t up=true -t pin=false" wrap-cred /dev/null wrap-assert 144 get_assert no.tld "-t up=false" wrap-cred /dev/null wrap-assert 147 get_assert no.tld "-t up=false -t pin=true" wrap-cred /dev/null wrap-assert 151 get_assert no.tld "-t up=false -t pin=false" wrap-cred /dev/null wrap-assert 156 get_assert no.tld "-h -t pin=true" wrap-cred hmac-salt wrap-assert [all …]
|
| /freebsd/crypto/libecc/src/examples/sig/rsa/ |
| H A D | rsa_tests.h | 60 const rsa_test *t = tests[i]; in perform_rsa_tests() local 61 u32 modbits = t->modbits; in perform_rsa_tests() 67 ret = rsa_import_pub_key(&pub, t->n, (u16)t->nlen, t->e, (u16)t->elen); EG(ret, err1); in perform_rsa_tests() 68 if(t->dP == NULL){ in perform_rsa_tests() 75 …ret = rsa_import_simple_priv_key(&priv, t->n, (u16)t->nlen, t->d, (u16)t->dlen, NULL, 0, NULL, 0);… in perform_rsa_tests() 77 …ret = rsa_import_simple_priv_key(&priv_pq, t->n, (u16)t->nlen, t->d, (u16)t->dlen, t_->p, (u16)t_-… in perform_rsa_tests() 81 …import_crt_priv_key(&priv, t->p, (u16)t->plen, t->q, (u16)t->qlen, t->dP, (u16)t->dPlen, t->dQ, (u… in perform_rsa_tests() 88 switch(t->type){ in perform_rsa_tests() 92 if(t->salt != NULL){ in perform_rsa_tests() 94 …ret = rsaes_pkcs1_v1_5_encrypt(&pub, t->m, t->mlen, cipher, &clen, modbits, t->salt, t->saltlen); … in perform_rsa_tests() [all …]
|
| /freebsd/contrib/arm-optimized-routines/string/arm/ |
| H A D | strcpy.c | 29 "pld [r1, #0]\n\t" in __strcpy_arm() 30 "eor r2, r0, r1\n\t" in __strcpy_arm() 31 "mov ip, r0\n\t" in __strcpy_arm() 32 "tst r2, #3\n\t" in __strcpy_arm() 33 "bne 4f\n\t" in __strcpy_arm() 34 "tst r1, #3\n\t" in __strcpy_arm() 36 "5:\n\t" in __strcpy_arm() 38 "str r5, [sp, #-4]!\n\t" in __strcpy_arm() 39 "mov r5, #0x01\n\t" in __strcpy_arm() 40 "orr r5, r5, r5, lsl #8\n\t" in __strcpy_arm() [all …]
|
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
| H A D | MANIFEST | 13 t/author-pod-syntax.t 14 t/author-signature.t 15 t/basic.t 16 t/broken.t 17 t/delimiters.t 18 t/error.t 19 t/exported.t 20 t/hash.t 21 t/inline-comment.t 22 t/nested-tags.t [all …]
|
| /freebsd/contrib/nvi/common/ |
| H A D | encoding.c | 16 #define T 1 /* character appears in plain ASCII text */ macro 22 F, F, F, F, F, F, F, T, T, T, T, F, T, T, F, F, /* 0x0X */ 24 F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */ 25 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x2X */ 26 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x3X */ 27 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x4X */ 28 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x5X */ 29 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x6X */ 30 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */ 32 X, X, X, X, X, T, X, X, X, X, X, X, X, X, X, X, /* 0x8X */ [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_disk_posix.c | 58 * As the include guards don't agree, the order of include is important. 264 tree_dir_next_posix(struct tree *t); 295 * directory couldn't be opened, for instance). This is returned 297 * fatal error, but it does imply that the relevant subtree won't be 624 struct tree *t = a->tree; in setup_suitable_read_buffer() local 625 struct filesystem *cf = t->current_filesystem; in setup_suitable_read_buffer() 630 /* If we couldn't get a filesystem alignment, in setup_suitable_read_buffer() 631 * we use 4096 as default value but we won't use in setup_suitable_read_buffer() 660 "Couldn't allocate memory"); in setup_suitable_read_buffer() 688 struct tree *t = a->tree; in _archive_read_data_block() local [all …]
|
| /freebsd/bin/date/ |
| H A D | vary.c | 59 domktime(struct tm *t, char type) in domktime() argument 63 while ((ret = mktime(t)) == -1 && t->tm_year > 68 && t->tm_year < 138) in domktime() 65 adjhour(t, type == '-' ? type : '+', 1, 0); in domktime() 71 trans(const struct trans t[], const char *arg) in trans() argument 75 for (f = 0; t[f].val != -1; f++) in trans() 76 if (!strncasecmp(t[f].str, arg, 3) || in trans() 77 !strncasecmp(t[f].str, arg, strlen(t[f].str))) in trans() 78 return t[f].val; in trans() 106 daysinmonth(const struct tm *t) in daysinmonth() argument 110 year = t->tm_year + 1900; in daysinmonth() [all …]
|