Home
last modified time | relevance | path

Searched refs:FLAG_d (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dsort.c110 FLAG_d = 0x200, /* Ignore !(isalnum()|isspace()) */ enumerator
140 && !(flags & (FLAG_b | FLAG_d | FLAG_f | FLAG_i | FLAG_bb)) in get_key()
208 if (flags & FLAG_d) { in get_key()
405 FLAG_d | /* Ignore !(isalnum()|isspace()) */ in sort_main()
/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()
83 } else if (toys.optflags & FLAG_d) { in passwd_main()
H A Dgzip.c166 toys.optflags |= FLAG_d; in gunzip_main()
172 toys.optflags |= (FLAG_c|FLAG_d); in zcat_main()
H A Dhostname.c75 toys.optflags = FLAG_d; in dnsdomainname_main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/conv_ssv2yukossv/
H A Dconv_ssv2yukossv.c149 print_line(previous_line, FLAG_d); in main()
154 print_line(previous_line, FLAG_d); in main()
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dswapon.c29 int flags = (toys.optflags&FLAG_d)*0x70000;
H A Dfsync.c29 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
H A Dmountpoint.c62 if (toys.optflags & FLAG_d) in mountpoint_main()
H A Dmakedevs.c49 if ((toys.optflags & FLAG_d) && strcmp(TT.d, "-")) {
H A Dlosetup.c177 if (FLAG(D)) toys.optflags |= FLAG_a | FLAG_d; in losetup_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dcut.c193 if ((toys.optflags&(FLAG_d|FLAG_f|FLAG_F))==FLAG_d) in cut_main()
H A Dpaste.c126 if (!(toys.optflags&FLAG_d)) TT.d = "\t"; in paste_main()
H A Dsort.c91 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str; in get_key_data()
144 if (flags&FLAG_d) { in get_key_data()
H A Dcp.c141 if (S_ISLNK(try->st.st_mode) && (flags & FLAG_d)) flags |= FLAG_r; in cp_node()
475 toys.optflags |= FLAG_d|FLAG_p|FLAG_R; in mv_main()
H A Dod.c281 if (toys.optflags & FLAG_d) append_base("u2"); in od_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dtr.c40 if (toys.optflags & FLAG_d) in map_translation()
50 while (!(toys.optflags & FLAG_d) && set2 && TT.len1--) { //ignore set2 if -d present in map_translation()
H A Darp.c233 if (((toys.optflags & FLAG_s) || toys.optflags & FLAG_d)) { in arp_main()
240 if ((toys.optflags & FLAG_d) && !delete_entry()) return; in arp_main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/retu_assign_htmlselect/
H A Dretu_assign_htmlselect.c51 if (FLAG_d) in main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/retu_append/
H A Dretu_append.c40 if (FLAG_d) { in main()
/dports/sysutils/toybox/toybox-0.8.5/toys/net/
H A Dftpget.c123 else if (toys.optflags & FLAG_d) ftp_line("DELE", toys.optargs[1], 250); in ftpget_main()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/lib/libttt/
H A Dprintcmdargs.c44 if (FLAG_d) fprintf(stderr,"FLAG_d\t\tFLAG_d_ARG %s\n", FLAG_d_ARG); in printcmdargs()
H A Dgetcmdargs.c180 case 'd': SETFLAG("d", FLAG_d, FLAG_d_ARG); break; in getcmdargs()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/include/
H A Dttt_aliases.h57 #define FLAG_d cmdargs.flags[3] macro
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/examples/call/
H A Dcall_main.cc250 bool debug = FLAG_d; in main()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dconspy.c102 FLAG_d, // dump screen enumerator

12