Searched refs:FLAG_w (Results 1 – 13 of 13) sorted by relevance
78 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()
582 #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()
36 if (toys.optflags & FLAG_w) maxlen = TT.width;
122 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()
314 if (toys.optflags & FLAG_w) { in getty_main()
201 if ((toys.optflags & FLAG_w) && ((TT.end - TT.start) > in send_signal()
213 if (toys.optflags & FLAG_w && is_space) continue; in read_tok()
51 #undef FLAG_w62 #undef FLAG_w485 #undef FLAG_w667 #undef FLAG_w768 #undef FLAG_w790 #undef FLAG_w933 #undef FLAG_w1435 #undef FLAG_w1488 #undef FLAG_w1506 #undef FLAG_w[all …]
67 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()
39 if (toys.optflags & FLAG_w) flags &= ~O_NONBLOCK; in rmmod_main()
99 if ((toys.optflags & FLAG_w) && !value) { in process_key()
274 if (toys.optflags & FLAG_w) comma_collate(&opts, "rw"); in mount_main()