Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DdebugInit.c934 get_tok(char **src, char *buf, int buflen, char sep) in get_tok() function
1083 if (get_tok(pstr, buf, (int)sizeof(buf), ',')) { in get_boolean()
1178 if (!get_tok(&str, buf, (int)sizeof(buf), '=')) { in parseOptions()
1184 if (!get_tok(&str, current, (int)(end - current), ',')) { in parseOptions()
1195 if (!get_tok(&str, current, (int)(end - current), ',')) { in parseOptions()
1206 if (!get_tok(&str, current, (int)(end - current), ',')) { in parseOptions()
1213 if (!get_tok(&str, current, (int)(end - current), ',')) { in parseOptions()
1222 if (!get_tok(&str, current + 1, (int)(end - current - 1), ',')) { in parseOptions()
1236 if (!get_tok(&str, current, (int)(end - current), ',')) { in parseOptions()
1281 if (!get_tok(&str, current, (int)(end - current), ',')) { in parseOptions()
[all …]