• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/

Lines Matching refs:status

300 **      status = vms_unzip_cmdline (&argc, &argv);
309 register unsigned long status;
337 status = check_cli(&cli_yyz);
338 if (!(status & 1)) {
355 status = cli$dcl_parse(&work_str, &vms_unzip_cld, lib$get_input,
357 if (!(status & 1)) return (status);
380 status = cli$present(&cli_information);
381 if (status & 1) {
413 status = cli$present(&cli_extract);
414 if (status == CLI$_NEGATED)
416 if (status != CLI$_ABSENT)
425 status = cli$present(&cli_binary);
426 if (status != CLI$_ABSENT) {
430 if ((status & 1) &&
431 !((status = cli$present(&cli_binary_none)) & 1)) {
433 if ((status = cli$present(&cli_binary_all)) & 1)
442 status = cli$present(&cli_text);
443 if (status != CLI$_ABSENT) {
447 if ((status & 1) &&
448 !((status = cli$present(&cli_text_none)) & 1)) {
450 if ((status = cli$present(&cli_text_all)) & 1)
452 if ((status = cli$present(&cli_text_stmlf)) & 1)
460 status = cli$present(&cli_screen);
461 if (status == CLI$_NEGATED)
463 if (status != CLI$_ABSENT)
469 status = cli$present(&cli_directory);
470 if (status == CLI$_PRESENT) {
471 status = cli$get_value(&cli_directory, &output_directory);
478 status = cli$present(&cli_restore_date);
479 if (status != CLI$_ABSENT) {
488 if (status == CLI$_NEGATED) {
492 status = cli$present(&cli_restore_date_all);
493 if (status == CLI$_PRESENT) {
511 status = cli$present(&cli_freshen);
512 if (status == CLI$_NEGATED)
514 if (status != CLI$_ABSENT)
520 status = cli$present(&cli_help);
521 if (status & 1)
527 status = cli$present(&cli_junk);
528 if (status == CLI$_NEGATED)
530 if (status != CLI$_ABSENT)
536 status = cli$present(&cli_list);
537 if (status & 1) {
549 status = cli$present(&cli_exist_newver);
550 if (status == CLI$_PRESENT) {
553 status = cli$present(&cli_exist_over);
554 if (status == CLI$_PRESENT) {
558 status = cli$present(&cli_exist_noext);
559 if (status == CLI$_PRESENT) {
566 status = cli$present(&cli_overwrite);
567 if (status == CLI$_NEGATED)
569 else if (status != CLI$_ABSENT)
575 status = cli$present(&cli_password);
576 if (status == CLI$_PRESENT) {
577 status = cli$get_value(&cli_password, &password_arg);
583 status = cli$present(&cli_pipe);
584 if (status != CLI$_ABSENT)
590 status = cli$present(&cli_quiet);
591 if (status & 1) {
593 if ((status = cli$present(&cli_super_quiet)) & 1)
600 status = cli$present(&cli_test);
601 if (status == CLI$_NEGATED)
603 if (status != CLI$_ABSENT)
609 status = cli$present(&cli_timestamp);
610 if (status & 1)
616 status = cli$present(&cli_dot_version);
617 if (status == CLI$_NEGATED)
619 if (status != CLI$_ABSENT)
625 status = cli$present(&cli_ods2);
626 if (status == CLI$_NEGATED)
628 if (status != CLI$_ABSENT)
634 status = cli$present(&cli_traverse);
635 if (status == CLI$_NEGATED)
637 if (status != CLI$_ABSENT)
643 status = cli$present(&cli_lowercase);
644 if (status == CLI$_NEGATED)
646 if (status != CLI$_ABSENT)
652 status = cli$present(&cli_uppercase);
653 if (status == CLI$_NEGATED)
655 if (status != CLI$_ABSENT)
661 status = cli$present(&cli_update);
662 if (status == CLI$_NEGATED)
664 if (status != CLI$_ABSENT)
670 status = cli$present(&cli_version);
671 if (status == CLI$_NEGATED)
673 if (status != CLI$_ABSENT)
679 status = cli$present(&cli_restore_own);
680 if (status != CLI$_ABSENT) {
681 if (status == CLI$_NEGATED) {
683 } else if ((status = cli$present(&cli_restore))
693 status = cli$present(&cli_comment);
694 if (status == CLI$_NEGATED)
696 if (status != CLI$_ABSENT)
706 status = cli$present(&cli_case_insensitive);
707 if (status == CLI$_NEGATED)
709 if (status != CLI$_ABSENT)
715 status = cli$present(&cli_page);
716 if (status == CLI$_NEGATED)
718 if (status != CLI$_ABSENT)
724 status = cli$present(&cli_exclude);
725 exclude_list = ((status & 1) != 0);
767 status = cli$present(&cli_zipfile);
768 if (status & 1) {
769 status = cli$get_value(&cli_zipfile, &work_str);
796 status = cli$present(&cli_infile);
797 if (status & 1) {
798 status = get_list(&cli_infile, &foreign_cmdline, '\0',
800 if (!(status & 1)) return (status);
812 status = get_list(&cli_exclude, &foreign_cmdline, '\0',
814 if (!(status & 1)) return (status);
892 register unsigned long status;
897 status = cli$present(qual);
898 if (status & 1) {
917 while ((status = cli$get_value(qual, &work_str)) & 1) {
944 if (status == CLI$_COMMA)