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

/system/core/toolbox/
H A Dreadtty.c12 char *chars; member in struct:__anon485
32 next = strchr(map[i].chars, current);
35 return map[i].chars[1];
47 next = strchr(map[i].chars+1, current);
50 return map[i].chars[1];
112 ttyarg.c_cc[VMIN] = (timeout > 0 || nonblock) ? 0 : 1; /* minimum of 0 chars */
/system/core/libcutils/
H A Dtztime.c151 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), member in struct:state
468 sp->charcnt + /* chars */
498 sp->chars[i] = *p++;
499 sp->chars[i] = '\0'; /* ensure '\0' at end */
591 sp->chars[sp->charcnt++] =
592 ts.chars[i];
949 if (stdlen >= sizeof sp->chars)
950 stdlen = (sizeof sp->chars) - 1;
1149 if ((size_t) sp->charcnt > sizeof sp->chars)
1151 cp = sp->chars;
[all...]
/system/core/init/
H A Dinit_parser.c173 static int push_chars(char **dst, int *len, const char *chars, int cnt) argument
178 memcpy(*dst, chars, cnt);

Completed in 110 milliseconds