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

  /external/openssh/openbsd-compat/
bsd-snprintf.c 151 #define DP_F_PLUS (1 << 1)
230 flags |= DP_F_PLUS;
534 if (flags & DP_F_PLUS) /* Do a sign (+/i) */
702 if (flags & DP_F_PLUS) { /* Do a sign (+/i) */
  /external/openssl/crypto/bio/
b_print.c 151 #define DP_F_PLUS (1 << 1)
213 flags |= DP_F_PLUS;
500 } else if (flags & DP_F_PLUS)
629 else if (flags & DP_F_PLUS)

Completed in 179 milliseconds