Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap.c1735 char *parsep, *atsignp, *bracketp; local
1893 atsignp = strchr(parsep, '@');
1894 if (atsignp != NULL) {
1900 userinfo_len = atsignp - parsep;
1910 parsep = atsignp + 1;