Searched refs:ntoken (Results 1 – 2 of 2) sorted by relevance
14379 const char* ntoken = option; in aarch64_parse_boolean_options() local14382 while ((ntoken = strchr (specs, separator))) in aarch64_parse_boolean_options()14384 size_t token_length = ntoken - specs; in aarch64_parse_boolean_options()14399 specs = ++ntoken; in aarch64_parse_boolean_options()14566 char* ntoken = string; in aarch64_parse_override_string() local14568 while ((ntoken = strchr (string, separator))) in aarch64_parse_override_string()14570 size_t token_length = ntoken - string; in aarch64_parse_override_string()14572 *ntoken = '\0'; in aarch64_parse_override_string()14574 string = ++ntoken; in aarch64_parse_override_string()
17433 const char* ntoken = option; in aarch64_parse_boolean_options() local17436 while ((ntoken = strchr (specs, separator))) in aarch64_parse_boolean_options()17438 size_t token_length = ntoken - specs; in aarch64_parse_boolean_options()17453 specs = ++ntoken; in aarch64_parse_boolean_options()17620 char* ntoken = string; in aarch64_parse_override_string() local17622 while ((ntoken = strchr (string, separator))) in aarch64_parse_override_string()17624 size_t token_length = ntoken - string; in aarch64_parse_override_string()17626 *ntoken = '\0'; in aarch64_parse_override_string()17628 string = ++ntoken; in aarch64_parse_override_string()