Searched defs:dst (Results 101 - 125 of 964) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmmisc.c60 sm_memcpy(void *dst, const void *src, bit32 count) argument
76 *sm_strncpy(char *dst, const char *src, bit32 len) argument
[all...]
/freebsd-10-stable/usr.bin/find/
H A Dmisc.c63 char *dst; local
/freebsd-10-stable/lib/libc/tests/string/
H A Dstpncpy_test.c59 char *src, *dst; local
/freebsd-10-stable/crypto/openssl/crypto/buffer/
H A Dbuf_str.c108 size_t BUF_strlcpy(char *dst, const char *src, size_t size) argument
120 size_t BUF_strlcat(char *dst, const char *src, size_t size) argument
/freebsd-10-stable/lib/libc/net/
H A Dmap_v4v6.c78 _map_v4v6_address(const char *src, char *dst) argument
/freebsd-10-stable/lib/libc/locale/
H A Dascii.c126 _ascii_mbsnrtowcs(wchar_t * __restrict dst, const char ** __restrict src, argument
161 _ascii_wcsnrtombs(char * __restrict dst, const wchar_t ** __restrict src, argument
/freebsd-10-stable/contrib/less/
H A Dcvt.c65 char *dst; local
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dcipher-bf1.c42 swap_bytes(const u_char *src, u_char *dst, int n) argument
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_blake2_impl.h81 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) argument
92 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) argument
105 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) argument
133 static BLAKE2_INLINE void store48( void *dst, uint64_ argument
[all...]
/freebsd-10-stable/bin/ps/
H A Dfmt.c63 char **p, *dst, *src; local
[all...]
/freebsd-10-stable/cddl/compat/opensolaris/misc/
H A Ddeviceid.c58 char *dst; local
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dconcat.c82 vconcat_copy (char *dst, const char *first, va_list args) argument
116 concat_copy (char *dst, const char *first, ...) argument
/freebsd-10-stable/contrib/compiler-rt/lib/ppc/
H A Dgcc_qdiv.c15 DD dst = { .ld = a }, src = { .ld = b }; local
[all...]
H A Dgcc_qmul.c15 DD dst = { .ld = x }, src = { .ld = y }; local
[all...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dconcat.c82 vconcat_copy (char *dst, const char *first, va_list args) argument
116 concat_copy (char *dst, const char *first, ...) argument
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Diptest.c96 char *src = NULL, *dst; local
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_expand.c110 char *dst = 0; local
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dutmp_login.c42 shrink_hostname(const char *hostname, char *dst, size_t dst_sz) argument
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dinet_ntop.c43 inet_ntop_v4 (const void *src, char *dst, size_t size) argument
79 inet_ntop_v6 (const void *src, char *dst, size_t size) argument
138 inet_ntop(int af, const void *src, char *dst, size_t size) argument
[all...]
H A Dunvis.c254 rk_strunvis(char *dst, const char *src) argument
[all...]
/freebsd-10-stable/lib/libc/inet/
H A Dinet_ntop.c57 inet_ntop(int af, const void * __restrict src, char * __restrict dst, argument
84 inet_ntop4(const u_char *src, char *dst, socklen_ argument
106 inet_ntop6(const u_char *src, char *dst, socklen_t size) argument
[all...]
/freebsd-10-stable/lib/libc/nameser/
H A Dns_samedomain.c170 ns_makecanon(const char *src, char *dst, size_t dstsize) { argument
/freebsd-10-stable/sys/amd64/amd64/
H A Ddb_interface.c77 char *dst; local
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dlzjb.c51 unsigned char *dst = d_start; local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c73 dsl_sync_task_t dst = { 0 }; local
124 dsl_sync_task_t *dst = kmem_zalloc(sizeof (*dst), KM_SLEEP); local
143 dsl_sync_task_sync(dsl_sync_task_t *dst, dmu_tx_t *tx) argument
[all...]

Completed in 233 milliseconds

1234567891011>>