Searched refs:string (Results 126 - 150 of 231) sorted by relevance

12345678910

/darwin-on-arm/xnu/libkern/
H A Dkernel_mach_header.c44 #include <string.h> // from libsa
H A Dmkext.c29 #include <string.h>
99 #define THRESHOLD 2 /* encode string into position and length
109 /* ring buffer of size N, with extra F-1 bytes to aid string comparison */
123 /* ring buffer of size N, with extra F-1 bytes to aid string comparison */
196 * Inserts string of length F, text_buf[r..r+F-1], into one of the trees
/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap_native.c88 #include <string.h>
H A Dhpet.c29 #include <string.h>
H A Dstartup64.c29 #include <string.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dmachine.c66 #include <string.h>
332 * Copy first operator string terminated by '\0' followed by
333 * standardized strings generated from boot string.
H A Dexception.c86 #include <string.h>
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_file_rd.c67 #include <string.h>
95 * -c takes a string (quote the string if blanks)
H A Dlmbench_bw_mmap_rd.c67 #include <string.h>
99 * -c takes a string (quote the string if blanks)
H A Dod_query_create_with_node.c33 #include <string.h>
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dconnection.c38 #include <string.h>
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp858 OSString * string; local
865 string = 0;
867 string = OSDynamicCast( OSString, names);
870 if( string)
871 result = compareName( string, matched );
874 && iter && (string = OSDynamicCast( OSString, iter->getNextObject())));
H A DIOLib.cpp814 * Convert a integer constant (typically a #define or enum) to a string.
828 IOReturn IOFindValueForName(const char *string, argument
833 if(!strcmp(regValueArray->name, string)) {
H A DIODeviceTreeSupport.cpp105 gIODTUnitKey = OSSymbol::withCStringNoCopy( "AAPL,unit-string" );
776 OSString *string; local
791 } else if( (string = OSDynamicCast( OSString, prop ))) {
792 names = string->getCStringNoCopy();
793 lastName = names + string->getLength() + 1;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c40 #include <string.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dsocket_info.c49 #include <string.h>
/darwin-on-arm/xnu/bsd/net/
H A Diptap.c28 #include <string.h>
H A Dlacp.h46 #include <string.h>
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit.h289 void audit_arg_mac_string(struct kaudit_record *ar, char *string);
/darwin-on-arm/xnu/libkern/c++/
H A DOSRuntime.cpp41 #include <string.h>
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_dict.c28 #include <string.h>
/darwin-on-arm/xnu/libkern/stdio/
H A Dscanf.c76 #include <string.h>
80 #define BUF 32 /* Maximum length of numeric string. */
390 /* like CCL, but zero-length string OK, & no NOSKIP */
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c59 #include <string.h>
388 * Skip the graphical panic box if no panic string.
474 * Return string of boot args passed to kernel.
/darwin-on-arm/xnu/security/
H A Dmac_vfs.c248 mac_vnode_label_internalize(struct label *label, char *string) argument
252 error = MAC_INTERNALIZE(vnode, label, string);
258 mac_mount_label_internalize(struct label *label, char *string) argument
262 error = MAC_INTERNALIZE(mount, label, string);
/darwin-on-arm/xnu/tools/lockstat/
H A Dlockstat.c16 #include <string.h>

Completed in 124 milliseconds

12345678910