Home
last modified time | relevance | path

Searched refs:lflags (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/Configurations/
D50-win-onecore.conf19 lflags => add("/NODEFAULTLIB:kernel32.lib"),
25 lflags => add("/NODEFAULTLIB:kernel32.lib"),
51 lflags => add("/NODEFAULTLIB:kernel32.lib"),
60 lflags => add("/NODEFAULTLIB:kernel32.lib"),
D10-main.conf119 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 …]
D50-djgpp.conf12 lflags => add("-L/dev/env/WATT_ROOT/lib"),
D00-base-templates.conf8 lflags => "",
94 lflags =>
DREADME85 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}…
Dwindows-makefile.tmpl221 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
222 @{$config{lflags}}) -}
Ddescrip.mms.tmpl208 CNF_LDFLAGS={- join('', $target{lflags} || (),
209 @{$config{lflags}}) -}
Dunix-Makefile.tmpl346 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
347 @{$config{lflags}}) -}
/third_party/openssl/crypto/asn1/
Da_strex.c260 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/
Dstty.c111 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/
Dmakefile4 lflags = -L$(BOOST_ROOT)/stage/lib -lboost_timer -lboost_chrono -lboost_system macro
/third_party/python/Doc/library/
Dtermios.rst98 new[3] = new[3] & ~termios.ECHO # lflags
/third_party/openssl/apps/
Dapps.c1172 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()
Dapps.h449 unsigned long lflags);
/third_party/libcoap/src/
Dcoap_mbedtls.c351 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/
DConfigure626 $config{lflags} = [ env('__CNF_LDFLAGS') || () ];