/external/srec/seti/setiUtils/include/ |
H A D | 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/ |
H A D | 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) argument 73 *token_len = 0; 83 (*token_len)++;
|
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | sae.h | 60 const u8 **token, size_t *token_len, int *allowed_groups);
|
H A D | sae.c | 716 size_t *token_len) 724 if (token_len) 725 *token_len = tlen; 730 if (token_len) 731 *token_len = 0; 880 const u8 **token, size_t *token_len, int *allowed_groups) 894 sae_parse_commit_token(sae, &pos, end, token, token_len); 714 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len) argument 879 sae_parse_commit(struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) argument
|
/external/wpa_supplicant_8/src/common/ |
H A D | sae.h | 60 const u8 **token, size_t *token_len, int *allowed_groups);
|
H A D | sae.c | 716 size_t *token_len) 724 if (token_len) 725 *token_len = tlen; 730 if (token_len) 731 *token_len = 0; 880 const u8 **token, size_t *token_len, int *allowed_groups) 894 sae_parse_commit_token(sae, &pos, end, token, token_len); 714 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len) argument 879 sae_parse_commit(struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | sae.h | 60 const u8 **token, size_t *token_len, int *allowed_groups);
|
H A D | sae.c | 716 size_t *token_len) 724 if (token_len) 725 *token_len = tlen; 730 if (token_len) 731 *token_len = 0; 880 const u8 **token, size_t *token_len, int *allowed_groups) 894 sae_parse_commit_token(sae, &pos, end, token, token_len); 714 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len) argument 879 sae_parse_commit(struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) argument
|
/external/chromium_org/ui/base/l10n/ |
H A D | l10n_util.cc | 640 int token_len = 0; local 644 token_len++; 648 if (token_index > 0 && (token_len < 1 || token_len > 8)) { 652 token_len = 0; 654 if (token_index == 0 && (token_len < 1 || token_len > 3)) { 656 } else if (token_len < 1 || token_len > 8) {
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
H A D | markdown.php | 1201 $token_len = strlen($token); variable 1204 if ($token_len == 3) { 1216 $token_stack[0] = str_repeat($token{0}, 3-$token_len); 1217 $tag = $token_len == 2 ? "strong" : "em"; 1225 } else if ($token_len == 3) { 1247 } else if ($token_len == 2) { 1267 # Here $token_len == 1
|
/external/qemu/android/ |
H A D | console.c | 2732 size_t token_len; local 2737 token_len = param_end - args; 2741 if (strncmp(protocol, "-raw", token_len) && 2742 strncmp(protocol, "-shared", token_len)) {
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ieee802_11.c | 394 const u8 *token, size_t token_len) 398 if (token_len != SHA256_MAC_LEN) 457 size_t token_len = 0; local 464 &token_len, hapd->conf->sae_groups); 465 if (token && check_sae_token(hapd, sta->addr, token, token_len) 393 check_sae_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) argument
|
/external/wpa_supplicant_8/src/ap/ |
H A D | ieee802_11.c | 394 const u8 *token, size_t token_len) 398 if (token_len != SHA256_MAC_LEN) 457 size_t token_len = 0; local 464 &token_len, hapd->conf->sae_groups); 465 if (token && check_sae_token(hapd, sta->addr, token, token_len) 393 check_sae_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ieee802_11.c | 394 const u8 *token, size_t token_len) 398 if (token_len != SHA256_MAC_LEN) 457 size_t token_len = 0; local 464 &token_len, hapd->conf->sae_groups); 465 if (token && check_sae_token(hapd, sta->addr, token, token_len) 393 check_sae_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) argument
|