Searched refs:token_save (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 14959 char *token_save = NULL; in aarch64_validate_sls_mitigation() local 14974 str = strtok_r (str_root, ",", &token_save); in aarch64_validate_sls_mitigation() 14995 str = strtok_r (NULL, ",", &token_save); in aarch64_validate_sls_mitigation() 15011 char* token_save = NULL; in aarch64_parse_branch_protection() local 15012 char *str = strtok_r (str_root, "+", &token_save); in aarch64_parse_branch_protection() 15018 char *next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection() 15034 next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection() 15057 next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 18031 char *token_save = NULL; in aarch64_validate_sls_mitigation() local 18046 str = strtok_r (str_root, ",", &token_save); in aarch64_validate_sls_mitigation() 18067 str = strtok_r (NULL, ",", &token_save); in aarch64_validate_sls_mitigation() 18083 char* token_save = NULL; in aarch64_parse_branch_protection() local 18084 char *str = strtok_r (str_root, "+", &token_save); in aarch64_parse_branch_protection() 18090 char *next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection() 18106 next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection() 18129 next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection()
|