Searched defs:src (Results 1 - 25 of 103) sorted by relevance

12345

/xnu-2422.115.4/bsd/dev/i386/
H A Dmemmove.c54 memmove(void *dst, const void *src, size_t ulen) argument
H A Dstubs.c114 copywithin(void *src, void *dst, size_t count) argument
/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrcpy.c28 strcpy(char * restrict dst, const char * restrict src) { argument
H A Dstrlcpy.c28 strlcpy(char * restrict dst, const char * restrict src, size_t maxlen) { argument
H A Dmemcpy.c54 const char *src = src0; local
[all...]
/xnu-2422.115.4/libsyscall/mach/
H A Dmig_strncpy.c75 mig_strncpy( char *dest, const char *src, int len) argument
/xnu-2422.115.4/tools/tests/perf_index/
H A Dcompile.c12 const char *src = src_root; local
/xnu-2422.115.4/SETUP/installfile/
H A Dinstallfile.c50 const char *src = NULL; local
/xnu-2422.115.4/bsd/netinet/
H A Dip_encap.h67 struct sockaddr_storage src; /* my addr */ member in struct:encaptab
/xnu-2422.115.4/bsd/netinet6/
H A Din6_cksum.c142 in6_pseudo(const struct in6_addr *src, const struct in6_addr *dst, uint32_t x) argument
H A Din6_gif.c323 struct sockaddr_in6 *src, *dst; local
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_srcversion.c41 kxld_srcversion_init_from_macho(KXLDsrcversion *srcversion, struct source_version_command *src) argument
H A Dkxld_uuid.c41 kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src) argument
H A Dkxld_versionmin.c41 kxld_versionmin_init_from_macho(KXLDversionmin *versionmin, struct version_min_command *src) argument
/xnu-2422.115.4/osfmk/i386/
H A Dhibernate_restore.c41 hibernate_restore_phys_page(uint64_t src, uint64_t dst, uint32_t len, uint32_t procFlags) argument
H A Dphys.c130 pmap_paddr_t src, dst; local
210 void *src, *dst; local
153 pmap_copy_part_lpage( __unused vm_offset_t src, __unused ppnum_t pdst, __unused vm_offset_t dst_offset, __unused vm_size_t len) argument
[all...]
/xnu-2422.115.4/libkern/net/
H A Dinet_ntop.c45 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
70 inet_ntop4(const u_char *src, char *dst, socklen_t size) argument
91 inet_ntop6(const u_char *src, char *dst, socklen_t size) argument
[all...]
H A Dinet_pton.c49 inet_pton(int af, const char *src, void *dst) argument
73 inet_pton4(const char *src, u_char *dst) argument
127 inet_pton6(const char *src, u_char *dst) argument
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_encodinghint.c749 hfs_pickencoding(const u_int16_t *src, int len) argument
907 hfs_pickencoding(__unused const u_int16_t *src, __unused int len) { argument
955 u_int32_t hfs_pickencoding(__unused u_int16_t *src, __unused int len) argument
H A Dhfs_endian.c87 hfs_swap_BTNode( BlockDescriptor *src, vnode_t vp, enum HFSBTSwapDirection direction, u_int8_t allow_empty_node ) argument
400 hfs_swap_HFSPlusBTInternalNode( BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction ) argument
937 hfs_swap_HFSBTInternalNode( BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction ) argument
[all...]
/xnu-2422.115.4/libkern/uuid/
H A Duuid.c82 uuid_copy(uuid_t dst, const uuid_t src) argument
/xnu-2422.115.4/osfmk/kern/
H A Dmachine.c325 const char *src = ""; local
/xnu-2422.115.4/security/
H A Dmac_task.c84 mac_task_label_copy(struct label *src, struct label *dest) argument
/xnu-2422.115.4/tools/tests/libMicro/
H A Dmemcpy.c126 char *src = ts->ts_src; local
H A Dmemmove.c126 char *src = ts->ts_src; local

Completed in 121 milliseconds

12345