Home
last modified time | relevance | path

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

/external/toybox/generated/
Dflags.h30 #undef FLAG_d
64 #undef FLAG_d
278 #undef FLAG_d
306 #undef FLAG_d
330 #undef FLAG_d
342 #undef FLAG_d
370 #undef FLAG_d
385 #undef FLAG_d
492 #undef FLAG_d
543 #undef FLAG_d
[all …]
/external/toybox/toys/lsb/
Dpasswd.c107 if (myuid && (toys.optflags & (FLAG_l | FLAG_u | FLAG_d))) in passwd_main()
128 if (!(toys.optflags & (FLAG_l | FLAG_u | FLAG_d))) { in passwd_main()
170 } else if (toys.optflags & FLAG_d) { in passwd_main()
180 if ((toys.optflags & (FLAG_l | FLAG_u | FLAG_d))) free(encrypted); in passwd_main()
Dmktemp.c35 int d_flag = toys.optflags & FLAG_d;
/external/toybox/toys/other/
Dbase64.c36 if (!(toys.optflags & FLAG_d)) {
48 if (toys.optflags & FLAG_d) {
Dlosetup.c101 if (flags & (FLAG_c|FLAG_d)) {
181 char *file = (toys.optflags & (FLAG_d|FLAG_c)) ? NULL : toys.optargs[1]; in losetup_main()
Dmountpoint.c59 if (toys.optflags & FLAG_d) in mountpoint_main()
Dmakedevs.c49 if (toys.optflags & FLAG_d && strcmp(TT.fname, "-")) {
Dlsattr.c173 else if (S_ISDIR(sb.st_mode) && !(toys.optflags & FLAG_d)) in lsattr_main()
/external/toybox/toys/posix/
Dcut.c247 if (toys.optflags & FLAG_d) { in cut_main()
254 if(!(toys.optflags & FLAG_d) && (toys.optflags & FLAG_f)) { in cut_main()
269 if (!(toys.optflags & FLAG_d) && (toys.optflags & FLAG_f)) { in cut_main()
Dtouch.c43 if (toys.optflags & (FLAG_t|FLAG_d)) {
52 if (toys.optflags & FLAG_d) {
Dls.c310 if (S_ISDIR(dt->st.st_mode) && !dt->next && !(flags & FLAG_d)) { in listfiles()
397 if (S_ISDIR(mode) && !indir->parent && !(flags & FLAG_d)) continue; in listfiles()
496 if ((flags & FLAG_d) || !S_ISDIR(sort[ul]->st.st_mode) in listfiles()
526 if (toys.optflags & FLAG_d) toys.optflags &= ~FLAG_R; in ls_main()
532 dt = dirtree_start(*s, !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) || in ls_main()
Dcp.c121 if (S_ISLNK(try->st.st_mode) && (flags & FLAG_d)) flags |= FLAG_r;
307 if (toys.which->name[0] == 'm') toys.optflags |= FLAG_d|FLAG_p|FLAG_R; in cp_main()
382 if (flags & FLAG_d) { in install_main()
Dpaste.c37 if (!(toys.optflags & FLAG_d)) TT.delim = "\t";
Duniq.c55 if (toys.optflags & (TT.repeats ? FLAG_u : FLAG_d)) return; in print_line()
Dsort.c95 && !(flags&(FLAG_b&FLAG_d&FLAG_f&FLAG_i&FLAG_bb))) return str; in get_key_data()
145 if (flags&FLAG_d) { in get_key_data()
Dod.c277 if (toys.optflags & FLAG_d) append_base("u2"); in od_main()
/external/toybox/toys/pending/
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()
Dps.c119 if ((toys.optflags&(FLAG_a|FLAG_d)) && getsid(*slot)==*slot) return 0; in do_ps()
121 if (!(toys.optflags&(FLAG_a|FLAG_d|FLAG_A|FLAG_e)) && TT.tty!=slot[4]) in do_ps()
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.c631 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()