Home
last modified time | relevance | path

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

/external/toybox/generated/
Dflags.h34 #undef FLAG_d
68 #undef FLAG_d
295 #undef FLAG_d
323 #undef FLAG_d
348 #undef FLAG_d
361 #undef FLAG_d
389 #undef FLAG_d
404 #undef FLAG_d
538 #undef FLAG_d
589 #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.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()
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
Dswapon.c28 int flags = (toys.optflags&FLAG_d)*0x70000;
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.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.c45 if (toys.optflags & (FLAG_t|FLAG_d)) {
54 if (toys.optflags & FLAG_d) {
Dls.c309 if (dt && S_ISDIR(dt->st.st_mode) && !dt->next && !(flags&(FLAG_d|FLAG_R))) in listfiles()
405 if (S_ISDIR(mode) && !indir->parent && !(flags & FLAG_d)) continue; in listfiles()
509 if ((flags & FLAG_d) || !S_ISDIR(sort[ul]->st.st_mode)) continue; in listfiles()
539 if (toys.optflags & FLAG_d) toys.optflags &= ~FLAG_R; in ls_main()
546 dt = dirtree_start(*s, !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) || in ls_main()
Dcp.c160 if (S_ISLNK(try->st.st_mode) && (flags & FLAG_d)) flags |= FLAG_r; in cp_node()
446 toys.optflags |= FLAG_d|FLAG_p|FLAG_R; in mv_main()
484 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.c98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str; in get_key_data()
148 if (flags&FLAG_d) { in get_key_data()
Dod.c278 if (toys.optflags & FLAG_d) append_base("u2"); in od_main()
Dps.c391 if ((toys.optflags&(FLAG_a|FLAG_d)) && slot[SLOT_sid]==*slot) return 0; in ps_match_process()
393 if (!(toys.optflags&(FLAG_a|FLAG_d|FLAG_A|FLAG_e)) in ps_match_process()
/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()
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()