Searched refs:OPT_SET (Results 1 – 2 of 2) sorted by relevance
59 #define OPT_SET (1 << 2) macro95 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()
135 OPT_SET = (1 << 1), /* s */ enumerator207 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()