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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Derror.h102 #define M_USAGE_SMALL (1<<13) /* fatal options error, call usage_small */ macro
111 #define M_USAGE (M_USAGE_SMALL | M_NOPREFIX | M_OPTERR)
H A Derror.c192 fp = (flags & (M_FATAL|M_USAGE_SMALL)) ? default_err : default_out;
286 if (flags & (M_FATAL|M_NONFATAL|M_USAGE_SMALL))
361 if (flags & M_USAGE_SMALL)

Completed in 86 milliseconds