Searched refs:print_errors (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c354 int print_errors = d->opterr;
372 print_errors = 0;
526 if (print_errors)
569 if (print_errors)
636 if (print_errors)
687 if (print_errors)
753 if (print_errors)
808 if (print_errors)
882 if (print_errors)
922 if (print_errors)
350 int print_errors = d->opterr; local
[all...]
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c770 * print_errors - Boolean that turns library error
785 int print_errors; local
787 if (!PyArg_ParseTuple(args, "i", &print_errors) ||
788 (print_errors != 1 && print_errors != 0))
790 libbe_print_errors(print_errors == 1);

Completed in 33 milliseconds