Searched refs:host_len (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dnetstuff.cc93 size_t host_len; local
98 host_len = last_colon_pos;
102 host_len = spec.size ();
104 ret.host_str = spec.substr (0, host_len);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dnetstuff.cc94 size_t host_len; local
99 host_len = last_colon_pos;
103 host_len = spec.size ();
105 ret.host_str = spec.substr (0, host_len);
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp.c321 size_t host_len, path_len; local
378 host_len = os_strlen(host);
380 alloc_len = host_len + 1 + 1 + path_len + 1;
397 os_memcpy(mem, host, host_len);
398 mem += host_len + 1;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap.c1986 size_t host_len; local
2029 host_len = (bracketp - 1) - parsep;
2030 host = get_substring(parsep + 1, host_len, ebuf);
2047 host_len = strcspn(parsep, ":");
2048 host = get_substring(parsep, host_len, ebuf);
2058 parsep = parsep + host_len;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dc-exp.y2931 int host_len;
2933 &yylval.tsval, &host_len);
2936 if (host_len == 0)
2938 else if (host_len > 2 && c == '\'')
2946 else if (host_len > 1)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dc-exp.y2926 int host_len;
2928 &yylval.tsval, &host_len);
2931 if (host_len == 0)
2933 else if (host_len > 2 && c == '\'')
2941 else if (host_len > 1)

Completed in 439 milliseconds