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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcmdline.c318 int new_argc;
828 for (new_argc = 0, x = 0; x < cmdl_len; x++)
830 new_argc++;
834 ** is supposed to be NULL, so allocate enough for new_argc+1.
836 if ((new_argv = (char **) calloc(new_argc+1, sizeof(char *))) == NULL)
843 for (ptr = the_cmd_line, x = 0; x < new_argc; x++) {
847 new_argv[new_argc] = NULL;
850 printf("new_argc = %d\n", new_argc);
851 for (x = 0; x < new_argc;
315 int new_argc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c371 int new_argc;
1518 for (new_argc = 0, x = 0; x < cmdl_len; x++)
1520 new_argc++;
1524 ** is supposed to be NULL, so allocate enough for new_argc+1.
1526 if ((new_argv = (char **) calloc(new_argc+1, sizeof(char *))) == NULL)
1533 for (ptr = the_cmd_line, x = 0; x < new_argc; x++) {
1537 new_argv[new_argc] = NULL;
1540 printf("new_argc = %d\n", new_argc);
1541 for (x = 0; x < new_argc;
368 int new_argc; local
[all...]

Completed in 84 milliseconds