Home
last modified time | relevance | path

Searched refs:FLAG_s (Results 1 – 25 of 45) sorted by relevance

12

/dports/sysutils/toybox/toybox-0.8.5/toys/net/
H A Dftpget.c100 toys.optflags |= (toys.which->name[3]=='g') ? FLAG_g : FLAG_s; in ftpget_main()
126 int get = !(toys.optflags&FLAG_s), cnt = toys.optflags&FLAG_c; in ftpget_main()
155 if (toys.optflags&(FLAG_s|FLAG_g)) { in ftpget_main()
162 if (toys.optflags & (FLAG_g|FLAG_s)) { in ftpget_main()
183 } else if (toys.optflags & FLAG_s) { in ftpget_main()
193 if (toys.optflags&(FLAG_g|FLAG_s)) in ftpget_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dcmp.c57 if (!(toys.optflags & FLAG_s))
67 if (!(toys.optflags & FLAG_s))
81 loopfiles_rw(toys.optargs, O_CLOEXEC|(WARN_ONLY*!(toys.optflags&FLAG_s)), 0, in cmp_main()
H A Dpaste.c38 int i, any, dcount, dlen, len, seq = toys.optflags&FLAG_s;
117 if (toys.optflags&FLAG_s) { in do_paste()
129 if (!(toys.optflags&FLAG_s)) paste_files(); in paste_main()
H A Dcut.c134 if (toys.optflags&FLAG_s) return; in cut_line()
191 if ((toys.optflags&(FLAG_s|FLAG_f|FLAG_F))==FLAG_s) in cut_main()
H A Dbasename.c33 if (toys.optflags&FLAG_s) toys.optflags |= FLAG_a;
H A Duname.c58 if (!flags) flags = FLAG_s; in uname_main()
H A Dln.c66 toys.optflags |= FLAG_s;
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/embed_ssv1txt/
H A Dembed_ssv1txt.c44 if (!FLAG_s && 0 == R_ARGC) in main()
48 if (FLAG_s && -1 == stat(FLAG_s_ARG, &sb)) in main()
54 if (FLAG_s) { in main()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dsort.c105 FLAG_s = 0x20, /* Stable sort, no ascii fallback at end */ enumerator
344 if (!retval && !(option_mask32 & FLAG_s)) { in compare_keys()
491 option_mask32 |= FLAG_s; in sort_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dflock.c31 else op = (toys.optflags & FLAG_s) ? LOCK_SH : LOCK_EX; in flock_main()
H A Deject.c68 else if (toys.optflags & FLAG_s) remove_scsi(fd); in eject_main()
H A Duptime.c40 if (toys.optflags & FLAG_s) { in uptime_main()
H A Dnbd_client.c79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
H A Dxxd.c47 if (toys.optflags&FLAG_s) {
/dports/sysutils/toybox/toybox-0.8.5/toys/lsb/
H A Dpidof.c37 return toys.optflags & FLAG_s;
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/calc_subtract_date/
H A Dcalc_subtract_date.c72 if (FLAG_s) in main()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dfold.c80 if (!(toys.optflags & FLAG_s) || split < 0) split = pos;
H A Darp.c233 if (((toys.optflags & FLAG_s) || toys.optflags & FLAG_d)) { in arp_main()
239 if ((toys.optflags & FLAG_s) && !set_entry()) return; in arp_main()
H A Dtraceroute.c580 if (toys.optflags & FLAG_s) { in traceroute_main()
601 if (toys.optflags & FLAG_s) { in traceroute_main()
630 if (toys.optflags & FLAG_s) xprintf(" from %s",TT.src_ip); in traceroute_main()
H A Dfsck.c346 if ((toys.optflags & FLAG_s) || (TT.nr_run in scan_all()
410 if ((toys.optflags & FLAG_s) || (TT.nr_run && (TT.nr_run >= TT.max_nr_run))) in fsck_main()
H A Dtr.c43 if (toys.optflags & FLAG_s) { in map_translation()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/gyo_delete/
H A Dgyo_delete.c41 if (FLAG_s) { in main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/gyo_select/
H A Dgyo_select.c41 if (FLAG_s) { in main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/retu_assign/
H A Dcommand.h119 if (FLAG_s) { \
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/lib/libttt/
H A Dprintcmdargs.c59 if (FLAG_s) fprintf(stderr,"FLAG_s\t\tFLAG_s_ARG %s\n", FLAG_s_ARG); in printcmdargs()

12