Searched defs:s2 (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrcmp.c40 strcmp(const char *s1, const char *s2) argument
H A Dmemcpy.c118 memmove(void *s1, const void *s2, size_t n) argument
125 bcopy(const void *s1, void *s2, size_t n) argument
/xnu-2422.115.4/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp151 OSSerialize *s2 = OSSerialize::withCapacity(5); local
/xnu-2422.115.4/iokit/Kernel/
H A DIOStringFuncs.c490 strncat(char *s1, const char *s2, unsigned long n) argument
H A DIOService.cpp3723 OSSerialize * s2 = OSSerialize::withCapacity(128); local
/xnu-2422.115.4/libkern/
H A Dmkext.c46 unsigned long s2 = 0; // (adler >> 16) & 0xffff; local
/xnu-2422.115.4/osfmk/device/
H A Dsubrs.c165 strcmp( const char *s1, const char *s2) argument
192 strncmp( const char *s1, const char *s2, size_t n) argument
228 strcasecmp(const char *s1, const char *s2) argument
240 strncasecmp(const char *s1, const char *s2, size_t n) argument
289 strncpy( char *s1, const char *s2, size_t n) argument
560 strprefix(register const char *s1, register const char *s2) argument
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A Dloose_ends.c260 unsigned short s2; local
481 memcmp(const void *s1, const void *s2, size_t n) argument
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c952 dtrace_strncmp(char *s1, char *s2, size_t limit) argument
1039 const uint8_t *s2 = src; local
1068 const uint8_t *s2 local
1100 dtrace_bcmp(const void *s1, const void *s2, size_t len) argument
[all...]
/xnu-2422.115.4/bsd/dev/i386/
H A Dfasttrap_isa.c1036 uint32_t s0, s1, s2, s3, s4, s5; local

Completed in 108 milliseconds