Home
last modified time | relevance | path

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

/external/toybox/generated/
Dflags.h55 #undef FLAG_w
74 #undef FLAG_w
95 #undef FLAG_w
491 #undef FLAG_w
657 #undef FLAG_w
688 #undef FLAG_w
865 #undef FLAG_w
874 #undef FLAG_w
1016 #undef FLAG_w
1041 #undef FLAG_w
[all …]
/external/toybox/toys/other/
Dhwclock.c80 int w = toys.optflags & FLAG_w, flag = O_WRONLY*w; in hwclock_main()
103 if (toys.optflags & (FLAG_w|FLAG_t)) { in hwclock_main()
109 if (toys.optflags & FLAG_w) { in hwclock_main()
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/net/
Dnetstat.c337 int tuwx = FLAG_t|FLAG_u|FLAG_w|FLAG_x; in netstat_main()
350 if (toys.optflags&(FLAG_t|FLAG_u|FLAG_w)) { in netstat_main()
366 if (toys.optflags & FLAG_w) { in netstat_main()
/external/toybox/toys/pending/
Dfold.c36 if (toys.optflags & FLAG_w) maxlen = TT.width;
Dopenvt.c123 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.c312 if (toys.optflags & FLAG_w) { in getty_main()
Darping.c195 if ((toys.optflags & FLAG_w) && ((TT.end - TT.start) > in send_signal()
Ddiff.c216 if (toys.optflags & FLAG_w && is_space) continue; in read_tok()
/external/toybox/toys/lsb/
Dseq.c74 if (toys.optflags & FLAG_w) { in seq_main()
Ddmesg.c134 fd = open("/dev/kmsg", O_RDONLY|(O_NONBLOCK*!(toys.optflags&FLAG_w))); in dmesg_main()
/external/toybox/toys/posix/
Dwc.c117 if (!toys.optflags) toys.optflags = FLAG_l|FLAG_w|FLAG_c; in wc_main()
Dps.c1291 if (!isatty(1) || !terminal_size(&TT.width, 0)) toys.optflags |= FLAG_w; in ps_main()