Home
last modified time | relevance | path

Searched refs:punycode_pos (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libiberty/
Drust-demangle.c381 size_t len, cap, punycode_pos, j; in print_ident() local
496 punycode_pos = 0; in print_ident()
497 while (punycode_pos < ident.punycode_len) in print_ident()
512 if (punycode_pos >= ident.punycode_len) in print_ident()
514 d = ident.punycode[punycode_pos++]; in print_ident()
567 if (punycode_pos == ident.punycode_len) in print_ident()
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Drust-demangle.c381 size_t len, cap, punycode_pos, j; in print_ident() local
496 punycode_pos = 0; in print_ident()
497 while (punycode_pos < ident.punycode_len) in print_ident()
512 if (punycode_pos >= ident.punycode_len) in print_ident()
514 d = ident.punycode[punycode_pos++]; in print_ident()
567 if (punycode_pos == ident.punycode_len) in print_ident()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Drust-demangle.c381 size_t len, cap, punycode_pos, j; in print_ident() local
496 punycode_pos = 0; in print_ident()
497 while (punycode_pos < ident.punycode_len) in print_ident()
512 if (punycode_pos >= ident.punycode_len) in print_ident()
514 d = ident.punycode[punycode_pos++]; in print_ident()
567 if (punycode_pos == ident.punycode_len) in print_ident()