HomeSort by relevance Sort by last modified time
    Searched refs:token_len (Results 1 - 3 of 3) 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)++;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c 323 char *token, unsigned long token_len,
329 while(buffer_len && token_len && *buffer!=del && *buffer)
333 --token_len;
    [all...]

Completed in 124 milliseconds