Home
last modified time | relevance | path

Searched refs:FLAG_u (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Drenice.c25 ((toys.optflags & FLAG_u) ? PRIO_USER : PRIO_PROCESS);
32 if (toys.optflags & FLAG_u) {
H A Dcat.c56 int i, len, size=(toys.optflags & FLAG_u) ? 1 : sizeof(toybuf); in do_cat()
65 if ((CFG_CAT_V || CFG_CATV) && (toys.optflags&~FLAG_u)) { in do_cat()
H A Did.c180 toys.optflags = FLAG_u|FLAG_n; in logname_main()
H A Dsort.c352 || (flag&(FLAG_u|FLAG_c|FLAG_s|FLAG_z))) in sort_main()
H A Dcp.c169 else if ((flags & FLAG_u) && nanodiff(&try->st.st_mtim, &cst.st_mtim)>0) in cp_node()
H A Dps.c1910 !(toys.optflags&(FLAG_G|FLAG_g|FLAG_P|FLAG_s|FLAG_t|FLAG_U|FLAG_u))) in pgrep_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dfold.c37 else if (toys.optflags & FLAG_u) maxlen = 0;
48 if ((toys.optflags & FLAG_u) && buf[pos-1] != '\n'
H A Dgetopt.c76 toys.optflags |= FLAG_u; in getopt_main()
H A Dcrontab.c345 if (toys.optflags & FLAG_u) { in crontab_main()
352 if (toys.optflags & FLAG_u) in crontab_main()
H A Dtcpsvd.c287 if(toys.optflags & FLAG_u) { in tcpsvd_main()
296 if (toys.optflags & FLAG_u) in tcpsvd_main()
H A Duseradd.c81 if (toys.optflags & FLAG_u) {
/dports/sysutils/toybox/toybox-0.8.5/toys/lsb/
H A Dpasswd.c64 if (!(myuid = getuid()) || !(toys.optflags&(FLAG_l|FLAG_u|FLAG_d))) { in passwd_main()
79 } else if (toys.optflags & FLAG_u) { in passwd_main()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dsort.c103 FLAG_u = 8, /* Unique */ enumerator
473 int j = (option_mask32 & FLAG_u) ? -1 : 0; in sort_main()
487 if (option_mask32 & FLAG_u) { in sort_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dflock.c30 if (toys.optflags & FLAG_u) op = LOCK_UN; in flock_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/net/
H A Dnetstat.c302 int tuwx = FLAG_t|FLAG_u|FLAG_w|FLAG_x; in netstat_main()
315 if (toys.optflags&(FLAG_t|FLAG_u|FLAG_w)) { in netstat_main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/lib/libttt/
H A Dprintcmdargs.c61 if (FLAG_u) fprintf(stderr,"FLAG_u\t\tFLAG_u_ARG %s\n", FLAG_u_ARG); in printcmdargs()
H A Dgetcmdargs.c198 case 'u': SETFLAG("u", FLAG_u, FLAG_u_ARG); break; in getcmdargs()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/include/
H A Dttt_aliases.h74 #define FLAG_u cmdargs.flags[20] macro
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dpatch.c129 #define FLAG_u (1 << 1) macro
H A Dpatch_toybox.c247 #define FLAG_u (1 << 1) macro
H A Ddiff.c157 FLAG_u, /* ignored, this is the default */ enumerator