/external/srec/seti/setiUtils/src/ |
platform_utils.c | 41 If no more tokens left, token_len is 0 44 char * safe_strtok(char *input_str, char *seps, int * token_len) 73 *token_len = 0; 83 (*token_len)++;
|
/external/srec/seti/setiUtils/include/ |
platform_utils.h | 35 If no more tokens left, token_len is 0 37 char * safe_strtok(char *input_str, char *seps, int * token_len);
|
/external/qemu/android/ |
charmap.c | 289 size_t token_len = token_ends - token_starts; local 290 if ((0 == token_len) || (token_len >= max_token_len)) { 293 memcpy(token, token_starts, token_len); 294 token[token_len] = '\0';
|
console.c | 2732 size_t token_len; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regcomp.c | 84 re_token_t *token, int token_len, 2039 int token_len; local 3030 int token_len; local [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 1201 $token_len = strlen($token); variable [all...] |