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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dfileio.c3851 int newargcnt; local
3868 newargcnt = argcnt + 1;
3871 if ((newargs = (char **) malloc((newargcnt + 1) * sizeof(char *))) == NULL) {

Completed in 105 milliseconds