Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgo-lang.c199 const char *first_dot; in unpack_mangled_go_symbol() local
246 first_dot = strchr (mangled_name, '.'); in unpack_mangled_go_symbol()
247 if (first_dot == NULL) in unpack_mangled_go_symbol()
254 if (last_dot == first_dot) in unpack_mangled_go_symbol()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgo-lang.c199 const char *first_dot; in unpack_mangled_go_symbol() local
246 first_dot = strchr (mangled_name, '.'); in unpack_mangled_go_symbol()
247 if (first_dot == NULL) in unpack_mangled_go_symbol()
254 if (last_dot == first_dot) in unpack_mangled_go_symbol()
/netbsd/external/mpl/dhcp/dist/common/
H A Doptions.c3659 unsigned char *first_dot; in fqdn6_universe_decode() local
3723 first_dot = (unsigned char *)strchr((char *)fqdn_start, '.'); in fqdn6_universe_decode()
3725 if (first_dot != NULL) { in fqdn6_universe_decode()
3726 hlen = first_dot - fqdn_start; in fqdn6_universe_decode()
3741 first_dot, dlen, FQDN_DOMAINNAME, 0))) in fqdn6_universe_decode()