Home
last modified time | relevance | path

Searched refs:OPT_SET (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/e2fsprogs/
Dchattr.c59 #define OPT_SET (1 << 2) macro
95 gp->flags |= OPT_SET; in decode_arg()
202 if (gp->flags & OPT_SET) { in change_attributes()
249 if ((g.flags & OPT_SET) && (g.flags & (OPT_ADD|OPT_REM))) in chattr_main()
/busybox-1.35.0/coreutils/
Ddate.c135 OPT_SET = (1 << 1), /* s */ enumerator
207 if (!(opt & (OPT_SET | OPT_DATE))) { /* neither -s TIME nor -d TIME? */ in date_main()
208 opt |= OPT_SET; in date_main()
291 if ((opt & OPT_SET) && clock_settime(CLOCK_REALTIME, &ts) < 0) { in date_main()