Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/
Dreadtty.c12 char *chars; member
32 next = strchr(map[i].chars, current); in next_char()
35 return map[i].chars[1]; in next_char()
47 next = strchr(map[i].chars+1, current); in prev_char()
50 return map[i].chars[1]; in prev_char()
/system/core/init/
Dinit_parser.c176 static int push_chars(char **dst, int *len, const char *chars, int cnt) in push_chars() argument
181 memcpy(*dst, chars, cnt); in push_chars()
/system/core/adb/
DSERVICES.TXT138 <hex4>: The length of the payload, as 4 hexadecimal chars.