HomeSort by relevance Sort by last modified time
    Searched refs:token_len (Results 1 - 4 of 4) sorted by null

  /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/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)++;
  /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...]