Home
last modified time | relevance | path

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

/external/libpcap/
Dinet.c700 char *tAstr; local
721 tAstr = (char*)TAdaptersName;
727 while(sscanf(tAstr, "%S", tUstr) > 0)
729 tAstr += strlen(tAstr) + 1;
734 tAstr++;
743 strcpy((char*)tUstr, tAstr);
744 (char*)tUstr += strlen(tAstr) + 1;;
745 tAstr += strlen(tAstr) + 1;