Searched refs:DP_F_UNSIGNED (Results 1 - 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c156 #define DP_F_UNSIGNED (1 << 6) macro
324 flags |= DP_F_UNSIGNED;
338 flags |= DP_F_UNSIGNED;
354 flags |= DP_F_UNSIGNED;
529 if(!(flags & DP_F_UNSIGNED)) {
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Db_print.c156 #define DP_F_UNSIGNED (1 << 6) macro
318 flags |= DP_F_UNSIGNED;
496 if (!(flags & DP_F_UNSIGNED)) {
/external/openssl/crypto/bio/
H A Db_print.c156 #define DP_F_UNSIGNED (1 << 6) macro
318 flags |= DP_F_UNSIGNED;
496 if (!(flags & DP_F_UNSIGNED)) {

Completed in 2174 milliseconds