Home
last modified time | relevance | path

Searched refs:FLAG_M (Results 1 – 3 of 3) sorted by relevance

/external/toybox/generated/
Dflags.h507 #undef FLAG_M
954 #undef FLAG_M
1057 #undef FLAG_M
1397 #undef FLAG_M
2205 #undef FLAG_M
2534 #undef FLAG_M
2552 #undef FLAG_M
3766 #define FLAG_M (FORCED_FLAGLL<<38) macro
4141 #define FLAG_M (FORCED_FLAG<<2) macro
4232 #define FLAG_M (1<<26) macro
[all …]
/external/toybox/toys/net/
Dftpget.c122 } else if (toys.optflags & FLAG_M) ftp_line("MKD", toys.optargs[1], 257); in ftpget_main()
/external/toybox/toys/posix/
Dsort.c198 } else if (flags & FLAG_M) { in compare_values()