/third_party/openssl/Configurations/ |
D | 50-win-onecore.conf | 19 lflags => add("/NODEFAULTLIB:kernel32.lib"), 25 lflags => add("/NODEFAULTLIB:kernel32.lib"), 51 lflags => add("/NODEFAULTLIB:kernel32.lib"), 60 lflags => add("/NODEFAULTLIB:kernel32.lib"),
|
D | 10-main.conf | 119 lflags => $wcelflag }; 201 lflags => add("-Wl,-map"), 283 lflags => add(threads("-mt")), 335 lflags => add(threads("-mt")), 591 lflags => add("-L/SYSLOG/PUB"), 1125 lflags => "-Wl,-bsvr4", 1363 lflags => add(combine(sub { vc_wince_info()->{lflags}; }, 1531 lflags => "-Wl,-search_paths_first", 1612 lflags => add("-L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/common"), 1625 lflags => add("-L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/sfcommon"), [all …]
|
D | 50-djgpp.conf | 12 lflags => add("-L/dev/env/WATT_ROOT/lib"),
|
D | 00-base-templates.conf | 8 lflags => "", 94 lflags =>
|
D | README | 85 lflags => Default flags used when linking apps, 354 {ld} $(CFLAGS) {lflags} {shared_ldflag} -o libfoo.so \ 358 {ld} $(CFLAGS) {lflags} {module_ldflags} -o libeng.so \ 362 {ld} $(CFLAGS) {lflags} -o app \ 373 …"target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:{bn_ops}:{cpuid_obj}:{bn_obj}…
|
D | windows-makefile.tmpl | 221 CNF_LDFLAGS={- join(' ', $target{lflags} || (), 222 @{$config{lflags}}) -}
|
D | descrip.mms.tmpl | 208 CNF_LDFLAGS={- join('', $target{lflags} || (), 209 @{$config{lflags}}) -}
|
D | unix-Makefile.tmpl | 346 CNF_LDFLAGS={- join(' ', $target{lflags} || (), 347 @{$config{lflags}}) -}
|
/third_party/openssl/crypto/asn1/ |
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 & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()
|
/third_party/toybox/toys/pending/ |
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/boost/libs/convert/ |
D | makefile | 4 lflags = -L$(BOOST_ROOT)/stage/lib -lboost_timer -lboost_chrono -lboost_system macro
|
/third_party/python/Doc/library/ |
D | termios.rst | 98 new[3] = new[3] & ~termios.ECHO # lflags
|
/third_party/openssl/apps/ |
D | apps.c | 1172 unsigned long lflags) in print_name() argument 1180 if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { in print_name() 1184 if (lflags == XN_FLAG_COMPAT) { in print_name() 1192 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
|
D | apps.h | 449 unsigned long lflags);
|
/third_party/libcoap/src/ |
D | coap_mbedtls.c | 351 uint32_t lflags; in cert_verify_callback_mbedtls() local 352 int self_signed = !mbedtls_x509_crt_verify(crt, crt, NULL, NULL, &lflags, in cert_verify_callback_mbedtls()
|
/third_party/openssl/ |
D | Configure | 626 $config{lflags} = [ env('__CNF_LDFLAGS') || () ];
|