Lines Matching refs:cbIface
65 int cbIface = strlen(pszIfaceName);
66 const char *pszEnd = pszIfaceName + cbIface - 1;
67 for (int i = 0; i < cbIface - 1; i++)
76 strncpy(pszDevName, pszIfaceName, cbIface - cbInstance);
77 pszDevName[cbIface - cbInstance] = '\0';
335 int cbIface = strlen(szIfaceName);
336 const char *pszEnd = pszIface + cbIface - 1;
337 for (int i = 0; i < cbIface - 1; i++)
346 strncpy(szIfaceName, pszIface, cbIface - cbInstance);
347 szIfaceName[cbIface - cbInstance] = '\0';