Lines Matching full:uptr
24 using __sanitizer::uptr;
90 void* __stdcall CreateThread(void *sec, uptr st, void* start,
93 int memcmp(const void *a1, const void *a2, uptr size);
94 void memmove(void *to, const void *from, uptr size);
95 void* memset(void *block, int c, uptr size);
96 void* memcpy(void *to, const void *from, uptr size);
101 uptr strlen(const char *s);
102 char* strncat(char *to, const char* from, uptr size);
103 int strncmp(const char *s1, const char* s2, uptr size);
104 char* strncpy(char *to, const char* from, uptr size);
105 uptr strnlen(const char *s, uptr maxlen);