HomeSort by relevance Sort by last modified time
    Searched refs:DP_F_NUM (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
b_print.c 153 #define DP_F_NUM (1 << 3)
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)) {
  /external/openssh/openbsd-compat/
bsd-snprintf.c 153 #define DP_F_NUM (1 << 3)
238 flags |= DP_F_NUM;
510 /* Have to handle DP_F_NUM (ie 0x and 0 alternates) */

Completed in 30 milliseconds