Lines Matching refs:nOptions
601 unsigned long nOptions = 0; in main() local
611 nOptions |= OPTION_INSTALL; in main()
615 nOptions |= OPTION_UNINSTALL; in main()
619 nOptions |= OPTION_DECRYPT; in main()
623 nOptions |= OPTION_ENCRYPT; in main()
627 nOptions |= OPTION_SIGN; in main()
631 nOptions |= OPTION_FILE; in main()
636 nOptions |= OPTION_HELP; in main()
642 if (nOptions & OPTION_FILE) in main()
653 if ((nOptions == 0) || (nOptions & OPTION_HELP)) in main()
674 if (nOptions & OPTION_INSTALL) in main()
685 nOptions &= ~OPTION_INSTALL; in main()
689 if (nOptions & (OPTION_DECRYPT | OPTION_ENCRYPT | OPTION_SIGN)) in main()
730 if (nOptions & (OPTION_ENCRYPT | OPTION_SIGN)) in main()
747 if (nOptions & OPTION_ENCRYPT) in main()
759 if (nOptions & OPTION_SIGN) in main()
765 nOptions &= ~OPTION_SIGN; in main()
774 nOptions &= ~OPTION_ENCRYPT; in main()
777 if (nOptions & OPTION_SIGN) in main()
785 nOptions &= ~OPTION_SIGN; in main()
791 if (nOptions & OPTION_DECRYPT) in main()
815 nOptions &= ~OPTION_DECRYPT; in main()
823 if (nOptions & OPTION_UNINSTALL) in main()
834 nOptions &= ~OPTION_UNINSTALL; in main()