Searched refs:FLAG_w (Results 1 – 15 of 15) sorted by relevance
55 #undef FLAG_w74 #undef FLAG_w95 #undef FLAG_w491 #undef FLAG_w657 #undef FLAG_w688 #undef FLAG_w865 #undef FLAG_w874 #undef FLAG_w1016 #undef FLAG_w1041 #undef FLAG_w[all …]
80 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()
39 if (toys.optflags & FLAG_w) flags &= ~O_NONBLOCK; in rmmod_main()
99 if ((toys.optflags & FLAG_w) && !value) { in process_key()
337 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()
36 if (toys.optflags & FLAG_w) maxlen = TT.width;
123 if (toys.optflags & FLAG_w) { in openvt_main()
315 if (toys.optflags & FLAG_w) toys.optflags |= FLAG_F; in telnetd_main()334 if ((toys.optflags & FLAG_w) && !session_list) { in telnetd_main()
312 if (toys.optflags & FLAG_w) { in getty_main()
195 if ((toys.optflags & FLAG_w) && ((TT.end - TT.start) > in send_signal()
216 if (toys.optflags & FLAG_w && is_space) continue; in read_tok()
74 if (toys.optflags & FLAG_w) { in seq_main()
134 fd = open("/dev/kmsg", O_RDONLY|(O_NONBLOCK*!(toys.optflags&FLAG_w))); in dmesg_main()
117 if (!toys.optflags) toys.optflags = FLAG_l|FLAG_w|FLAG_c; in wc_main()
1291 if (!isatty(1) || !terminal_size(&TT.width, 0)) toys.optflags |= FLAG_w; in ps_main()