HomeSort by relevance Sort by last modified time
    Searched refs:newargc (Results 1 - 6 of 6) sorted by null

  /external/iptables/iptables/
iptables-xml.c 80 static unsigned int newargc = 0; variable
105 /* funCtion adding one argument to newargv, updating newargc
110 DEBUGP("add_argv: %d %s\n", newargc, what);
111 if (what && newargc + 1 < ARRAY_SIZE(newargv)) {
112 newargv[newargc] = strdup(what);
113 newargvattr[newargc] = quoted;
114 newargc++;
125 for (i = 0; i < newargc; i++) {
129 newargc = 0;
147 oldargc = newargc;
    [all...]
ip6tables-restore.c 92 static int newargc; variable
94 /* function adding one argument to newargv, updating newargc
98 if (what && newargc + 1 < ARRAY_SIZE(newargv)) {
99 newargv[newargc] = strdup(what);
100 newargc++;
112 for (i = 0; i < newargc; i++)
334 newargc = 0;
438 newargc, curtable);
440 for (a = 0; a < newargc; a++)
443 ret = do_command6(newargc, newargv
    [all...]
iptables-restore.c 92 static int newargc; variable
94 /* function adding one argument to newargv, updating newargc
98 if (what && newargc + 1 < ARRAY_SIZE(newargv)) {
99 newargv[newargc] = strdup(what);
100 newargc++;
112 for (i = 0; i < newargc; i++)
339 newargc = 0;
443 newargc, curtable);
445 for (a = 0; a < newargc; a++)
448 ret = do_command4(newargc, newargv
    [all...]
  /system/core/libcutils/
zygote.c 224 const int newargc = argc; local
245 pid = send_request(fd, 0, newargc, newargv);
  /external/pcre/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]

Completed in 2167 milliseconds