| /external/chromium_org/third_party/webrtc/base/ |
| D | stringutils.h | 69 inline char tolowercase(char c) { in tolowercase() 90 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { in strchr() function 104 inline wchar_t tolowercase(wchar_t c) { in tolowercase() 147 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { in strchr() function 255 inline wchar_t identity(wchar_t c) { return c; } in identity()
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| D | stringutils.h | 86 inline char tolowercase(char c) { in tolowercase() 107 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { in strchr() function 121 inline wchar_t tolowercase(wchar_t c) { in tolowercase() 164 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { in strchr() function 272 inline wchar_t identity(wchar_t c) { return c; } in identity()
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| D | server.h | 150 #define strchr(s,c) VG_(strchr) ((s),c) argument
|
| /external/wpa_supplicant_8/src/utils/ |
| D | os.h | 502 #define os_memset(s, c, n) memset(s, c, n) argument 526 #define os_strchr(s, c) strchr((s), (c)) argument 535 #define os_strrchr(s, c) strrchr((s), (c)) argument 628 #define strchr OS_DO_NOT_USE_strchr macro
|
| /external/valgrind/main/coregrind/ |
| D | m_libcbase.c | 53 static Bool is_dec_digit(HChar c, Long* digit) in is_dec_digit() 59 static Bool is_hex_digit(HChar c, Long* digit) in is_hex_digit() 395 HChar* VG_(strchr) ( const HChar* s, HChar c ) in VG_() argument 452 static Bool isHex ( HChar c ) in isHex() 459 static UInt fromHex ( HChar c ) in fromHex() 766 static Char* bm_med3 ( Char* a, Char* b, Char* c, in bm_med3()
|
| D | m_main.c | 1184 if (VG_(strchr)(special, arg[i])) { in umsg_arg() local 2688 void* memset(void *s, int c, SizeT n) { in memset() 3176 void* __memset_chk(void *s, int c, SizeT n, SizeT n2) { in __memset_chk() 3190 void* memset(void *s, int c, SizeT n) { in memset()
|
| /external/mksh/src/ |
| D | misc.c | 95 int c; in initctypes() local 225 char c, m[(int)FNFLAGS + 1]; in getoptions() local 532 char c; in getn() local 580 uint8_t c; in simplify_gmatch_pattern() local 713 int c; in has_globbing() local 904 unsigned char c, d; in cclass() local 1013 char c; in ksh_getopt() local 1117 unsigned char c; in print_value_quoted() local 1236 unsigned int i, r, c, rows, cols, nspace, max_col; in print_columns() local 1634 char c = file[1]; in make_path() local [all …]
|
| D | sh.h | 296 #define ksh_isdigit(c) (((c) >= '0') && ((c) <= '9')) argument 297 #define ksh_islower(c) (((c) >= 'a') && ((c) <= 'z')) argument 298 #define ksh_isupper(c) (((c) >= 'A') && ((c) <= 'Z')) argument 299 #define ksh_tolower(c) (((c) >= 'A') && ((c) <= 'Z') ? (c) - 'A' + 'a' : (c)) argument 300 #define ksh_toupper(c) (((c) >= 'a') && ((c) <= 'z') ? (c) - 'a' + 'A' : (c)) argument 302 #define ksh_isspace(c) ((((c) >= 0x09) && ((c) <= 0x0D)) || ((c) == 0x20)) argument 445 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC) argument 487 #define strchr ucstrchr macro 489 #define cstrchr(s,c) ({ \ argument 503 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) argument [all …]
|
| /external/compiler-rt/lib/asan/ |
| D | asan_interceptors.cc | 291 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument 384 void *__asan_memset(void *block, int c, uptr size) { in __asan_memset() 426 INTERCEPTOR(void*, memset, void *block, int c, uptr size) { in INTERCEPTOR() 430 INTERCEPTOR(char*, strchr, const char *str, int c) { in INTERCEPTOR() argument 455 DEFINE_REAL(char*, index, const char *string, int c) in DEFINE_REAL()
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 633 TSAN_INTERCEPTOR(char*, strchr, char *s, int c) { in TSAN_INTERCEPTOR() argument 641 TSAN_INTERCEPTOR(char*, strchrnul, char *s, int c) { in TSAN_INTERCEPTOR() 649 TSAN_INTERCEPTOR(char*, strrchr, char *s, int c) { in TSAN_INTERCEPTOR() 929 static void *init_cond(void *c, bool force = false) { in init_cond() 962 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR() 969 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() 986 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() 1003 INTERCEPTOR(int, pthread_cond_signal, void *c) { in INTERCEPTOR() 1010 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR() 1017 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR()
|