Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c144 #define DP_F_UNSIGNED (1 << 6) macro
326 flags |= DP_F_UNSIGNED; in dopr()
346 flags |= DP_F_UNSIGNED; in dopr()
368 flags |= DP_F_UNSIGNED; in dopr()
562 if(!(flags & DP_F_UNSIGNED)) { in fmtint()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c68 #define DP_F_UNSIGNED (1 << 6) macro
244 flags |= DP_F_UNSIGNED; in _dopr()
449 if (!(flags & DP_F_UNSIGNED)) { in fmtint()