Home
last modified time | relevance | path

Searched refs:FLAG_i (Results 1 – 20 of 20) sorted by relevance

/external/toybox/generated/
Dflags.h38 #undef FLAG_i
67 #undef FLAG_i
314 #undef FLAG_i
344 #undef FLAG_i
454 #undef FLAG_i
481 #undef FLAG_i
499 #undef FLAG_i
529 #undef FLAG_i
631 #undef FLAG_i
847 #undef FLAG_i
[all …]
/external/toybox/toys/posix/
Drm.c40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) { in do_rm()
59 if (flags & FLAG_i) { in do_rm()
Duniq.c90 diff = !(toys.optflags & FLAG_i) ? strcmp(t1, t2) : strcasecmp(t1, t2); in uniq_main()
92 diff = !(toys.optflags & FLAG_i) ? strncmp(t1, t2, TT.maxchars) in uniq_main()
Dgrep.c120 int i = (toys.optflags & FLAG_i); in do_grep()
128 if (toys.optflags & FLAG_i) s = strnstr(line, seek->arg); in do_grep()
307 ((toys.optflags & FLAG_i) ? REG_ICASE : 0)); in parse_regex()
Denv.c34 if (toys.optflags & FLAG_i) clearenv(); in env_main()
Dtee.c48 if (toys.optflags & FLAG_i) xsignal(SIGINT, SIG_IGN); in tee_main()
Dcpio.c97 toys.optflags |= FLAG_i; in cpio_main()
110 if (toys.optflags & (FLAG_i|FLAG_t)) for (;;) { in cpio_main()
Dsort.c98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str; in get_key_data()
155 if (flags&FLAG_i) { in get_key_data()
Dcp.c188 else if (flags & FLAG_i) { in cp_node()
422 && ((toys.optflags & FLAG_i) || !(st.st_mode & 0222))) in cp_main()
Dls.c138 len[1] = (flags & FLAG_i) ? numlen(st->st_ino) : 0; in entrylen()
424 if (flags & FLAG_i) in listfiles()
Dsed.c675 int i = toys.optflags & FLAG_i; in do_sed()
1050 if (!(toys.optflags & FLAG_i)) walk_pattern(0, 0); in sed_main()
/external/toybox/toys/pending/
Dtelnetd.c193 if (toys.optflags & FLAG_i) fcntl((sockfd + 1), F_SETFL, flags | O_NONBLOCK); in new_session()
195 writeall((toys.optflags & FLAG_i)?1:sockfd, intial_iacs, sizeof(intial_iacs)); in new_session()
311 int inetd_m = toys.optflags & FLAG_i; in telnetd_main()
437 if (toys.optflags & FLAG_i) exit(EXIT_SUCCESS); in telnetd_main()
Dtraceroute.c534 if (toys.optflags & FLAG_i) bind_to_interface(TT.snd_sock); in traceroute_main()
600 if (toys.optflags & FLAG_i) bind_to_interface(TT.snd_sock); in traceroute_main()
617 if (toys.optflags & FLAG_i) bind_to_interface(p_fd); in traceroute_main()
Dsh.c371 if (isatty(0)) toys.optflags |= FLAG_i; in sh_main()
Darp.c265 || ((toys.optflags & FLAG_i) && strcmp(TT.interface, dev)) in arp_main()
Dgetty.c248 if (!(toys.optflags & FLAG_i)) write_issue(TT.issue_str); in read_login_name()
Ddiff.c210 if (toys.optflags & FLAG_i) in read_tok()
Ddhcp.c1301 state->iface = (toys.optflags & FLAG_i) ? TT.iface : "eth0"; in dhcp_main()
/external/toybox/toys/other/
Dbase64.c62 if (buf[i] == '\n' || (toys.optflags & FLAG_i)) continue;
/external/toybox/toys/lsb/
Dkillall.c42 if (toys.optflags & FLAG_i) {