Searched refs:ext (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dextc++.h36 #include <ext/algorithm>
37 #include <ext/array_allocator.h>
38 #include <ext/bitmap_allocator.h>
39 #include <ext/codecvt_specializations.h>
40 #include <ext/debug_allocator.h>
41 #include <ext/functional>
42 #include <ext/hash_map>
43 #include <ext/hash_set>
44 #include <ext/iterator>
45 #include <ext/malloc_allocato
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoffswap.h100 struct hdr_ext ext[1]; local
102 *ext = *(struct hdr_ext *) ext_copy;
104 intern->magic = H_GET_S16 (abfd, ext->h_magic);
105 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp);
106 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax);
107 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine);
108 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset);
109 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax);
110 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset);
111 intern->ipdMax = H_GET_32 (abfd, ext
141 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr; local
183 struct fdr_ext ext[1]; local
251 struct fdr_ext *ext = (struct fdr_ext *) ext_ptr; local
320 struct pdr_ext ext[1]; local
382 struct pdr_ext *ext = (struct pdr_ext *) ext_ptr; local
442 struct sym_ext ext[1]; local
496 struct sym_ext *ext = (struct sym_ext *) ext_ptr; local
546 struct ext_ext ext[1]; local
585 struct ext_ext *ext = (struct ext_ext *) ext_ptr; local
635 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr; local
650 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr; local
665 struct opt_ext ext[1]; local
703 struct opt_ext *ext = (struct opt_ext *) ext_ptr; local
740 struct dnr_ext ext[1]; local
758 struct dnr_ext *ext = (struct dnr_ext *) ext_ptr; local
[all...]
H A Dlibpei.h57 #define GET_FCN_LNNOPTR(abfd, ext) \
58 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
62 #define GET_FCN_ENDNDX(abfd, ext) \
63 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx)
67 #define PUT_FCN_LNNOPTR(abfd, in, ext) \
68 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
71 #define PUT_FCN_ENDNDX(abfd, in, ext) \
72 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx)
75 #define GET_LNSZ_LNNO(abfd, ext) \
76 H_GET_16 (abfd, ext
[all...]
/freebsd-11-stable/contrib/libstdc++/config/allocator/
H A Dbitmap_allocator_base.h39 #include <ext/bitmap_allocator.h>
H A Dmalloc_allocator_base.h39 #include <ext/malloc_allocator.h>
H A Dmt_allocator_base.h39 #include <ext/mt_allocator.h>
H A Dnew_allocator_base.h39 #include <ext/new_allocator.h>
H A Dpool_allocator_base.h39 #include <ext/pool_allocator.h>
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dslist.h48 #include <ext/slist>
H A Dtree.h48 #include <ext/rb_tree>
H A Dhashtable.h64 #include <ext/hashtable.h>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinsert_fn_imps.hpp47 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp>
48 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp>
H A Dstandard_policies.hpp50 #include <ext/pb_ds/detail/standard_policies.hpp>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_fn_imps.hpp47 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp>
48 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp>
H A Dstandard_policies.hpp50 #include <ext/pb_ds/detail/standard_policies.hpp>
51 #include <ext/pb_ds/ht_load_check_resize_trigger.hpp>
52 #include <ext/pb_ds/linear_probe_fn.hpp>
53 #include <ext/pb_ds/quadratic_probe_fn.hpp>
H A Ddebug_fn_imps.hpp58 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp>
59 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dtraits.hpp50 #include <ext/pb_ds/detail/types_traits.hpp>
51 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
52 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
53 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
86 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
87 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
88 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
89 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsetprogname.c73 char * ext; local
76 ext = strrchr(fn, '.');
77 if (ext != NULL && !strcmp(ext, ".exe"))
78 *ext = '\0';
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dnull_metadata.hpp50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
/freebsd-11-stable/lib/libc/resolv/
H A Dres_state.c55 if (statp->_u._ext.ext != NULL)
71 struct __res_state_ext *ext; local
77 ext = statp->_u._ext.ext;
78 if (ext == NULL || ext->reload_period == 0) {
83 (now.tv_sec - ext->conf_stat) < ext->reload_period) {
87 ext->conf_stat = now.tv_sec;
89 (sb.st_mtim.tv_sec != ext
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dext.c78 * Replace the extension `ext' in `entry'. Make a copy of the
79 * extension, so the caller must still free `ext' on both success and
86 const HDB_extension *ext)
100 } else if (ext->data.element != choice_HDB_extension_data_asn1_ellipsis) {
101 ext2 = hdb_find_extension(entry, ext->data.element);
117 ret = der_get_tag(ext->data.u.asn1_ellipsis.data,
118 ext->data.u.asn1_ellipsis.length,
153 ret = copy_HDB_extension(ext, ext2);
168 ret = copy_HDB_extension(ext,
210 const HDB_extension *ext; local
84 hdb_replace_extension(krb5_context context, hdb_entry *entry, const HDB_extension *ext) argument
224 const HDB_extension *ext; local
238 const HDB_extension *ext; local
252 const HDB_extension *ext; local
268 HDB_extension ext; local
283 HDB_extension *ext; local
348 HDB_extension ext; local
410 const HDB_extension *ext; local
425 const HDB_extension *ext; local
[all...]
/freebsd-11-stable/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh205 ext="$1"
210 name_postfix="${ext} archive dir"
213 name_postfix="${ext}"
221 cknt ${dir}${LOGFNAME}.0${ext}
227 ckfe ${dir}${LOGFNAME}.0${ext}
228 cknt ${dir}${LOGFNAME}.1${ext}
234 ckfe ${dir}${LOGFNAME}.0${ext}
235 ckfe ${dir}${LOGFNAME}.1${ext}
236 cknt ${dir}${LOGFNAME}.2${ext}
242 ckfe ${dir}${LOGFNAME}.0${ext}
[all...]
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dmod.c63 HDB_extension ext; local
67 memset(&ext, 0, sizeof(ext));
68 ext.mandatory = FALSE;
69 ext.data.element = choice_HDB_extension_data_allowed_to_delegate_to;
72 ext.data.u.allowed_to_delegate_to.val = NULL;
73 ext.data.u.allowed_to_delegate_to.len = 0;
78 ext.data.u.allowed_to_delegate_to.val =
80 sizeof(ext.data.u.allowed_to_delegate_to.val[0]));
81 ext
110 HDB_extension ext; local
153 HDB_extension ext; local
[all...]
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_clnt.c21 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
23 return (CLNT_CALL_EXT(clnt, ext, NLM_SM_NOTIFY,
30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
32 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST,
39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
41 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK,
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
50 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL,
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
59 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOC
66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
75 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
93 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
102 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
111 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
120 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
129 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
138 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
147 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
156 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
165 nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
174 nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
183 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
192 nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
201 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
210 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
219 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
228 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
237 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
246 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
255 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
264 nlm4_cancel_msg_4(nlm4_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
273 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
282 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
291 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
300 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
309 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
318 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
327 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
336 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
345 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
354 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
363 nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp51 #include <ext/pb_ds/hash_policy.hpp>
52 #include <ext/pb_ds/list_update_policy.hpp>
53 #include <ext/pb_ds/tree_policy.hpp>
54 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
55 #include <ext/pb_ds/trie_policy.hpp>
56 #include <ext/pb_ds/tag_and_trait.hpp>
57 #include <ext/hash_map>

Completed in 279 milliseconds

1234567891011>>