/system/core/libutils/ |
D | Tokenizer.cpp | 34 static inline bool isDelimiter(char ch, const char* delimiters) { in isDelimiter() 122 char ch = *eol; in peekRemainderOfLine() local 138 char ch = *mCurrent; in nextToken() local 153 char ch = *(mCurrent++); in nextLine() local 167 char ch = *mCurrent; in skipDelimiters() local
|
D | Unicode.cpp | 214 char16_t ch; in strcmp16() local 228 char16_t ch; in strncmp16() local 244 char16_t ch; in strcpy16() local 266 char ch; in strncpy16() local 436 static inline size_t utf8_codepoint_len(uint8_t ch) in utf8_codepoint_len()
|
/system/core/sh/ |
D | syntax.c | 12 #define ndx(ch) (ch + 1 - CHAR_MIN) argument 13 #define set(ch, val) [ndx(ch)] = val, argument
|
D | histedit.c | 221 int ch; in histcmd() local
|
/system/core/toolbox/ |
D | cat.c | 55 int ch, gobble, line, prev; in cook_buf() local 232 int ch; in cat_main() local
|
D | restorecon.c | 56 int ch, recurse = 0, ftsflags = FTS_PHYSICAL; in restorecon_main() local
|
D | du.c | 79 int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, nflag, rval, sflag; in du_main() local
|
D | dd.c | 122 int ch; in dd_main() local 791 int ch = 0; /* pacify gcc */ in block() local
|
D | newfs_msdos.c | 272 int ch, fd, fd1; in newfs_msdos_main() local
|
/system/core/logwrapper/ |
D | logwrapper.c | 54 int ch; in main() local
|
/system/core/run-as/ |
D | package.c | 303 find_first(const char* p, const char* end, char ch) in find_first() 391 int ch = *p; in parse_positive_decimal() local
|
/system/core/libcutils/ |
D | strdup8to16.c | 30 #define UTF8_SEQ_LENGTH(ch) (((0xe5000000 >> ((ch >> 3) & 0x1e)) & 3) + 1) argument
|
/system/core/healthd/ |
D | healthd.cpp | 261 int ch; in main() local
|
/system/core/libmincrypt/ |
D | sha256.c | 91 uint32_t ch = (E & F) ^ ((~E) & G); in SHA256_Transform() local
|
/system/core/toolbox/cp/ |
D | cp.c | 110 int ch, fts_options, r, have_trailing_slash; in cp_main() local
|
D | utils.c | 116 int ch, checkch, from_fd, rcount, rval, to_fd, tolnk, wcount; in copy_file() local
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 326 int ch, int cl, // clear in downshift_component()
|
/system/core/adb/ |
D | transport.c | 754 static int qual_char_is_invalid(char ch) in qual_char_is_invalid() 783 char ch = *qual++; in qual_match() local
|
/system/core/libcorkscrew/arch-x86/ |
D | backtrace-x86.c | 635 uint8_t ch; in execute_fde() local
|
/system/vold/ |
D | VolumeManager.cpp | 1456 char ch = 0; in unshareVolume() local
|