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

  /external/iptables/iptables/
ip6tables.c 90 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
91 static const char optflags[] variable
327 optflags[i]);
338 optflags[i]);
346 for (ptr = optflags; option > 1; option >>= 1, ptr++);
    [all...]
iptables.c 88 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
89 static const char optflags[] variable
340 optflags[i]);
351 optflags[i]);
359 for (ptr = optflags; option > 1; option >>= 1, ptr++);
    [all...]
  /external/mksh/src/
Build.sh 334 optflags=-std-compile-opts
351 optflags=$i
379 optflags=-std-compile-opts
    [all...]

Completed in 146 milliseconds