Searched refs:string (Results 176 - 200 of 231) sorted by relevance

12345678910

/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c40 #include <string.h>
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.c90 #include <string.h>
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c36 #include <string.h>
H A Dsysctl.c29 #include <string.h>
322 i386_cpu_info, "A", "CPU brand string");
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c59 #include <string.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c82 #include <string.h>
1487 * called with a 128-byte string buffer
2821 const char *string,
2824 if (strlen(string) >= KEV_VENDOR_CODE_MAX_STR_LEN) {
2827 return net_str_id_find_internal(string, out_vendor_code, NSI_VENDOR_CODE, 1);
2969 /* Make sure string is NULL terminated */
2820 kev_vendor_code_find( const char *string, u_int32_t *out_vendor_code) argument
H A Dkpi_socketfilter.c54 #include <string.h>
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sect.c28 #include <string.h>
H A Dkxld_seg.c28 #include <string.h>
H A Dkxld_symtab.c28 #include <string.h>
129 /* Initialize the string table */
463 /* Find the size of the symbol and string tables */
484 /* Get pointers to the symbol and string tables */
H A Dkxld_util.c29 #include <string.h>
408 /* Verify that the file is big enough for the string table */
577 /* Verify that the file is big enough for the string table */
H A Dkxld_vtable.c28 #include <string.h>
H A Dkxld_kext.c28 #include <string.h>
H A Dkxld_sym.c28 #include <string.h>
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c36 #include <string.h>
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dqtif2kraw.c11 #include <string.h>
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c61 #include <string.h>
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h6 #include <string.h>
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c9 #include <string.h>
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c60 * see usage string for command options.
72 #include <string.h>
145 static char *opt_what; // maximum "what" command string size
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2079 /* Make sure common string values in personalities are uniqued to OSSymbols.
2575 // Add 1 for '\0' to terminate XML string (for plists)
2752 /* IOCFSerialize added a nul byte to the end of the string. Very nice of it.
4581 static char * strdup(const char * string) argument
4586 if (!string) {
4590 size = 1 + strlen(string);
4596 memcpy(result, string, size);
4836 const char * string = NULL; // do not free local
4839 /* We need the version string for a variety of bits below.
5067 string
[all...]
H A DOSMetaClass.cpp30 #include <string.h>
442 /* Hack alert: 'className' is a C string during early C++ init, and
627 * Hack alert: me->className has been a C string until now.
667 /* Hack alert: me->className has been a C string until now.
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c26 #include <string.h>
/darwin-on-arm/xnu/bsd/dev/random/
H A Dfips_sha1.c68 #include <string.h>
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c73 #include <string.h>
807 * Skip the graphical panic box if no panic string.

Completed in 134 milliseconds

12345678910