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

  /external/openssh/openbsd-compat/
bsd-snprintf.c 156 #define DP_F_UNSIGNED (1 << 6)
324 flags |= DP_F_UNSIGNED;
338 flags |= DP_F_UNSIGNED;
354 flags |= DP_F_UNSIGNED;
529 if(!(flags & DP_F_UNSIGNED)) {
  /external/openssl/crypto/bio/
b_print.c 156 #define DP_F_UNSIGNED (1 << 6)
318 flags |= DP_F_UNSIGNED;
496 if (!(flags & DP_F_UNSIGNED)) {

Completed in 55 milliseconds