Home
last modified time | relevance | path

Searched refs:next_str (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.cc981 ctf_string_t * next_str = NULL; in ctfc_delete_strtab() local
984 next_str = str; in ctfc_delete_strtab()
985 while (next_str != NULL) in ctfc_delete_strtab()
987 next_str = str->cts_next; in ctfc_delete_strtab()
989 str = next_str; in ctfc_delete_strtab()
/netbsd-src/external/bsd/nsd/dist/
H A Dzonec.c1074 const char *next_str; in zparser_conv_svcbparam_alpn_value() local
1086 str_len = (next_str = parse_alpn_next_unescaped_comma(val)) in zparser_conv_svcbparam_alpn_value()
1087 ? (size_t)(next_str - val) : val_len; in zparser_conv_svcbparam_alpn_value()
1098 if (!next_str) in zparser_conv_svcbparam_alpn_value()
1102 val_len -= next_str - val + 1; in zparser_conv_svcbparam_alpn_value()
1103 val = next_str + 1; in zparser_conv_svcbparam_alpn_value()
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c1480 const char *next_str; in sldns_str2wire_svcbparam_alpn_value() local
1493 str_len = (next_str = sldns_str2wire_svcbparam_parse_next_unescaped_comma(val)) in sldns_str2wire_svcbparam_alpn_value()
1494 ? (size_t)(next_str - val) : val_len; in sldns_str2wire_svcbparam_alpn_value()
1504 if (!next_str) in sldns_str2wire_svcbparam_alpn_value()
1508 val_len -= next_str - val + 1; in sldns_str2wire_svcbparam_alpn_value()
1509 val = next_str + 1; in sldns_str2wire_svcbparam_alpn_value()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c15018 char *next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection() local
15032 res = type->handler (str, next_str); in aarch64_parse_branch_protection()
15033 str = next_str; in aarch64_parse_branch_protection()
15034 next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection()
15055 res = subtype->handler (str, next_str); in aarch64_parse_branch_protection()
15056 str = next_str; 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 Daarch64.cc18090 char *next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection() local
18104 res = type->handler (str, next_str); in aarch64_parse_branch_protection()
18105 str = next_str; in aarch64_parse_branch_protection()
18106 next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection()
18127 res = subtype->handler (str, next_str); in aarch64_parse_branch_protection()
18128 str = next_str; in aarch64_parse_branch_protection()
18129 next_str = strtok_r (NULL, "+", &token_save); in aarch64_parse_branch_protection()