Home
last modified time | relevance | path

Searched refs:FLAG_w (Results 1 – 13 of 13) sorted by relevance

/external/toybox/toys/pending/
Dhwclock.c78 int w = toys.optflags & FLAG_w, flag = O_WRONLY*w; in hwclock_main()
101 if (toys.optflags & (FLAG_w|FLAG_t)) in hwclock_main()
105 if (toys.optflags & FLAG_w) { in hwclock_main()
Dnetstat.c582 #define IS_NETSTAT_PROTO_FLAGS_UP (toys.optflags & (FLAG_t | FLAG_u | FLAG_w | FLAG_x)) in netstat_main()
584 if (!toys.optflags) toys.optflags = FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
593 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
596 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
599 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
602 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
605 toys.optflags |= FLAG_t | FLAG_u | FLAG_w | FLAG_x; in netstat_main()
616 if ( (toys.optflags & FLAG_t) || (toys.optflags & FLAG_u) || (toys.optflags & FLAG_w) ) { in netstat_main()
632 if (toys.optflags & FLAG_w) {//For raw in netstat_main()
Dfold.c36 if (toys.optflags & FLAG_w) maxlen = TT.width;
Dopenvt.c122 if (toys.optflags & FLAG_w) { in openvt_main()
Dtelnetd.c315 if (toys.optflags & FLAG_w) toys.optflags |= FLAG_F; in telnetd_main()
334 if ((toys.optflags & FLAG_w) && !session_list) { in telnetd_main()
Dgetty.c314 if (toys.optflags & FLAG_w) { in getty_main()
Darping.c201 if ((toys.optflags & FLAG_w) && ((TT.end - TT.start) > in send_signal()
Ddiff.c213 if (toys.optflags & FLAG_w && is_space) continue; in read_tok()
/external/toybox/generated/
Dflags.h51 #undef FLAG_w
62 #undef FLAG_w
485 #undef FLAG_w
667 #undef FLAG_w
768 #undef FLAG_w
790 #undef FLAG_w
933 #undef FLAG_w
1435 #undef FLAG_w
1488 #undef FLAG_w
1506 #undef FLAG_w
[all …]
/external/toybox/toys/posix/
Dgrep.c67 int lcount = 0, mcount = 0, which = toys.optflags & FLAG_w ? 2 : 0;
223 int w = toys.optflags & FLAG_w; in parse_regex()
275 if (*toys.which->name == 'e' || (toys.optflags & FLAG_w)) in grep_main()
/external/toybox/toys/other/
Drmmod.c39 if (toys.optflags & FLAG_w) flags &= ~O_NONBLOCK; in rmmod_main()
Dsysctl.c99 if ((toys.optflags & FLAG_w) && !value) { in process_key()
/external/toybox/toys/lsb/
Dmount.c274 if (toys.optflags & FLAG_w) comma_collate(&opts, "rw"); in mount_main()