| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ecoffswap.h | 100 struct hdr_ext ext[1]; in ecoff_swap_hdr_in() local 183 struct fdr_ext ext[1]; in ecoff_swap_fdr_in() local 290 ext->f_bits2[1] = 0; in ecoff_swap_fdr_out() 291 ext->f_bits2[2] = 0; in ecoff_swap_fdr_out() 302 ext->f_bits2[1] = 0; in ecoff_swap_fdr_out() 303 ext->f_bits2[2] = 0; in ecoff_swap_fdr_out() 320 struct pdr_ext ext[1]; in ecoff_swap_pdr_in() local 442 struct sym_ext ext[1]; in ecoff_swap_sym_in() local 546 struct ext_ext ext[1]; in ecoff_swap_ext_in() local 665 struct opt_ext ext[1]; in ecoff_swap_opt_in() local [all …]
|
| H A D | coffswap.h | 32 #define GET_FCN_LNNOPTR(abfd, ext) \ argument 37 #define GET_FCN_ENDNDX(abfd, ext) \ argument 50 #define GET_LNSZ_LNNO(abfd, ext) \ argument 54 #define GET_LNSZ_SIZE(abfd, ext) \ argument 91 H_GET_16 (abfd, ext->l_lnno); 308 SYMENT *ext = (SYMENT *) ext1; in coff_swap_sym_in() local 311 if (ext->e.e_name[0] == 0) in coff_swap_sym_in() 327 if (sizeof (ext->e_type) == 2) in coff_swap_sym_in() 342 SYMENT *ext =(SYMENT *) extp; in coff_swap_sym_out() local 365 if (sizeof (ext->e_type) == 2) in coff_swap_sym_out() [all …]
|
| H A D | libpei.h | 57 #define GET_FCN_LNNOPTR(abfd, ext) \ argument 62 #define GET_FCN_ENDNDX(abfd, ext) \ argument 75 #define GET_LNSZ_LNNO(abfd, ext) \ argument 79 #define GET_LNSZ_SIZE(abfd, ext) \ argument 83 #define PUT_LNSZ_LNNO(abfd, in, ext) \ argument 91 #define GET_SCN_SCNLEN(abfd, ext) \ argument 95 #define GET_SCN_NRELOC(abfd, ext) \ argument 99 #define GET_SCN_NLINNO(abfd, ext) \ argument 115 #define GET_LINENO_LNNO(abfd, ext) \ argument 116 H_GET_16 (abfd, ext->l_lnno); [all …]
|
| /freebsd-12.1/sys/nlm/ |
| H A D | nlm_prot_clnt.c | 23 return (CLNT_CALL_EXT(clnt, ext, NLM_SM_NOTIFY, in nlm_sm_notify_0() 32 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST, in nlm_test_1() 41 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK, in nlm_lock_1() 50 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL, in nlm_cancel_1() 59 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK, in nlm_unlock_1() 68 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED, in nlm_granted_1() 77 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_MSG, in nlm_test_msg_1() 86 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_MSG, in nlm_lock_msg_1() 167 return (CLNT_CALL_EXT(clnt, ext, NLM_SHARE, in nlm_share_3() 203 return (CLNT_CALL_EXT(clnt, ext, NLM4_TEST, in nlm4_test_4() [all …]
|
| /freebsd-12.1/usr.sbin/newsyslog/tests/ |
| H A D | legacy_test.sh | 214 ext="$1" 222 name_postfix="${ext}" 230 cknt ${dir}${LOGFNAME}.0${ext} 236 ckfe ${dir}${LOGFNAME}.0${ext} 237 cknt ${dir}${LOGFNAME}.1${ext} 290 ext="$2" 298 name_postfix="${ext}" 357 ext="$1" 365 name_postfix="${ext}" 416 ext="$1" [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hdb/ |
| H A D | ext.c | 213 if (ext) in hdb_entry_get_pkinit_acl() 227 if (ext) in hdb_entry_get_pkinit_hash() 241 if (ext) in hdb_entry_get_pkinit_cert() 255 if (ext) in hdb_entry_get_pw_change_time() 268 HDB_extension ext; in hdb_entry_set_pw_change_time() local 270 ext.mandatory = FALSE; in hdb_entry_set_pw_change_time() 283 HDB_extension *ext; in hdb_entry_get_password() local 288 if (ext) { in hdb_entry_get_password() 348 HDB_extension ext; in hdb_entry_set_password() local 414 if (ext) in hdb_entry_get_ConstrainedDelegACL() [all …]
|
| /freebsd-12.1/crypto/heimdal/kadmin/ |
| H A D | mod.c | 63 HDB_extension ext; in add_constrained_delegation() local 67 memset(&ext, 0, sizeof(ext)); in add_constrained_delegation() 68 ext.mandatory = FALSE; in add_constrained_delegation() 95 &ext, &size, ret); in add_constrained_delegation() 110 HDB_extension ext; in add_aliases() local 116 memset(&ext, 0, sizeof(ext)); in add_aliases() 117 ext.mandatory = FALSE; in add_aliases() 138 &ext, &size, ret); in add_aliases() 153 HDB_extension ext; in add_pkinit_acl() local 158 memset(&ext, 0, sizeof(ext)); in add_pkinit_acl() [all …]
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | activemap.c | 302 int ext; in activemap_write_start() local 310 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_write_start() 338 int ext; in activemap_write_complete() local 346 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_write_complete() 451 int ext; in activemap_copyin() local 475 for (; ext < amp->am_nextents; ext++) { in activemap_copyin() 477 amp->am_memtab[ext] = ext2reqs(amp, ext); in activemap_copyin() 505 for (; ext < amp->am_nextents; ext++) { in activemap_merge() 517 amp->am_memtab[ext] = ext2reqs(amp, ext); in activemap_merge() 668 for (ext = off2ext(amp, offset); ext <= off2ext(amp, end); ext++) { in activemap_need_sync() [all …]
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2006 | 13 * docs/html/ext/howto.html: Likewise. 322 * include/ext/slist: Same. 1486 * include/ext/pb_ds/detail/ 1691 * include/ext/pb_ds/detail/type_utils.hpp: Use ext include, 2055 * include/ext/rope: Same. 2479 * src/ext-inst.cc: Same. 2501 * src/ext-inst.cc: Same. 2562 * src/ext-inst.cc: Same. 3016 * include/ext/pb_ds: Add. 3051 * include/ext/pb_ds: New. [all …]
|
| H A D | ChangeLog-2005 | 430 * include/ext/rb_tree: Same. 431 * include/ext/numeric: Same. 443 * include/ext/slist: Same. 453 * include/ext/memory: Same. 454 * include/ext/rope: Same. 500 * src/ext-inst.cc: Same. 905 * include/ext/sso_string.h 2048 * docs/html/ext/pb_assoc/ 2050 * docs/html/ext/pb_assoc/ 2057 * docs/html/ext/pb_assoc/ [all …]
|
| /freebsd-12.1/sys/netipsec/ |
| H A D | key_debug.c | 191 ext->sadb_ext_len, ext->sadb_ext_type, in kdebug_sadb() 264 ext = (struct sadb_ext *)((caddr_t)ext + extlen); in kdebug_sadb() 278 if (ext == NULL) in kdebug_sadb_prop() 326 if (ext == NULL) in kdebug_sadb_identity() 369 if (ext == NULL) in kdebug_sadb_supported() 393 if (ext == NULL) in kdebug_sadb_lifetime() 412 if (ext == NULL) in kdebug_sadb_sa() 430 if (ext == NULL) in kdebug_sadb_address() 447 if (ext == NULL) in kdebug_sadb_key() 475 if (ext == NULL) in kdebug_sadb_x_sa2() [all …]
|
| /freebsd-12.1/crypto/openssl/ssl/statem/ |
| H A D | extensions_clnt.c | 40 if (s->ext.hostname == NULL) in tls_construct_ctos_server_name() 336 if (s->ext.ocsp.exts) { in tls_construct_ctos_status_request() 399 || !WPACKET_sub_memcpy_u16(pkt, s->ext.alpn, s->ext.alpn_len) in tls_construct_ctos_alpn() 838 && strcmp(s->ext.hostname, edsess->ext.hostname) != 0)) { in tls_construct_ctos_early_data() 846 if ((s->ext.alpn == NULL && edsess->ext.alpn_selected != NULL)) { in tls_construct_ctos_early_data() 860 if (!PACKET_buf_init(&prots, s->ext.alpn, s->ext.alpn_len)) { in tls_construct_ctos_early_data() 893 s->ext.early_data_ok = 1; in tls_construct_ctos_early_data() 996 s->ext.tick_identity = 0; in tls_construct_ctos_psk() 1343 s->session->ext.hostname = OPENSSL_strdup(s->ext.hostname); in tls_parse_stoc_server_name() 1490 s->ext.scts = NULL; in tls_parse_stoc_sct() [all …]
|
| H A D | extensions.c | 643 if (s->ext.debug_cb) in tls_collect_extensions() 918 s->ext.hostname = NULL; in init_server_name() 956 s->session->ext.hostname = OPENSSL_strdup(s->ext.hostname); in final_server_name() 957 if (s->session->ext.hostname == NULL && s->ext.hostname != NULL) { in final_server_name() 982 s->ext.ticket_expected = 0; in final_server_name() 988 ss->ext.tick = NULL; in final_server_name() 989 ss->ext.ticklen = 0; in final_server_name() 1068 s->ext.ticket_expected = 0; in init_session_ticket() 1084 s->ext.ocsp.resp = NULL; in init_status_request() 1085 s->ext.ocsp.resp_len = 0; in init_status_request() [all …]
|
| H A D | extensions_srvr.c | 150 s->ext.hostname = NULL; in tls_parse_ctos_server_name() 373 s->ext.ocsp.ids = NULL; in tls_parse_ctos_status_request() 427 s->ext.ocsp.exts = in tls_parse_ctos_status_request() 571 s->ext.use_etm = 1; in tls_parse_ctos_etm() 943 s->ext.cookieok = 1; in tls_parse_ctos_cookie() 1021 s->ext.ticket_expected = 1; in tls_get_stateful_ticket() 1057 if ((s->ext.psk_kex_mode in tls_parse_ctos_psk() 1160 ext = 1; in tls_parse_ctos_psk() 1277 s->ext.tick_identity = id; in tls_parse_ctos_psk() 1605 if (!s->ext.use_etm) in tls_construct_stoc_etm() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_lib.c | 25 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) in X509V3_EXT_add() argument 88 const X509V3_EXT_METHOD *ext; in X509V3_EXT_add_alias() local 99 *tmpext = *ext; in X509V3_EXT_add_alias() 113 if (ext->ext_flags & X509V3_EXT_DYNAMIC) in ext_list_free() 114 OPENSSL_free(ext); in ext_list_free() 129 void *X509V3_EXT_d2i(X509_EXTENSION *ext) in X509V3_EXT_d2i() argument 138 extvalue = X509_EXTENSION_get_data(ext); in X509V3_EXT_d2i() 222 X509_EXTENSION *ext = NULL, *extmp; in X509V3_add1_i2d() local 267 if (!ext) { in X509V3_add1_i2d() 286 if (!sk_X509_EXTENSION_push(ret, ext)) in X509V3_add1_i2d() [all …]
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-isakmp.c | 1058 ND_TCHECK(*ext); in ikev1_sa_print() 1093 ND_TCHECK(*ext); in ikev1_p_print() 1312 ND_TCHECK(*ext); in ikev1_ke_print() 1573 ND_TCHECK(*ext); in ikev1_hash_print() 1598 ND_TCHECK(*ext); in ikev1_sig_print() 1625 ND_TCHECK(*ext); in ikev1_nonce_print() 1854 ND_TCHECK(*ext); in ikev1_vid_print() 1887 ND_TCHECK(*ext); in ikev2_gen_print() 2351 ND_TCHECK(*ext); in ikev2_nonce_print() 2597 ND_TCHECK(*ext); in ikev2_vid_print() [all …]
|
| /freebsd-12.1/lib/libc/resolv/ |
| H A D | res_init.c | 237 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); in __res_vinit() 239 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); in __res_vinit() 441 struct __res_state_ext *ext = statp->_u._ext.ext; in __res_vinit() local 602 struct __res_state_ext *ext = statp->_u._ext.ext; in res_setoptions() local 689 if (ext != NULL) { in res_setoptions() 704 if (ext == NULL) in res_setoptions() 709 ext->nsuffix[i] = '\0'; in res_setoptions() 712 if (ext == NULL) in res_setoptions() 842 if (statp->_u._ext.ext) in res_get_nibblesuffix() 849 if (statp->_u._ext.ext) in res_get_nibblesuffix2() [all …]
|
| H A D | res_state.c | 57 if (statp->_u._ext.ext != NULL) in free_res() 73 struct __res_state_ext *ext; in res_check_reload() local 79 ext = statp->_u._ext.ext; in res_check_reload() 80 if (ext == NULL || ext->reload_period == 0) { in res_check_reload() 85 (now.tv_sec - ext->conf_stat) < ext->reload_period) { in res_check_reload() 89 ext->conf_stat = now.tv_sec; in res_check_reload() 91 (sb.st_mtim.tv_sec != ext->conf_mtim.tv_sec || in res_check_reload() 92 sb.st_mtim.tv_nsec != ext->conf_mtim.tv_nsec)) { in res_check_reload()
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 124 dest->ext.hostname = NULL; in ssl_session_dup() 125 dest->ext.tick = NULL; in ssl_session_dup() 179 if (src->ext.hostname) { in ssl_session_dup() 180 dest->ext.hostname = OPENSSL_strdup(src->ext.hostname); in ssl_session_dup() 187 dest->ext.tick = in ssl_session_dup() 188 OPENSSL_memdup(src->ext.tick, src->ext.ticklen); in ssl_session_dup() 193 dest->ext.ticklen = 0; in ssl_session_dup() 197 dest->ext.alpn_selected = OPENSSL_memdup(src->ext.alpn_selected, in ssl_session_dup() 878 return s->ext.hostname; in SSL_SESSION_get0_hostname() 906 *len = s->ext.ticklen; in SSL_SESSION_get0_ticket() [all …]
|
| H A D | ssl_asn1.c | 169 in->ext.hostname); in i2d_SSL_SESSION() 170 if (in->ext.tick) { in i2d_SSL_SESSION() 172 in->ext.tick, in->ext.ticklen); in i2d_SSL_SESSION() 174 if (in->ext.tick_lifetime_hint > 0) in i2d_SSL_SESSION() 189 if (in->ext.alpn_selected == NULL) in i2d_SSL_SESSION() 193 in->ext.alpn_selected, in->ext.alpn_selected_len); in i2d_SSL_SESSION() 331 OPENSSL_free(ret->ext.tick); in d2i_SSL_SESSION() 337 ret->ext.tick = NULL; in d2i_SSL_SESSION() 359 OPENSSL_free(ret->ext.alpn_selected); in d2i_SSL_SESSION() 365 ret->ext.alpn_selected = NULL; in d2i_SSL_SESSION() [all …]
|
| H A D | t1_trce.c | 718 xlen = (ext[0] << 8) | ext[1]; in ssl_print_extension() 725 xlen = (ext[0] << 8) | ext[1]; in ssl_print_extension() 746 xlen = (ext[0] << 8) | ext[1]; in ssl_print_extension() 754 sigalg = (ext[0] << 8) | ext[1]; in ssl_print_extension() 768 ext++; in ssl_print_extension() 799 group_id = (ext[0] << 8) | ext[1]; in ssl_print_extension() 810 xlen = (ext[0] << 8) | ext[1]; in ssl_print_extension() 820 group_id = (ext[0] << 8) | ext[1]; in ssl_print_extension() 821 share_len = (ext[2] << 8) | ext[3]; in ssl_print_extension() 839 version = (ext[0] << 8) | ext[1]; in ssl_print_extension() [all …]
|
| /freebsd-12.1/secure/lib/libcrypto/aarch64/ |
| H A D | ghashv8-armx.S | 14 ext v3.16b,v17.16b,v17.16b,#8 22 ext v18.16b,v18.16b,v18.16b,#8 63 ext v17.16b,v5.16b,v7.16b,#8 81 ext v4.16b,v5.16b,v5.16b,#8 108 ext v3.16b,v17.16b,v17.16b,#8 133 ext v0.16b,v0.16b,v0.16b,#8 186 ext v18.16b,v3.16b,v3.16b,#8 237 ext v18.16b,v0.16b,v0.16b,#8 265 ext v0.16b,v0.16b,v0.16b,#8 377 ext v0.16b,v0.16b,v0.16b,#8 [all …]
|
| H A D | sha512-armv8.S | 1138 ext v5.16b,v2.16b,v3.16b,#8 1139 ext v6.16b,v1.16b,v2.16b,#8 1150 ext v5.16b,v4.16b,v2.16b,#8 1151 ext v6.16b,v0.16b,v4.16b,#8 1162 ext v5.16b,v1.16b,v4.16b,#8 1163 ext v6.16b,v3.16b,v1.16b,#8 1174 ext v5.16b,v0.16b,v1.16b,#8 1175 ext v6.16b,v2.16b,v0.16b,#8 1186 ext v5.16b,v3.16b,v0.16b,#8 1187 ext v6.16b,v4.16b,v3.16b,#8 [all …]
|
| /freebsd-12.1/contrib/elftoolchain/ar/benchmark/ |
| H A D | acp.sh | 17 ext=${3:-$2}/acptmp 20 mkdir -p $ext || exit 1 40 echo " archive=$dst, extract to $ext" 52 echo $op | grep -q ^x && { rm -rf $ext; mkdir -p $ext 53 cp $dst $ext; cd $ext; } 64 rm -rf $ext $dst
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | mathematica | 11 !:ext mb 13 !:ext mb 20 !:ext mb 31 !:ext mb 33 !:ext mb 35 !:ext mb 37 !:ext mb 39 !:ext mb 41 !:ext mb 43 !:ext mb [all …]
|