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

1 2 3 4 5 67

  /external/toybox/toys/pending/
ipcs.c 41 #define flag(x) (toys.optflags & FLAG_ ## x)
432 if (!(flag(m) || flag(s) || flag(q)) || flag(a)) toys.optflags |= (FLAG_m|FLAG_s|FLAG_q);
lsof.c 69 if (toys.optflags&FLAG_t) {
421 if (!(toys.optflags&FLAG_l) && (pw = getpwuid(sb.st_uid))) {
sh.c 317 if (isatty(0)) toys.optflags |= FLAG_i;
dhcpd.c     [all...]
  /external/toybox/toys/other/
hexedit.c 121 int x, i, side = 0, key, ro = toys.optflags&FLAG_r,
  /external/iptables/iptables/
xtables.c 58 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
59 static const char optflags[] variable
298 optflags[i]);
309 optflags[i]);
317 for (ptr = optflags; option > 1; option >>= 1, ptr++);
    [all...]
xtables-arp.c 107 static const char optflags[NUMBER_OF_OPT] variable
523 optflags[i]);
534 optflags[i]);
542 for (ptr = optflags; option > 1; option >>= 1, ptr++);
    [all...]
ip6tables.c 75 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
76 static const char optflags[] variable
321 optflags[i]);
332 optflags[i]);
340 for (ptr = optflags; option > 1; option >>= 1, ptr++);
    [all...]
iptables.c 72 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
73 static const char optflags[] variable
314 optflags[i]);
325 optflags[i]);
333 for (ptr = optflags; option > 1; option >>= 1, ptr++);
    [all...]
  /external/toybox/toys/net/
ifconfig.c 304 display_ifconfig(sl->str, toys.optflags & FLAG_a, val);
331 if(!sl) display_ifconfig(ifre->ifr_name, toys.optflags & FLAG_a, 0);
  /external/toybox/toys/posix/
find.c 204 recurse = DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!(toys.optflags&FLAG_L));
564 dirtree_flagread(ss[i], DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)),
file.c 301 if (fd || !((toys.optflags & FLAG_L) ? stat : lstat)(name, &sb)) {
  /external/toybox/toys/lsb/
md5sum.c 344 printf((toys.optflags & FLAG_b) ? "%s\n" : "%s %s\n", toybuf, name);
  /external/mksh/src/
Build.sh 493 optflags=-std-compile-opts
512 optflags=$i
544 optflags=-std-compile-opts
    [all...]
misc.c 125 unsigned char optflags; \
    [all...]

Completed in 382 milliseconds

1 2 3 4 5 67