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

/freebsd-10.3-release/contrib/libpcap/
H A Dinet.c843 WCHAR *tUstr; local
864 tUstr = (WCHAR*)AdaptersName;
869 while(sscanf(tAstr, "%S", tUstr) > 0)
872 tUstr += wcslen(tUstr) + 1;
877 *tUstr = 0;
878 tUstr++;
885 char* tmp = (char*)tUstr;
888 tUstr = (WCHAR*)tmp;

Completed in 42 milliseconds