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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_print.c153 #define DP_F_NUM (1 << 3) macro
221 flags |= DP_F_NUM;
381 value, 16, min, max, flags|DP_F_NUM);
505 if (flags & DP_F_NUM) {
708 if (max > 0 || (flags & DP_F_NUM)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_print.c153 #define DP_F_NUM (1 << 3) macro
218 flags |= DP_F_NUM;
381 value, 16, min, max, flags | DP_F_NUM))
505 if (flags & DP_F_NUM) {
713 if (max > 0 || (flags & DP_F_NUM)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_print.c153 #define DP_F_NUM (1 << 3) macro
218 flags |= DP_F_NUM;
381 value, 16, min, max, flags | DP_F_NUM))
505 if (flags & DP_F_NUM) {
713 if (max > 0 || (flags & DP_F_NUM)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsnprintf.c162 #define DP_F_NUM (1 << 3) macro
228 flags |= DP_F_NUM;
512 /* Have to handle DP_F_NUM (ie 0x and 0 alternates) */
713 if ((flags & DP_F_FP_G) && !(flags & DP_F_NUM))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c173 #define DP_F_NUM (1 << 3) macro
309 cnk->flags |= DP_F_NUM;
795 /* Have to handle DP_F_NUM (ie 0x and 0 alternates) */

Completed in 143 milliseconds