Home
last modified time | relevance | path

Searched refs:DP_F_PLUS (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c139 #define DP_F_PLUS (1 << 1) macro
220 flags |= DP_F_PLUS; in dopr()
567 if (flags & DP_F_PLUS) /* Do a sign (+/i) */ in fmtint()
737 if (flags & DP_F_PLUS) { /* Do a sign (+/i) */ in fmtfp()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c58 #define DP_F_PLUS (1 << 1) macro
130 flags |= DP_F_PLUS; in _dopr()
453 } else if (flags & DP_F_PLUS) in fmtint()
589 else if (flags & DP_F_PLUS) in fmtfp()