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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c233 static char afname[256] = ""; variable
689 if (strlen(paft->name) + strlen(afname) + 1 >= sizeof(afname)) {
695 if (afname[0])
696 strcat(afname, ",");
697 strcat(afname, paft->name);
716 strcpy(afname, dflt);
740 afname[0] = '\0';
742 strcpy(afname, buf);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c268 static char afname[256] = ""; variable
724 if (strlen(paft->name) + strlen(afname) + 1 >= sizeof(afname)) {
730 if (afname[0])
731 strcat(afname, ",");
732 strcat(afname, paft->name);
751 strcpy(afname, dflt);
775 afname[0] = '\0';
777 strcpy(afname, buf);

Completed in 55 milliseconds