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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Ddefaults.c587 char *pSuffix = NULL; local
593 pSuffix = strchr(name, '_');
595 if ((strncmp(name, "wl", 2) == 0) && isdigit(name[2]) && (pSuffix != NULL)) {
597 strcpy(&fixed_name[2], pSuffix);

Completed in 28 milliseconds