/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 260 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, in do_dump() argument 274 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) { in do_dump() 331 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, in do_print_ex() argument 340 flags = (unsigned short)(lflags & ESC_FLAGS); in do_print_ex() 346 if (lflags & ASN1_STRFLGS_SHOW_TYPE) { in do_print_ex() 358 if (lflags & ASN1_STRFLGS_DUMP_ALL) in do_print_ex() 361 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE) in do_print_ex() 369 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) in do_print_ex() 374 len = do_dump(lflags, io_ch, arg, str); in do_print_ex() 381 if (lflags in do_print_ex() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 261 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, in do_dump() argument 275 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) { in do_dump() 332 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, in do_print_ex() argument 341 flags = (unsigned short)(lflags & ESC_FLAGS); in do_print_ex() 347 if (lflags & ASN1_STRFLGS_SHOW_TYPE) { in do_print_ex() 361 if (lflags & ASN1_STRFLGS_DUMP_ALL) in do_print_ex() 364 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE) in do_print_ex() 372 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) in do_print_ex() 377 len = do_dump(lflags, io_ch, arg, str); in do_print_ex() 384 if (lflags in do_print_ex() [all...] |
/third_party/toybox/toys/pending/ |
H A D | stty.c | 111 static const struct flag lflags[] = { variable 234 !set_flag(&new->c_lflag, lflags, ARRAY_LEN(lflags), option, on)) in set_option() 445 show_flags(old.c_lflag, sane.c_lflag, lflags, ARRAY_LEN(lflags)); in do_stty()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1300 unsigned long lflags = get_nameopt(); in print_name() local 1306 if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { in print_name() 1310 if (lflags == XN_FLAG_COMPAT) { in print_name() 1318 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1298 unsigned long lflags = get_nameopt(); in print_name() local 1304 if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { in print_name() 1308 if (lflags == XN_FLAG_COMPAT) { in print_name() 1316 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 786 lflags => [ '-ldl' ],
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 778 lflags => [ '-ldl' ],
|
/third_party/libcoap/src/ |
H A D | coap_mbedtls.c | 405 uint32_t lflags; in cert_verify_callback_mbedtls() local 406 int self_signed = !mbedtls_x509_crt_verify(crt, crt, NULL, NULL, &lflags, in cert_verify_callback_mbedtls()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 6571 int lflags; 6871 g->lflags = stbi__get8(s); 6873 if (g->lflags & 0x40) { 6881 if (g->lflags & 0x80) { 6882 stbi__gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1);
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 749 $config{lflags} = [ env('__CNF_LDFLAGS') || () ]; 3316 "lflags",
|
/third_party/openssl/ |
H A D | Configure | 749 $config{lflags} = [ env('__CNF_LDFLAGS') || () ]; 3311 "lflags",
|