Home
last modified time | relevance | path

Searched refs:FLAG_b (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dfold.c60 if (toys.optflags & FLAG_b) len++;
65 if (toys.optflags & FLAG_b) len++;
71 if (!(toys.optflags & FLAG_b)) len = (len & ~7) + 7;
H A Dcrond.c636 if (!(toys.optflags & (FLAG_f | FLAG_b))) toys.optflags |= FLAG_b; in crond_main()
644 if (toys.optflags & FLAG_b) daemon(0,0); in crond_main()
H A Ddhcp6.c477 if (toys.optflags & FLAG_b) { in lease_fail()
481 toys.optflags &= ~FLAG_b; in lease_fail()
H A Darping.c175 if (!(toys.optflags & FLAG_b)) { in recv_from()
H A Dsyslogd.c285 if ((toys.optflags & FLAG_s) || (toys.optflags & FLAG_b)) { in write_rotate()
H A Ddhcp.c1357 if (toys.optflags & FLAG_b) { in dhcp_main()
1361 toys.optflags &= ~FLAG_b; in dhcp_main()
H A Ddiff.c223 if (toys.optflags & FLAG_b) { in read_tok()
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dacpi.c62 if ((toys.optflags & FLAG_b) || (!toys.optflags)) { in acpi_callback()
137 if (toys.optflags & FLAG_V) toys.optflags = FLAG_a|FLAG_b|FLAG_c|FLAG_t; in acpi_main()
138 if (!toys.optflags) toys.optflags = FLAG_b; in acpi_main()
139 if (toys.optflags & (FLAG_a|FLAG_b)) in acpi_main()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dsort.c108 FLAG_b = 0x80, /* Ignore leading blanks */ enumerator
140 && !(flags & (FLAG_b | FLAG_d | FLAG_f | FLAG_i | FLAG_bb)) in get_key()
187 if (flags & FLAG_b) in get_key()
385 if (opts & FLAG_b) in sort_main()
403 FLAG_b | /* Ignore leading blanks */ in sort_main()
438 if (i && flag == FLAG_b) in sort_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dsort.c91 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str; in get_key_data()
125 if ((flags&FLAG_b) || (!TT.t && !key->range[3])) in get_key_data()
358 if (idx && flag==FLAG_b) flag = FLAG_bb; in sort_main()
H A Dcut.c75 if (toys.optflags&FLAG_b) s += start; in cut_line()
H A Dod.c279 if (toys.optflags & FLAG_b) append_base("o1"); in od_main()
H A Dls.c513 if (!FLAG(show_control_chars)) toys.optflags |= FLAG_b; in ls_main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/embed_ssv1txt/
H A Dcommand.h68 if (!FLAG_b) { \
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/lib/libttt/
H A Dprintcmdargs.c42 if (FLAG_b) fprintf(stderr,"FLAG_b\t\tFLAG_b_ARG %s\n", FLAG_b_ARG); in printcmdargs()
H A Dgetcmdargs.c178 case 'b': SETFLAG("b", FLAG_b, FLAG_b_ARG); break; in getcmdargs()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/include/
H A Dttt_aliases.h55 #define FLAG_b cmdargs.flags[1] macro
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Ddiff.c144 FLAG_b, enumerator