Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 228) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dresolve_test.c139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
167 .path = "root", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
[all …]
H A Drename_attack_test.c73 const char *flagname(int resolve) in flagname() argument
75 switch (resolve) { in flagname()
84 void test_rename_attack(int resolve) in test_rename_attack() argument
93 .resolve = resolve, in test_rename_attack()
97 how.resolve = 0; in test_rename_attack()
140 flagname(resolve), ROUNDS, escapes); in test_rename_attack()
H A Dopenat2_test.c216 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
219 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
222 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
225 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dresolve.hpp61 resolve( const T& t in resolve() function
81 resolve(std::basic_streambuf<Ch, Tr>& sb) in resolve() function
86 resolve(std::basic_istream<Ch, Tr>& is) in resolve() function
91 resolve(std::basic_ostream<Ch, Tr>& os) in resolve() function
96 resolve(std::basic_iostream<Ch, Tr>& io) in resolve() function
100 array_adapter<Mode, Ch> resolve(Ch (&array)[N]) in resolve() function
105 resolve(const boost::iterator_range<Iter>& rng) in resolve() function
112 resolve( const T& t in resolve() function
125 resolve(std::streambuf& sb) in resolve() function
130 resolve(std::istream& is) in resolve() function
[all …]
H A Dpush.hpp52 this->helper( ::boost::iostreams::detail::resolve<mode, ch>(arg) \
93 { this->helper( ::boost::iostreams::detail::resolve<mode, ch>(t) \
127 { this->helper( ::boost::iostreams::detail::resolve<mode, ch>(t) \
140 { this->helper( ::boost::iostreams::detail::resolve<mode, ch>(t) \
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/avahi/files/
H A Dlocal-ping.patch22 avahi-core/resolve-address.c | 5 ++++-
23 avahi-core/resolve-host-name.c | 5 ++++-
24 avahi-core/resolve-service.c | 5 ++++-
103 diff --git a/avahi-core/resolve-address.c b/avahi-core/resolve-address.c
105 --- a/avahi-core/resolve-address.c
106 +++ b/avahi-core/resolve-address.c
120 diff --git a/avahi-core/resolve-host-name.c b/avahi-core/resolve-host-name.c
122 --- a/avahi-core/resolve-host-name.c
123 +++ b/avahi-core/resolve-host-name.c
137 diff --git a/avahi-core/resolve-service.c b/avahi-core/resolve-service.c
[all …]
H A D0001-Fix-opening-etc-resolv.conf-error.patch8 a symlink to /run/systemd/resolve/resolv.conf. And /run/systemd/resolve/resolv.conf
/OK3568_Linux_fs/buildroot/package/avahi/
H A D0001-Fix-NULL-pointer-crashes-from-175.patch21 avahi-core/resolve-address.c | 5 ++++-
22 avahi-core/resolve-host-name.c | 5 ++++-
23 avahi-core/resolve-service.c | 5 ++++-
102 diff --git a/avahi-core/resolve-address.c b/avahi-core/resolve-address.c
104 --- a/avahi-core/resolve-address.c
105 +++ b/avahi-core/resolve-address.c
119 diff --git a/avahi-core/resolve-host-name.c b/avahi-core/resolve-host-name.c
121 --- a/avahi-core/resolve-host-name.c
122 +++ b/avahi-core/resolve-host-name.c
136 diff --git a/avahi-core/resolve-service.c b/avahi-core/resolve-service.c
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0001-resolve-Use-sockaddr-pointer-type-for-bind.patch4 Subject: [PATCH] resolve: Use sockaddr pointer type for bind()
10 ../git/src/resolve/test-resolved-stream.c:112:32: error: incompatible pointer types passing 'struct…
13 ../git/src/resolve/test-resolved-stream.c:251:39: error: incompatible pointer types passing 'struct…
19 src/resolve/test-resolved-stream.c | 4 ++--
22 diff --git a/src/resolve/test-resolved-stream.c b/src/resolve/test-resolved-stream.c
24 --- a/src/resolve/test-resolved-stream.c
25 +++ b/src/resolve/test-resolved-stream.c
/OK3568_Linux_fs/buildroot/package/util-linux/
H A D0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch20 libblkid/src/resolve.c | 2 +-
95 diff --git a/libblkid/src/resolve.c b/libblkid/src/resolve.c
97 --- a/libblkid/src/resolve.c
98 +++ b/libblkid/src/resolve.c
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dtest-ww_mutex.c153 bool resolve; member
170 if (abba->resolve && err == -EDEADLK) { in test_abba_work()
184 static int test_abba(bool resolve) in test_abba() argument
195 abba.resolve = resolve; in test_abba()
206 if (resolve && err == -EDEADLK) { in test_abba()
221 if (resolve) { in test_abba()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py118 resolve = {
126 resolve=resolve,
416 resolve = Resolve.IGNORE
421 resolve = Resolve.IGNORE
437 resolve
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/
H A Dlibnfnetlink_1.0.1.bb15 file://0001-build-resolve-automake-1.12-warnings.patch \
18 file://0004-libnfnetlink-initialize-attribute-padding-to-resolve.patch \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/
H A Dmapobjects_tester.pro20 # Additional import path used to resolve QML modules in Qt Creator's code model
23 # Additional import path used to resolve QML modules just for Qt Quick Designer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/
H A Dmappolyline_tester.pro20 # Additional import path used to resolve QML modules in Qt Creator's code model
23 # Additional import path used to resolve QML modules just for Qt Quick Designer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/
H A Dmapitems_backends.pro20 # Additional import path used to resolve QML modules in Qt Creator's code model
23 # Additional import path used to resolve QML modules just for Qt Quick Designer
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dinternet1834 resolve(string_view __host_name, string_view __service_name)
1836 return resolve(__host_name, __service_name, resolver_base::flags(),
1837 __throw_on_error{"basic_resolver::resolve"});
1841 resolve(string_view __host_name, string_view __service_name,
1844 return resolve(__host_name, __service_name, resolver_base::flags(),
1849 resolve(string_view __host_name, string_view __service_name, flags __f)
1851 return resolve(__host_name, __service_name, __f,
1852 __throw_on_error{"basic_resolver::resolve"});
1856 resolve(string_view __host_name, string_view __service_name, flags __f,
1876 resolve(const protocol_type& __protocol,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dinternet1834 resolve(string_view __host_name, string_view __service_name)
1836 return resolve(__host_name, __service_name, resolver_base::flags(),
1837 __throw_on_error{"basic_resolver::resolve"});
1841 resolve(string_view __host_name, string_view __service_name,
1844 return resolve(__host_name, __service_name, resolver_base::flags(),
1849 resolve(string_view __host_name, string_view __service_name, flags __f)
1851 return resolve(__host_name, __service_name, __f,
1852 __throw_on_error{"basic_resolver::resolve"});
1856 resolve(string_view __host_name, string_view __service_name, flags __f,
1876 resolve(const protocol_type& __protocol,
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1029 if (how->resolve & ~VALID_RESOLVE_FLAGS) in build_open_flags()
1033 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags()
1103 if (how->resolve & RESOLVE_NO_XDEV) in build_open_flags()
1105 if (how->resolve & RESOLVE_NO_MAGICLINKS) in build_open_flags()
1107 if (how->resolve & RESOLVE_NO_SYMLINKS) in build_open_flags()
1109 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()
1111 if (how->resolve & RESOLVE_IN_ROOT) in build_open_flags()
1113 if (how->resolve & RESOLVE_CACHED) { in build_open_flags()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd_250.5.bb27 file://0001-resolve-Use-sockaddr-pointer-type-for-bind.patch \
87 nss-resolve \
110 nss-resolve \
176 PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false"
307 …echo 'L! ${sysconfdir}/resolv.conf - - - - ../run/systemd/resolve/resolv.conf' >>${D}${exec_prefix…
308 echo 'd /run/systemd/resolve 0755 root root -' >>${D}${exec_prefix}/lib/tmpfiles.d/systemd.conf
309 …echo 'f /run/systemd/resolve/resolv.conf 0644 root root' >>${D}${exec_prefix}/lib/tmpfiles.d/syste…
310 ln -s ../run/systemd/resolve/resolv.conf ${D}${sysconfdir}/resolv-conf.systemd
312 …sed -i -e "s%^L! /etc/resolv.conf.*$%L! /etc/resolv.conf - - - - ../run/systemd/resolve/resolv.con…
313 ln -s ../run/systemd/resolve/resolv.conf ${D}${sysconfdir}/resolv-conf.systemd
[all …]
/OK3568_Linux_fs/buildroot/package/systemd/
H A Dsystemd.mk492 ln -sf ../run/systemd/resolve/resolv.conf \
495 SYSTEMD_CONF_OPTS += -Dnss-resolve=true -Dresolve=true
496 SYSTEMD_RESOLVED_USER = systemd-resolve -1 systemd-resolve -1 * - - - systemd Resolver
498 SYSTEMD_CONF_OPTS += -Dnss-resolve=false -Dresolve=false
809 -Dnss-resolve=false \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenat2.h22 __u64 resolve; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dopenat2.h22 __u64 resolve; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/epiphany/files/
H A DCVE-2023-26081.patch46 + return Promise.resolve(null);
82 + return Promise.resolve(null);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dhas_xxx.hpp213 static int resolve( boost::mpl::aux::type_wrapper<U> const volatile * \
215 static char resolve( ... ); \
218 …BOOST_STATIC_CONSTANT( bool, value = ( sizeof( trait_tester_impl::resolve( static_cast< t_ * >(0) …

12345678910