Home
last modified time | relevance | path

Searched refs:FLAG_C (Results 1 – 8 of 8) sorted by relevance

/external/toybox/toys/posix/
Dls.c248 if (!(toys.optflags & FLAG_C)) { in next_column()
358 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
404 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
485 if (flags & (FLAG_C|FLAG_x)) { in listfiles()
522 else if (!(toys.optflags&(FLAG_1|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C; in ls_main()
/external/toybox/toys/pending/
Dtcpsvd.c275 if (TT.udp) toys.optflags &= ~FLAG_C; in tcpsvd_main()
277 if (toys.optflags & FLAG_C) { in tcpsvd_main()
325 if (toys.optflags & FLAG_C) { in tcpsvd_main()
Dfsck.c205 if(toys.optflags & FLAG_C) args[i++] = xmprintf("%s %d","-C", TT.fd_num); in do_fsck()
Dfdisk.c382 if (!g_cylinders) g_cylinders = toys.optflags & FLAG_C? TT.cylinders : 0; in read_mbr()
1343 toys.optflags |= FLAG_C; in expert_menu()
Dtar.c769 if (toys.optflags & FLAG_C) xchdir(TT.dir); in tar_main()
Ddhcp.c1005 if (!flag_chk(FLAG_C)) pend = dhcpc_addclientid(pend); in dhcpc_sendmsg()
/external/ltrace/sysdeps/linux-gnu/arm/
Dtrace.c129 FLAG_C = 0x20000000, enumerator
207 int c = (status & FLAG_C) ? 1 : 0; in arm_get_next_pcs()
304 int c = (status & FLAG_C) ? 1 : 0; in arm_get_next_pcs()
/external/toybox/generated/
Dflags.h429 #undef FLAG_C
648 #undef FLAG_C
700 #undef FLAG_C
1224 #undef FLAG_C
2207 #undef FLAG_C
2264 #undef FLAG_C
2387 #undef FLAG_C
3041 #define FLAG_C (FORCED_FLAG<<7) macro
3226 #define FLAG_C (FORCED_FLAG<<5) macro
3268 #define FLAG_C (FORCED_FLAG<<0) macro
[all …]