Home
last modified time | relevance | path

Searched refs:FLAG_g (Results 1 - 13 of 13) sorted by relevance

/third_party/toybox/toys/net/
H A Dftpget.c134 toys.optflags |= (toys.which->name[3]=='g') ? FLAG_g : FLAG_s; in ftpget_main()
213 if (toys.optflags&(FLAG_s|FLAG_g)) { in ftpget_main()
230 if (toys.optflags & (FLAG_g|FLAG_s)) { in ftpget_main()
252 ftp_line(0, 0, (toys.optflags&FLAG_g) ? 226 : 150); in ftpget_main()
269 if (toys.optflags&(FLAG_g|FLAG_s)) { in ftpget_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c141 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in entrylen()
364 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) { in listfiles()
441 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in listfiles()
450 if (!(flags&FLAG_g)) { in listfiles()
470 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in listfiles()
503 if ((flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) && S_ISLNK(mode)) { in listfiles()
556 if (toys.optflags&(FLAG_l|FLAG_o|FLAG_n|FLAG_g)) toys.optflags |= FLAG_1; in ls_main()
H A Dcp.c509 if (flags & (FLAG_g|FLAG_o)) in install_main()
528 if (flags & (FLAG_p|FLAG_o|FLAG_g)) toys.optflags |= cp_flag_p(); in install_main()
H A Dps.c1744 !(toys.optflags&(FLAG_G|FLAG_g|FLAG_P|FLAG_s|FLAG_t|FLAG_U|FLAG_u))) in pgrep_main()
/third_party/toybox/toys/posix/
H A Dls.c142 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in entrylen()
375 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) { in listfiles()
453 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in listfiles()
462 if (!(flags&FLAG_g)) { in listfiles()
482 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) { in listfiles()
515 if ((flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g)) && S_ISLNK(mode)) { in listfiles()
568 if (toys.optflags&(FLAG_l|FLAG_o|FLAG_n|FLAG_g)) toys.optflags |= FLAG_1; in ls_main()
H A Did.c108 if (flags & FLAG_g) s_or_u(grp->gr_name, grp->gr_gid, 1); in do_id()
110 if (!(toys.optflags&(FLAG_G|FLAG_g|FLAG_Z))) { in do_id()
H A Drenice.c24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP : in renice_main()
H A Dcp.c505 if (flags & (FLAG_g|FLAG_o)) in install_main()
524 if (flags & (FLAG_p|FLAG_o|FLAG_g)) toys.optflags |= cp_flag_p(); in install_main()
H A Dsort.c174 if (CFG_SORT_FLOAT && (flags & FLAG_g)) { in compare_values()
H A Dps.c1902 !(toys.optflags&(FLAG_G|FLAG_g|FLAG_P|FLAG_s|FLAG_t|FLAG_U|FLAG_u))) in pgrep_main()
/third_party/toybox/generated/
H A Dflags.h506 #undef FLAG_g macro
934 #undef FLAG_g macro
1004 #undef FLAG_g macro
1122 #undef FLAG_g macro
1352 #undef FLAG_g macro
1398 #undef FLAG_g macro
1676 #undef FLAG_g macro
1832 #undef FLAG_g macro
2162 #undef FLAG_g macro
2181 #undef FLAG_g macro
2244 #undef FLAG_g global() macro
2290 #undef FLAG_g global() macro
2398 #undef FLAG_g global() macro
2681 #undef FLAG_g global() macro
2738 #undef FLAG_g global() macro
2751 #undef FLAG_g global() macro
2975 #undef FLAG_g global() macro
3094 #undef FLAG_g global() macro
3268 #undef FLAG_g global() macro
3433 #undef FLAG_g global() macro
3897 #define FLAG_g global() macro
4263 #define FLAG_g global() macro
4321 #define FLAG_g global() macro
4425 #define FLAG_g global() macro
4617 #define FLAG_g global() macro
4653 #define FLAG_g global() macro
4889 #define FLAG_g global() macro
5017 #define FLAG_g global() macro
5295 #define FLAG_g global() macro
5312 #define FLAG_g global() macro
5367 #define FLAG_g global() macro
5405 #define FLAG_g global() macro
5497 #define FLAG_g global() macro
5732 #define FLAG_g global() macro
5779 #define FLAG_g global() macro
5790 #define FLAG_g global() macro
5980 #define FLAG_g global() macro
6083 #define FLAG_g global() macro
6231 #define FLAG_g global() macro
6364 #define FLAG_g global() macro
[all...]
/third_party/toybox/toys/pending/
H A Dstty.c404 if (toys.optflags&FLAG_g) { in do_stty()
450 if (toys.optflags&(FLAG_a|FLAG_g) && *toys.optargs) in stty_main()
H A Dtraceroute.c491 if(!TT.istraceroute6 && (toys.optflags & FLAG_g)) { in traceroute_main()

Completed in 22 milliseconds