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

/freebsd-10.3-release/contrib/libpcap/
H A Dinet.c842 char *tAstr; local
863 tAstr = (char*)TAdaptersName;
869 while(sscanf(tAstr, "%S", tUstr) > 0)
871 tAstr += strlen(tAstr) + 1;
876 tAstr++;
886 strcpy(tmp, tAstr);
887 tmp += strlen(tAstr) + 1;
889 tAstr += strlen(tAstr)
[all...]

Completed in 95 milliseconds