/freebsd/crypto/openssl/Configurations/ |
H A D | 50-nonstop.conf | 52 lflags => '-Wld="-set systype guardian"', 63 lflags => '-Weld="-set systype guardian"', 74 lflags => '-Wxld="-set systype guardian"', 84 lflags => '-Wld="-set systype oss"', 94 lflags => '-Weld="-set systype oss"', 104 lflags => '-Wxld="-set systype oss"', 124 lflags => '-Wxld="-set data_model lp64"', 131 lflags => '-Wld="-set floattype neutral_float"', 135 lflags => '-Wld="-set floattype tandem_float"', 140 lflags => '-Weld="-set floattype ieee_float"', [all …]
|
H A D | 10-main.conf | 122 lflags => $wcelflag }; 206 lflags => add("-Wl,-map"), 301 lflags => add(threads("-mt")), 358 lflags => add(threads("-mt")), 635 lflags => add("-L/SYSLOG/PUB"), 1208 lflags => "-Wl,-bsvr4", 1504 lflags => add(combine(sub { vc_wince_info()->{lflags}; }, 1670 lflags => add("-Wl,-search_paths_first"), 1761 lflags => add("-L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/common"), 1774 lflags => add("-L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/sfcommon"), [all …]
|
H A D | 00-base-templates.conf | 8 lflags => "", 71 lflags =>
|
H A D | 50-djgpp.conf | 12 lflags => add("-L/dev/env/WATT_ROOT/lib"),
|
H A D | README.md | 84 lflags => Default flags used when linking apps, 315 {ld} $(CFLAGS) {lflags} {shared_ldflag} -o libfoo.so \ 319 {ld} $(CFLAGS) {lflags} {module_ldflags} -o libeng.so \ 323 {ld} $(CFLAGS) {lflags} -o app \ 334 "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:
|
/freebsd/usr.bin/morse/ |
H A D | morse.c | 304 int ch, lflags; in main() local 375 lflags = fcntl(line, F_GETFL); in main() 376 lflags &= ~O_NONBLOCK; in main() 377 fcntl(line, F_SETFL, &lflags); in main() 378 ioctl(line, TIOCMGET, &lflags); in main() 379 lflags &= ~TIOCM_RTS; in main() 380 olflags = lflags; in main() 381 ioctl(line, TIOCMSET, &lflags); in main() 553 int duration, on, lflags; in ttyout() local 574 ioctl(line, TIOCMGET, &lflags); in ttyout() [all …]
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | makefile.vc | 282 lflags = -nologo -machine:$(MACHINE) $(ldebug) 285 lflags = $(lflags) -profile 290 lflags = $(lflags) -opt:nowin98 293 lflags = $(lflags) -align:4096 297 lflags = $(lflags) -ws:aggressive 300 dlllflags = $(lflags) -dll 301 conlflags = $(lflags) -subsystem:console 302 guilflags = $(lflags) -subsystem:windows
|
/freebsd/usr.bin/calendar/ |
H A D | parsedata.c | 475 int lflags = *flags; in parsedaymonth() local 477 if ((lflags & F_YEAR) != 0) in parsedaymonth() 480 lflags &= ~F_YEAR; in parsedaymonth() 525 if (lflags == (F_MONTH | F_DAYOFMONTH)) { in parsedaymonth() 534 if (lflags == (F_MONTH | F_DAYOFMONTH | F_VARIABLE)) { in parsedaymonth() 543 if (lflags == (F_ALLMONTH | F_DAYOFMONTH)) { in parsedaymonth() 554 if (lflags == (F_ALLDAY | F_MONTH)) { in parsedaymonth() 565 if (lflags == (F_ALLMONTH | F_DAYOFWEEK)) { in parsedaymonth() 576 if (lflags == (F_DAYOFWEEK | F_VARIABLE)) { in parsedaymonth() 595 if (lflags == (F_DAYOFWEEK | F_MODIFIERINDEX | F_VARIABLE)) { in parsedaymonth() [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-kmem.c | 133 spl_kvmalloc(size_t size, gfp_t lflags) in spl_kvmalloc() argument 144 if ((lflags & GFP_KERNEL) == GFP_KERNEL) in spl_kvmalloc() 145 return (kvmalloc(size, lflags)); in spl_kvmalloc() 147 gfp_t kmalloc_lflags = lflags; in spl_kvmalloc() 186 (lflags & __GFP_RECLAIM) != __GFP_RECLAIM) { in spl_kvmalloc() 190 return (spl_vmalloc(size, lflags | __GFP_HIGHMEM)); in spl_kvmalloc() 203 gfp_t lflags = kmem_flags_convert(flags); local 239 ptr = spl_vmalloc(size, lflags | __GFP_HIGHMEM); 259 ptr = spl_kvmalloc(size, lflags); 261 ptr = kmalloc_node(size, lflags, node); [all …]
|
H A D | spl-kmem-cache.c | 141 gfp_t lflags = kmem_flags_convert(flags); in kv_alloc() local 145 lflags |= __GFP_RECLAIMABLE; in kv_alloc() 146 ptr = spl_vmalloc(size, lflags | __GFP_HIGHMEM); in kv_alloc() 414 gfp_t lflags = kmem_flags_convert(flags); in spl_emergency_alloc() local 427 lflags |= __GFP_RECLAIMABLE; in spl_emergency_alloc() 428 ske = kmalloc(sizeof (*ske), lflags); in spl_emergency_alloc() 432 ske->ske_obj = __get_free_pages(lflags, order); in spl_emergency_alloc() 674 gfp_t lflags = kmem_flags_convert(KM_SLEEP); in spl_kmem_cache_create() local 686 skc = kzalloc(sizeof (*skc), lflags); in spl_kmem_cache_create() 692 skc->skc_name = kmalloc(skc->skc_name_size, lflags); in spl_kmem_cache_create()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kmem.h | 68 gfp_t lflags = __GFP_NOWARN | __GFP_COMP; in kmem_flags_convert() local 71 lflags |= GFP_ATOMIC | __GFP_NORETRY; in kmem_flags_convert() 73 lflags |= GFP_KERNEL; in kmem_flags_convert() 75 lflags &= ~(__GFP_IO|__GFP_FS); in kmem_flags_convert() 79 lflags |= __GFP_HIGH; in kmem_flags_convert() 82 lflags |= __GFP_ZERO; in kmem_flags_convert() 84 return (lflags); in kmem_flags_convert()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 497 enum LFLAGS lflags; in region_compare() local 505 lflags = LEDGE_INSIDE; in region_compare() 507 lflags = LEDGE_LEFT; in region_compare() 509 lflags = LEDGE_LBOUNDARY; in region_compare() 514 if (lflags == LEDGE_INSIDE) { in region_compare() 519 if (lflags == LEDGE_LEFT || lflags == LEDGE_LBOUNDARY) { in region_compare() 527 lflags = LEDGE_INSIDE; in region_compare() 529 lflags = LEDGE_LEFT; in region_compare() 531 lflags = LEDGE_LBOUNDARY; in region_compare() 548 if (lflags == LEDGE_INSIDE) { in region_compare() [all …]
|
/freebsd/crypto/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 & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_refclock.c | 954 u_int lflags /* line discipline flags */ in refclock_open() 992 if (!refclock_setup(fd, speed, lflags)) { in refclock_open() 996 if (!refclock_ioctl(fd, lflags)) { in refclock_open() 1024 u_int lflags /* line discipline flags */ in refclock_setup() 1063 if (lflags & LDISC_7O1) { in refclock_setup() 1087 if (ltemp & TIOCM_DSR && lflags & LDISC_REMOTE) in refclock_setup() 1096 if (lflags & LDISC_RAW) { in refclock_setup() 1101 if (lflags & LDISC_ECHO) in refclock_setup() 1174 if (lflags & LDISC_RAW) { in refclock_setup() 1228 u_int lflags /* lin 956 refclock_open(const sockaddr_u * srcadr,const char * dev,u_int speed,u_int lflags) refclock_open() argument 1026 refclock_setup(int fd,u_int speed,u_int lflags) refclock_setup() argument 1230 refclock_ioctl(int fd,u_int lflags) refclock_ioctl() argument [all...] |
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_txrx.c | 97 uint16_t lflags; in bnxt_isc_txd_encap() local 132 lflags = 0; in bnxt_isc_txd_encap() 142 lflags |= TX_BD_LONG_LFLAGS_LSO | in bnxt_isc_txd_encap() 146 lflags |= TX_BD_LONG_LFLAGS_TCP_UDP_CHKSUM | in bnxt_isc_txd_encap() 150 lflags |= TX_BD_LONG_LFLAGS_IP_CHKSUM; in bnxt_isc_txd_encap() 152 tbdh->lflags = htole16(lflags); in bnxt_isc_txd_encap()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 154 }, lflags[] = in _nc_trace_ttymode() local 173 8 + sizeof(lflags) + in _nc_trace_ttymode() 219 lookup_bits(buf, lflags, "lflags", tty->c_lflag); in _nc_trace_ttymode()
|
/freebsd/usr.sbin/rwhod/ |
H A D | rwhod.c | 582 int mib[6], flags, lflags, len; in configure() local 638 lflags = IFF_BROADCAST | iff_flag; in configure() 640 lflags |= IFF_MULTICAST; in configure() 641 if ((flags & lflags) == 0) in configure()
|
/freebsd/sys/compat/linux/ |
H A D | linux_time.c | 713 l_int lflags, struct timespec *rqtp, struct timespec *rmtp) in linux_common_clock_nanosleep() argument 718 error = linux_to_native_timerflags(&flags, lflags); in linux_common_clock_nanosleep() 721 unsupported_flags, lflags); in linux_common_clock_nanosleep()
|
H A D | linux_misc.c | 577 struct timespec *timesp, int lflags) in linux_common_utimensat() argument 583 if (lflags & ~(LINUX_AT_SYMLINK_NOFOLLOW | LINUX_AT_EMPTY_PATH)) in linux_common_utimensat() 595 if (lflags & LINUX_AT_SYMLINK_NOFOLLOW) in linux_common_utimensat() 597 if (lflags & LINUX_AT_EMPTY_PATH) in linux_common_utimensat() 604 if (lflags != 0) in linux_common_utimensat() 2978 #define L2B_MQ_FLAGS(lflags) ((lflags) != 0 ? O_NONBLOCK : 0) argument
|
H A D | linux_socket.c | 746 linux_set_socket_flags(int lflags, int *flags) in linux_set_socket_flags() argument 749 if (lflags & ~(LINUX_SOCK_CLOEXEC | LINUX_SOCK_NONBLOCK)) in linux_set_socket_flags() 751 if (lflags & LINUX_SOCK_NONBLOCK) in linux_set_socket_flags() 753 if (lflags & LINUX_SOCK_CLOEXEC) in linux_set_socket_flags()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | p9conn.py | 1172 def lcreate(self, fid, name, lflags, mode, gid): argument 1176 flags=lflags, mode=mode, gid=gid) 1496 lflags = flags_to_linux_flags(oflags) 1497 return self.lcreate(fid, name, lflags, perm, gid)
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 786 lflags => [ '-ldl' ],
|
/freebsd/contrib/sqlite3/tea/ |
H A D | configure | 6502 lflags="${lflags} -nodefaultlib:libucrt.lib" 6522 lflags="${lflags} -nologo -MACHINE:${MACHINE} " 6541 lflags="${lflags} -nologo" 6656 LDFLAGS_CONSOLE="-wl,--subsystem,console ${lflags}" 6657 LDFLAGS_WINDOW="-wl,--subsystem,windows ${lflags}" 6718 SHLIB_LD="${LINKBIN} -dll ${lflags}" 6720 STLIB_LD="${LINKBIN} -lib ${lflags}" 6730 LDFLAGS_CONSOLE="-link -subsystem:console ${lflags}" 6731 LDFLAGS_WINDOW="-link -subsystem:windows ${lflags}"
|
/freebsd/libexec/getty/ |
H A D | gettytab | 88 # lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.h | 226 u16 lflags; member
|