Searched defs:dest (Results 51 - 75 of 471) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nist.c123 int ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) argument
H A Decp_mont.c166 int ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src) argument
[all...]
/freebsd-10.0-release/lib/libc/string/
H A Dwcsxfrm.c51 wcsxfrm_l(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len, locale_t locale) argument
105 wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len) argument
/freebsd-10.0-release/sys/boot/arm/at91/libat91/
H A Dxmodem.c49 GetRecord(char blocknum, char *dest) argument
101 xmodem_rx(char *dest) argument
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c69 zmemcpy(void *dest, const void *source, uint_t len) argument
81 zmemzero(void *dest, uint_t len) argument
/freebsd-10.0-release/sys/netinet/
H A Dip_fastfwd.c119 ip_findroute(struct route *ro, struct in_addr dest, struct mbuf *m) argument
169 struct in_addr odest, dest; local
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h54 static inline void mthca_write64_raw(__be64 val, void __iomem *dest) argument
59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, argument
82 static inline void mthca_write64_raw(__be64 val, void __iomem *dest) argument
88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, argument
[all...]
/freebsd-10.0-release/usr.sbin/kldxref/
H A Def_amd64.c44 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, Elf_Off dataoff, size_t len, void *dest) argument
/freebsd-10.0-release/usr.sbin/ppp/
H A Dtcp.c64 struct sockaddr_in dest; local
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dtext.c68 atf_text_format(char **dest, const char *fmt, ...) argument
81 atf_text_format_ap(char **dest, const char *fmt, va_list ap) argument
/freebsd-10.0-release/contrib/gcc/
H A Dtree-nrv.c251 dest_safe_for_nrv_p (tree dest) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp155 FormatObject(ValueObject *valobj, std::string& dest) argument
/freebsd-10.0-release/contrib/ofed/management/libibmad/src/
H A Dgs.c52 pma_query_via(void *rcvbuf, ib_portid_t *dest, int port, argument
88 pma_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout, unsigned id) argument
94 perf_classportinfo_query_via(void *rcvbuf, ib_portid_t *dest, in argument
102 perf_classportinfo_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout) argument
108 port_performance_query_via(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout, const void *srcport) argument
116 port_performance_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout) argument
122 performance_reset_via(void *rcvbuf, ib_portid_t *dest, int port, unsigned mask, unsigned timeout, unsigned id, const void *srcport) argument
163 performance_reset(void *rcvbuf, ib_portid_t *dest, int port, unsigned mask, unsigned timeout, unsigned id) argument
171 port_performance_reset_via(void *rcvbuf, ib_portid_t *dest, int port, unsigned mask, unsigned timeout, const void *srcport) argument
179 port_performance_reset(void *rcvbuf, ib_portid_t *dest, int port, unsigned mask, unsigned timeout) argument
186 port_performance_ext_query_via(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout, const void *srcport) argument
194 port_performance_ext_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout) argument
200 port_performance_ext_reset_via(void *rcvbuf, ib_portid_t *dest, int port, unsigned mask, unsigned timeout, const void *srcport) argument
209 port_performance_ext_reset(void *rcvbuf, ib_portid_t *dest, int port, unsigned mask, unsigned timeout) argument
216 port_samples_control_query_via(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout, const void *srcport) argument
224 port_samples_control_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout) argument
230 port_samples_result_query_via(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout, const void *srcport) argument
238 port_samples_result_query(void *rcvbuf, ib_portid_t *dest, int port, unsigned timeout) argument
[all...]
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c132 struct sockaddr_in dest; local
/freebsd-10.0-release/contrib/xz/src/liblzma/simple/
H A Dx86.c79 uint32_t dest; local
/freebsd-10.0-release/crypto/openssh/
H A Dcipher-aes.c71 ssh_rijndael_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, argument
H A Dcipher-ctr.c59 ssh_aes_ctr(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, argument
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dstrptime.c378 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) argument
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_list.c316 static void engine_cpy(ENGINE *dest, const ENGINE *src) argument
[all...]
/freebsd-10.0-release/lib/libc/db/btree/
H A Dbt_put.c75 char *dest, db[NOVFLSIZE], kb[NOVFLSIZE]; local
/freebsd-10.0-release/lib/libc/db/recno/
H A Drec_put.c198 char *dest, db[NOVFLSIZE]; local
/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dofw_copy.c48 ofw_mapmem(vm_offset_t dest, const size_t len) argument
117 ofw_copyin(const void *src, vm_offset_t dest, cons argument
129 ofw_copyout(const vm_offset_t src, void *dest, const size_t len) argument
136 ofw_readin(const int fd, vm_offset_t dest, const size_t len) argument
[all...]
/freebsd-10.0-release/bin/pax/
H A Dgen_subs.c191 l_strncpy(char *dest, const char *src, int len) argument
H A Dtar.c736 char *dest; local
/freebsd-10.0-release/bin/sh/
H A Dcd.c84 const char *dest; local
160 docd(char *dest, int print, int phys) argument
177 cdlogical(char *dest) argument
228 cdphysical(char *dest) argument
[all...]

Completed in 224 milliseconds

1234567891011>>