Home
last modified time | relevance | path

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

12

/external/toybox/generated/
Dflags.h34 #undef FLAG_d
76 #undef FLAG_d
319 #undef FLAG_d
347 #undef FLAG_d
372 #undef FLAG_d
386 #undef FLAG_d
414 #undef FLAG_d
429 #undef FLAG_d
563 #undef FLAG_d
619 #undef FLAG_d
[all …]
/external/toybox/toys/lsb/
Dpasswd.c114 if (myuid && (toys.optflags & (FLAG_l | FLAG_u | FLAG_d))) in passwd_main()
134 if (!(toys.optflags & (FLAG_l | FLAG_u | FLAG_d))) { in passwd_main()
176 } else if (toys.optflags & FLAG_d) { in passwd_main()
186 if ((toys.optflags & (FLAG_l | FLAG_u | FLAG_d))) free(encrypted); in passwd_main()
Dmktemp.c36 int d_flag = toys.optflags & FLAG_d;
/external/toybox/toys/other/
Dbase64.c51 if (!(toys.optflags & FLAG_d)) { in do_base64()
61 if (toys.optflags & FLAG_d) { in do_base64()
Dlosetup.c101 if (flags & (FLAG_c|FLAG_d)) {
181 char *file = (toys.optflags & (FLAG_d|FLAG_c)) ? NULL : toys.optargs[1]; in losetup_main()
Dswapon.c28 int flags = (toys.optflags&FLAG_d)*0x70000;
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
Dmountpoint.c60 if (toys.optflags & FLAG_d) in mountpoint_main()
Dmakedevs.c49 if (toys.optflags & FLAG_d && strcmp(TT.fname, "-")) {
Dlsattr.c176 else if (S_ISDIR(sb.st_mode) && !(toys.optflags & FLAG_d)) in lsattr_main()
/external/toybox/toys/pending/
Dgzip.c173 if (toys.optflags&FLAG_d) do_gunzip(fd, name); in do_gz()
191 toys.optflags |= FLAG_d; in gunzip_main()
197 toys.optflags |= (FLAG_c|FLAG_d); in zcat_main()
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()
222 if ((toys.optflags & FLAG_d) && (TT.map[(int)toybuf[i]] & 0x100)) continue; in print_map()
Dgetfattr.c69 if (toys.optflags&FLAG_d) {
Darp.c238 if (((toys.optflags & FLAG_s) || toys.optflags & FLAG_d)) { in arp_main()
245 if ((toys.optflags & FLAG_d) && !delete_entry()) return; in arp_main()
Dcrond.c632 TT.flagd = (toys.optflags & FLAG_d); in crond_main()
Dtraceroute.c164 if ((toys.optflags & FLAG_d) && (setsockopt(sock,SOL_SOCKET, SO_DEBUG, in set_flag_dr()
/external/toybox/toys/posix/
Dcut.c249 if (toys.optflags & FLAG_d) { in cut_main()
256 if(!(toys.optflags & FLAG_d) && (toys.optflags & FLAG_f)) { in cut_main()
271 if (!(toys.optflags & FLAG_d) && (toys.optflags & FLAG_f)) { in cut_main()
Dtouch.c43 if (toys.optflags & (FLAG_t|FLAG_d)) {
53 if (toys.optflags & FLAG_d) {
Dls.c311 if (dt && S_ISDIR(dt->st.st_mode) && !dt->next && !(flags&(FLAG_d|FLAG_R))) in listfiles()
403 if (S_ISDIR(mode) && !indir->parent && !(flags & FLAG_d)) continue; in listfiles()
519 if ((flags & FLAG_d) || !S_ISDIR(sort[ul]->st.st_mode)) continue; in listfiles()
558 if (toys.optflags & FLAG_d) toys.optflags &= ~FLAG_R; in ls_main()
566 int sym = !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) in ls_main()
Dcp.c143 if (S_ISLNK(try->st.st_mode) && (flags & FLAG_d)) flags |= FLAG_r; in cp_node()
442 toys.optflags |= FLAG_d|FLAG_p|FLAG_R; in mv_main()
480 if (flags & FLAG_d) { in install_main()
Dpaste.c127 if (!(toys.optflags&FLAG_d)) TT.d = "\t"; in paste_main()
Duniq.c55 if (toys.optflags & (TT.repeats ? FLAG_u : FLAG_d)) return; in print_line()
Dsort.c98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str; in get_key_data()
151 if (flags&FLAG_d) { in get_key_data()
Dod.c281 if (toys.optflags & FLAG_d) append_base("u2"); in od_main()
/external/toybox/toys/net/
Dftpget.c124 else if (toys.optflags & FLAG_d) ftp_line("DELE", toys.optargs[1], 250); in ftpget_main()

12