/freebsd/krb5/lib/gssapi/ |
H A D | errmap.h | 65 mecherrmap__pairarray_init(mecherrmap__pairarray *arr) in mecherrmap__pairarray_init() 75 mecherrmap__pairarray_size(mecherrmap__pairarray *arr) in mecherrmap__pairarray_size() 81 mecherrmap__pairarray_max_size(mecherrmap__pairarray *arr) in mecherrmap__pairarray_max_size() 92 mecherrmap__pairarray_grow(mecherrmap__pairarray *arr, unsigned long newcount) in mecherrmap__pairarray_grow() 116 mecherrmap__pairarray_getaddr (mecherrmap__pairarray *arr, long idx) in mecherrmap__pairarray_getaddr() 124 mecherrmap__pairarray_set (mecherrmap__pairarray *arr, long idx, struct mecherrmap__pair value) in mecherrmap__pairarray_set() 132 mecherrmap__pairarray_get (mecherrmap__pairarray *arr, long idx) in mecherrmap__pairarray_get() 138 mecherrmap__pairarray_destroy (mecherrmap__pairarray *arr) in mecherrmap__pairarray_destroy()
|
/freebsd/contrib/libexecinfo/ |
H A D | unwind.c | 39 void **arr; member 61 backtrace(void **arr, size_t len) in backtrace()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedThreadPythonInterface.cpp | 102 StructuredData::ArraySP arr = in GetStackFrames() local 137 StructuredData::ArraySP arr = in GetExtendedInfo() local
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-trans.c | 224 const struct iwl_hcmd_arr *arr; iwl_get_cmd_string() local 245 const struct iwl_hcmd_arr *arr; iwl_cmd_groups_verify_sorted() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedThreadPythonInterface.cpp |
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Arrays.h | 18 inline std::vector<llvm::ArrayRef<uint8_t>> split(llvm::ArrayRef<uint8_t> arr, in split()
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_common.h | 67 #define AL_ARR_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 394 int arr[6]; in BN_GF2m_mod() local 471 int *arr; in BN_GF2m_mod_mul() local 532 int *arr; in BN_GF2m_mod_sqr() local 914 int *arr; in BN_GF2m_mod_exp() local 977 int *arr; in BN_GF2m_mod_sqrt() local 1111 int *arr; in BN_GF2m_mod_solve_quad() local
|
/freebsd/crypto/krb5/src/plugins/audit/ |
H A D | kdc_j_encode.c | 550 k5_json_array arr = NULL; in princ_to_value() local 604 k5_json_array arr = NULL; in addr_to_obj() local 687 k5_json_array arr = NULL, arra = NULL, arrpa = NULL; in req_to_value() local
|
/freebsd/contrib/netbsd-tests/lib/libprop/ |
H A D | t_basic.c | 113 prop_array_t arr; in ATF_TC_BODY() local
|
/freebsd/lib/libc/resolv/ |
H A D | res_findzonecut.c | 255 rr_a *arr; in add_addrs() local 585 rr_a *arr; in save_a() local 647 rr_a *arr; in free_nsrr() local
|
/freebsd/usr.sbin/pw/ |
H A D | psdate.c | 46 aindex(char const * arr[], char const ** str, int len) in aindex()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Args.cpp | 77 mb.getBuffer().split(arr, '\n'); in getLines() local
|
/freebsd/contrib/libcbor/test/ |
H A D | array_test.c | 12 cbor_item_t *arr; variable
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.h | 74 Labeldesc *arr; /* array */ member 83 Vardesc *arr; member
|
/freebsd/sys/dev/ice/ |
H A D | ice_vlan_mode.c | 66 u32 arr[ICE_META_INIT_DW_CNT]; in ice_pkg_get_supported_vlan_mode() local
|
/freebsd/sys/xen/ |
H A D | privcmd.h | 49 const xen_pfn_t *arr; /* array of mfns */ member
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | tanf_3u3.c | 65 const uint32_t *arr = &__inv_pio4[(xi >> 26) & 15]; in reduce_large() local
|
/freebsd/libexec/atf/atf-pytest-wrapper/ |
H A D | atf_pytest_wrapper.cpp | 194 char **arr = new char*[args.size() + 1](); in Run() local
|
/freebsd/contrib/lua/src/ |
H A D | lparser.h | 121 Labeldesc *arr; /* array */ member 130 Vardesc *arr; member
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_link_test.h | 598 char arr[] = {'a', 'b'}; in TEST() local 606 char arr[] = {'a', 'b'}; in TEST() local 614 char arr[] = {'a', 'b'}; in TEST() local
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | MapFile.cpp | 207 auto printIsecArrSyms = [&](const std::vector<ConcatInputSection *> &arr) { in writeMapFile()
|
/freebsd/crypto/krb5/src/plugins/preauth/otp/ |
H A D | otp_state.c | 371 k5_json_array arr; in indicators_decode() local 518 k5_json_array arr = NULL; in tokens_decode() local
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | sincosf.h | 132 const uint32_t *arr = &__inv_pio4[(xi >> 26) & 15]; in reduce_large() local
|
/freebsd/contrib/jemalloc/scripts/ |
H A D | gen_travis.py | 195 stringify = lambda arr, name: ' {}="{}"'.format(name, ' '.join(arr)) if arr else '' argument
|