HomeSort by relevance Sort by last modified time
    Searched refs:newargc (Results 1 - 17 of 17) 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 186 const int newargc = argc; local
207 pid = send_request(fd, 0, newargc, newargv);
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/expat/
libtool     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/open-vcdiff/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]

Completed in 1767 milliseconds