| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | collection.hpp | 39 auto begin() const { return wrappers.begin(); } in begin() 40 auto end() const { return wrappers.end(); } in end() 55 WrapperVector wrappers; member in mbgl::style::Collection 66 return wrappers.size(); in size() 71 return std::find_if(wrappers.begin(), wrappers.end(), [&](const auto& e) { in index() 73 }) - wrappers.begin(); in index() 79 return i < size() ? wrappers[i].get() : nullptr; in get() 85 result.reserve(wrappers.size()); in getWrappers() 87 for (auto& wrapper : wrappers) { in getWrappers() 100 wrappers.clear(); in clear() [all …]
|
| H A D | style_impl.cpp | 188 auto wrappers = layers.getWrappers(); in getLayers() local 189 return std::vector<const Layer*>(wrappers.begin(), wrappers.end()); in getLayers() 244 auto wrappers = sources.getWrappers(); in getSources() local 245 return std::vector<const Source*>(wrappers.begin(), wrappers.end()); in getSources()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gensio/ |
| H A D | gensio_2.3.1.bb | 16 PACKAGECONFIG ??= "openssl tcp-wrappers" 19 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers"
|
| /OK3568_Linux_fs/buildroot/package/apitrace/ |
| H A D | 0002-gltrace-Avoid-__libc_dlsym-and-__libc_dlopen_mode-on-GLIBC-2-34.patch | 19 wrappers/dlsym.cpp | 2 +- 22 diff --git a/wrappers/dlsym.cpp b/wrappers/dlsym.cpp 24 --- a/wrappers/dlsym.cpp 25 +++ b/wrappers/dlsym.cpp
|
| /OK3568_Linux_fs/external/libmali/ |
| H A D | meson.build | 27 wrappers_opts = get_option('wrappers') 78 wrappers = false variable 81 wrappers = not wrappers_opts.disabled() variable 84 if wrappers 85 message('Provide wrappers') 87 # The vendor package requires soname of wrappers. 89 error('Cannot provide vendor package without wrappers') 149 # Package name : required symbol, wrappers, headers, package version 312 if not wrappers 313 # Disable wrappers
|
| H A D | meson_options.txt | 21 option('wrappers', type: 'feature', value: 'auto', feature 22 description: 'Install with wrappers (default: auto)')
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/quota/ |
| H A D | quota_4.06.bb | 29 PACKAGECONFIG ??= "tcp-wrappers rpc bsd" 30 PACKAGECONFIG:libc-musl = "tcp-wrappers rpc" 32 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/ |
| H A D | vsftpd_3.0.5.bb | 21 …${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://vsftpd-tcp_wrappers-support.patch', … 35 PACKAGECONFIG ??= "tcp-wrappers" 36 PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers" 41 WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}" 42 NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.p…
|
| /OK3568_Linux_fs/kernel/drivers/bcma/ |
| H A D | scan.c | 279 u8 ports[2], wrappers[2]; in bcma_get_next_core() local 299 wrappers[0] = (cib & SCAN_CIB_NMW) >> SCAN_CIB_NMW_SHIFT; in bcma_get_next_core() 300 wrappers[1] = (cib & SCAN_CIB_NSW) >> SCAN_CIB_NSW_SHIFT; in bcma_get_next_core() 311 if (wrappers[0] + wrappers[1] == 0) { in bcma_get_next_core() 389 for (i = 0; i < wrappers[0]; i++) { in bcma_get_next_core() 406 for (i = 0; i < wrappers[1]; i++) { in bcma_get_next_core() 417 if (wrappers[0] == 0 && !i && !j) in bcma_get_next_core()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/socat/ |
| H A D | socat_1.7.4.4.bb | 38 PACKAGECONFIG:class-target ??= "tcp-wrappers readline openssl" 40 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/ |
| H A D | nfs-utils_2.6.1.bb | 62 PACKAGECONFIG ??= "tcp-wrappers \ 65 PACKAGECONFIG:remove:libc-musl = "tcp-wrappers" 66 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/ |
| H A D | configure.ac | 54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library]) 55 AC_ARG_WITH([tcp-wrappers], 56 [AS_HELP_STRING([--with-tcp-wrappers], 57 [use the libwrap (TCP wrappers) library])],
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/atftp/ |
| H A D | atftp_0.7.5.bb | 18 PACKAGECONFIG ??= "tcp-wrappers" 20 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/rpcbind/ |
| H A D | rpcbind_1.2.6.bb | 23 PACKAGECONFIG ??= "tcp-wrappers" 24 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/xinetd/ |
| H A D | xinetd_2.3.15.4.bb | 30 PACKAGECONFIG ??= "tcp-wrappers" 31 PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
|
| /OK3568_Linux_fs/buildroot/package/let-me-create/ |
| H A D | Config.in | 13 This library is collection of small wrappers for some 16 wrappers for a few clicks.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | safe_finger.patch | 3 --- tcp-wrappers-7.6-ipv6.1.orig/safe_finger.c 4 +++ tcp-wrappers-7.6-ipv6.1/safe_finger.c
|
| H A D | socklen_t.patch | 5 tcp-wrappers Support for building with glibc 8 calls. This fixes a bug that causes tcp wrappers to fail when using sshd.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/ |
| H A D | mkbuiltins_have_stringize.patch | 2 the macros to wrap functions (e.g. read and open in unistd.h). Those wrappers 5 wrappers to generate calls to 'xread' and 'xopen', which do not exist,
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | Makefile | 11 KASAN_SANITIZE_runtime-wrappers.o := n 22 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-tftp/ |
| H A D | netkit-tftp_0.17.bb | 4 DEPENDS = "tcp-wrappers" 55 RDEPENDS:${PN}-server = "tcp-wrappers xinetd"
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | README.rst | 15 System call wrappers 18 System call wrappers are simple wrappers for commands supported by 19 sys_bpf system call. These wrappers should go to ``bpf.h`` header file
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liburing/liburing/ |
| H A D | 0001-test-Use-syscall-wrappers-instead-of-using-syscall-2.patch | 4 Subject: [PATCH] test: Use syscall wrappers instead of using syscall(2) directly 7 architecture. Use the wrappers to avoid having to reimplement them
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rusers/ |
| H A D | netkit-rusers_0.17.bb | 7 DEPENDS = " tcp-wrappers libtirpc rpcbind rpcsvc-proto rpcsvc-proto-native" 68 RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind"
|
| /OK3568_Linux_fs/buildroot/package/nfs-utils/ |
| H A D | nfs-utils.mk | 21 --without-tcp-wrappers \ 34 --without-tcp-wrappers \
|