Home
last modified time | relevance | path

Searched refs:FLAG_S (Results 1 – 11 of 11) sorted by relevance

/external/toybox/toys/pending/
Duseradd.c85 if (toys.optflags & FLAG_S) TT.uid = CFG_TOYBOX_UID_SYS;
95 if (toys.optflags & FLAG_S) TT.gid = CFG_TOYBOX_UID_SYS;
125 if (toys.optflags & FLAG_S)
134 if (!(toys.optflags & (FLAG_S|FLAG_H))) {
Dgroupadd.c46 if (toys.optflags & FLAG_S) TT.gid = CFG_TOYBOX_UID_SYS;
Dcrond.c636 if (!(toys.optflags & (FLAG_S | FLAG_L))) toys.optflags |= FLAG_S; in crond_main()
Ddhcp6.c142 if (toys.optflags & FLAG_S) infomode |= LOG_SYSTEM; in logit()
555 if (toys.optflags & FLAG_S) { in dhcp6_main()
Dsyslogd.c355 if (toys.optflags & FLAG_S) len = sprintf(toybuf, "%s %s\n", ts, msg); in logmsg()
Dfdisk.c378 …g_sectors = (toys.optflags & FLAG_S && TT.sectors)? TT.sectors : s? s : disk.sectors?disk.sectors… in read_mbr()
383 if ((g_cylinders > ONE_K) && !(toys.optflags & (FLAG_l | FLAG_S))) in read_mbr()
Ddiff.c808 if (toys.optflags & FLAG_S) { in diff_main()
Ddhcp.c1280 if (toys.optflags & FLAG_S) { in dhcp_main()
Ddhcpd.c1622 if (toys.optflags & FLAG_S) { in dhcpd_main()
/external/toybox/generated/
Dflags.h363 #undef FLAG_S
453 #undef FLAG_S
480 #undef FLAG_S
498 #undef FLAG_S
517 #undef FLAG_S
693 #undef FLAG_S
894 #undef FLAG_S
922 #undef FLAG_S
941 #undef FLAG_S
1171 #undef FLAG_S
[all …]
/external/toybox/toys/posix/
Dls.c164 if (toys.optflags & FLAG_S) { in compare()