Searched refs:string (Results 201 - 225 of 231) sorted by relevance

12345678910

/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.c95 #include <string.h>
H A Dlocks_i386.c77 #include <string.h>
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c118 #include <string.h>
473 #define DEBUG_IPC_KMSG_PRINT(kmsg,string) \
475 ipc_kmsg_print64(kmsg, string); \
482 #define DEBUG_IPC_KMSG_PRINT(kmsg,string)
H A Dipc_port.c95 #include <string.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dlocks.c70 #include <string.h>
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dtask.h6 #include <string.h>
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c59 * Add support for converting 64 bit ints to a string.
190 #include <string.h>
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_kern.c79 #include <string.h>
H A Dmemory_object.c87 #include <string.h> /* For memcpy() */
/darwin-on-arm/xnu/security/
H A Dmac_framework.h277 int mac_mount_label_internalize(struct label *, char *string);
H A Dmac_base.c73 #include <string.h>
1185 /* allocate a scratch buffer the size of the string */
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DKQMPMMtest.c9 #include <string.h>
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.c42 #include <string.h>
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c43 #include <string.h>
1517 return (const char *) in; // Trivial empty string case
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c66 #include <string.h>
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_nbp.c32 #include <string.h>
875 /* Embedded wildcard, if any, could only be in the first string (str1).
903 * the other end of the string.
907 * the string, the two strings match, so return okay.
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c75 #include <string.h>
779 * convert hardware address to hex string for logging errors.
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c88 #include <string.h>
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_token.c56 #include <string.h>
883 ADD_U_CHAR(dptr, '\0'); /* make the path a null-terminated string */
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c28 #include <string.h>
H A Dkxld_object.c28 #include <string.h>
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dgenimage.c12 #include <string.h>
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c43 #include <string.h> /* bcopy */
573 * symbols - a pointer to the version string should eventually
H A Dkdp_udp.c74 #include <string.h>
1731 * xnu version into a string or an int somewhere at project submission
1736 * the minor kernel version numbers from the version string.
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c91 #include <string.h>

Completed in 154 milliseconds

12345678910