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

  /external/toybox/toys/posix/
env.c 34 if (toys.optflags & FLAG_i) clearenv();
rm.c 40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) {
59 if (flags & FLAG_i) {
tee.c 48 if (toys.optflags & FLAG_i) xsignal(SIGINT, SIG_IGN);
uniq.c 90 diff = !(toys.optflags & FLAG_i) ? strcmp(t1, t2) : strcasecmp(t1, t2);
92 diff = !(toys.optflags & FLAG_i) ? strncmp(t1, t2, TT.maxchars)
grep.c 115 int i = (toys.optflags & FLAG_i);
123 if (toys.optflags & FLAG_i) s = strnstr(line, seek->arg);
302 ((toys.optflags & FLAG_i) ? REG_ICASE : 0));
cpio.c 97 toys.optflags |= FLAG_i;
110 if (toys.optflags & (FLAG_i|FLAG_t)) for (;;) {
sort.c 98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str;
158 if (flags&FLAG_i) {
cp.c 171 else if (flags & FLAG_i) {
419 if (exists && ((toys.optflags & FLAG_i) || !(st.st_mode & 0222))) {
ls.c 142 len[1] = (flags & FLAG_i) ? numlen(st->st_ino) : 0;
421 if (flags & FLAG_i) printf("%*lu ", totals[1], (unsigned long)st->st_ino);
sed.c 627 int i = toys.optflags & FLAG_i;
    [all...]
  /external/toybox/toys/pending/
chrt.c 56 !(toys.optflags&(FLAG_b|FLAG_f|FLAG_i|FLAG_o|FLAG_r))) {
78 else if (toys.optflags&FLAG_i) policy = SCHED_IDLE;
telnetd.c 193 if (toys.optflags & FLAG_i) fcntl((sockfd + 1), F_SETFL, flags | O_NONBLOCK);
195 writeall((toys.optflags & FLAG_i)?1:sockfd, intial_iacs, sizeof(intial_iacs));
311 int inetd_m = toys.optflags & FLAG_i;
437 if (toys.optflags & FLAG_i) exit(EXIT_SUCCESS);
traceroute.c 534 if (toys.optflags & FLAG_i) bind_to_interface(TT.snd_sock);
600 if (toys.optflags & FLAG_i) bind_to_interface(TT.snd_sock);
617 if (toys.optflags & FLAG_i) bind_to_interface(p_fd);
sh.c 317 if (isatty(0)) toys.optflags |= FLAG_i;
arp.c 265 || ((toys.optflags & FLAG_i) && strcmp(TT.interface, dev))
getty.c 248 if (!(toys.optflags & FLAG_i)) write_issue(TT.issue_str);
310 if (toys.optflags & FLAG_I)
diff.c 210 if (toys.optflags & FLAG_i)
dhcp.c     [all...]
  /external/toybox/generated/
flags.h 38 #undef FLAG_i
56 #undef FLAG_I
75 #undef FLAG_i
252 #undef FLAG_i
276 #undef FLAG_I
338 #undef FLAG_i
368 #undef FLAG_i
478 #undef FLAG_i
505 #undef FLAG_i
523 #undef FLAG_i
    [all...]
  /external/toybox/toys/other/
base64.c 75 if (buf[i] == '\n' || (toys.optflags & FLAG_i)) continue;
  /external/toybox/toys/lsb/
killall.c 42 if (toys.optflags & FLAG_i) {

Completed in 2685 milliseconds