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

/external/libpcap/
H A Dinet.c1007 WCHAR *tUstr; local
1028 tUstr = (WCHAR*)AdaptersName;
1033 while(sscanf(tAstr, "%S", tUstr) > 0)
1036 tUstr += wcslen(tUstr) + 1;
1041 *tUstr = 0;
1042 tUstr++;
1049 char* tmp = (char*)tUstr;
1052 tUstr = (WCHAR*)tmp;

Completed in 51 milliseconds