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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c63 static int uu_error_key_setup = 0; variable
80 uu_error_key_setup = -1;
82 uu_error_key_setup = 1;
84 if (uu_error_key_setup == 0) {
86 if (uu_error_key_setup == 0) {
88 uu_error_key_setup = -1;
90 uu_error_key_setup = 1;
95 if (uu_error_key_setup > 0)
104 if (uu_error_key_setup < 0) /* can't happen? */

Completed in 90 milliseconds