Home
last modified time | relevance | path

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

/external/toybox/generated/
Dflags.h34 #undef FLAG_i
63 #undef FLAG_i
297 #undef FLAG_i
326 #undef FLAG_i
433 #undef FLAG_i
483 #undef FLAG_i
584 #undef FLAG_i
769 #undef FLAG_i
796 #undef FLAG_i
1053 #undef FLAG_i
[all …]
/external/toybox/toys/posix/
Drm.c40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) { in do_rm()
58 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.c101 int i = (toys.optflags & FLAG_i);
109 if (toys.optflags & FLAG_i) {
243 ((toys.optflags & FLAG_i) ? REG_ICASE : 0)); in parse_regex()
Dtee.c48 if (toys.optflags & FLAG_i) xsignal(SIGINT, SIG_IGN); in tee_main()
Dcpio.c86 toys.optflags |= FLAG_i; in cpio_main()
102 if (toys.optflags & (FLAG_i|FLAG_t)) for (;;) { in cpio_main()
Dsort.c95 && !(flags&(FLAG_b&FLAG_d&FLAG_f&FLAG_i&FLAG_bb))) return str; in get_key_data()
152 if (flags&FLAG_i) { in get_key_data()
Dcp.c149 else if (flags & FLAG_i) {
330 && ((toys.optflags & FLAG_i) || !(st.st_mode & 0222))) in cp_main()
Dls.c181 len[1] = (flags & FLAG_i) ? numlen(st->st_ino) : 0; in entrylen()
416 if (flags & FLAG_i) in listfiles()
Dsed.c674 int i = toys.optflags & FLAG_i; in do_sed()
1045 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.c368 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 = flag_get(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) {