Searched refs:FLAG_i (Results 1 – 19 of 19) sorted by relevance
/external/toybox/generated/ |
D | flags.h | 34 #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/ |
D | rm.c | 40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) { in do_rm() 58 if (flags & FLAG_i) { in do_rm()
|
D | uniq.c | 90 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()
|
D | grep.c | 101 int i = (toys.optflags & FLAG_i); 109 if (toys.optflags & FLAG_i) { 243 ((toys.optflags & FLAG_i) ? REG_ICASE : 0)); in parse_regex()
|
D | tee.c | 48 if (toys.optflags & FLAG_i) xsignal(SIGINT, SIG_IGN); in tee_main()
|
D | cpio.c | 86 toys.optflags |= FLAG_i; in cpio_main() 102 if (toys.optflags & (FLAG_i|FLAG_t)) for (;;) { in cpio_main()
|
D | sort.c | 95 && !(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()
|
D | cp.c | 149 else if (flags & FLAG_i) { 330 && ((toys.optflags & FLAG_i) || !(st.st_mode & 0222))) in cp_main()
|
D | ls.c | 181 len[1] = (flags & FLAG_i) ? numlen(st->st_ino) : 0; in entrylen() 416 if (flags & FLAG_i) in listfiles()
|
D | sed.c | 674 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/ |
D | telnetd.c | 193 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()
|
D | traceroute.c | 534 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()
|
D | sh.c | 368 if (isatty(0)) toys.optflags |= FLAG_i; in sh_main()
|
D | arp.c | 265 || ((toys.optflags & FLAG_i) && strcmp(TT.interface, dev)) in arp_main()
|
D | getty.c | 248 if (!(toys.optflags & FLAG_i)) write_issue(TT.issue_str); in read_login_name()
|
D | diff.c | 210 if (toys.optflags & FLAG_i) in read_tok()
|
D | dhcp.c | 1301 state->iface = flag_get(FLAG_i, TT.iface, "eth0"); in dhcp_main()
|
/external/toybox/toys/other/ |
D | base64.c | 62 if (buf[i] == '\n' || (toys.optflags & FLAG_i)) continue;
|
/external/toybox/toys/lsb/ |
D | killall.c | 42 if (toys.optflags & FLAG_i) {
|