| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | string.c | 39 #undef strndup 40 #define strndup my_strndup macro 41 char *strndup(const char *str, size_t n); 51 char *firsthalf = strndup(sample, 8); in strndup_checks() 52 char *secondhalf = strndup(sample + 8, 8); in strndup_checks() 60 allofit = strndup(sample, 20); in strndup_checks()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/wayland/ |
| H A D | 0001-build-Fix-strndup-detection-on-MinGW.patch | 4 Subject: [PATCH] build: Fix strndup detection on MinGW 6 GCC and meson conspire together to incorrectly detect that strndup() 10 for strndup(). 30 - 'strndup', 35 +config_h.set('HAVE_STRNDUP', cc.has_function('strndup') and cc.has_header_symbol('string.h', 'strn…
|
| /OK3568_Linux_fs/buildroot/package/dmalloc/ |
| H A D | 0005-fix-strndup.patch | 4 Subject: [PATCH] Fix strndup 21 +#undef strndup 23 char *strndup(const char *string, const DMALLOC_SIZE len);
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch | 20 …h select setlocale strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr s… 21 …h select setlocale strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr s…
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | strndup.c | 40 strndup(const char *str, size_t n) in strndup() function
|
| H A D | meson.build | 40 srcs_libc += 'strndup.c'
|
| H A D | Makefile.in | 171 $(DEPDIR)/strndup.Plo $(DEPDIR)/timingsafe_memcmp.Plo \ 230 strndup.c timingsafe_memcmp.c 679 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strndup.Plo@am__quote@ # am--include-marker 867 -rm -f $(DEPDIR)/strndup.Plo 941 -rm -f $(DEPDIR)/strndup.Plo
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | string.h | 49 char *strndup(const char *s, size_t n);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/socket/ |
| H A D | ta_entry.c | 69 setup.server_addr = strndup(params[1].memref.buffer, in ta_entry_tcp_open() 108 setup.server_addr = strndup(params[1].memref.buffer, in ta_entry_udp_open()
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | argv_split.c | 86 t = strndup(p, str-p); in argv_split()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 0001-undefined-strdup-macro.patch | 21 +#undef strndup
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/ |
| H A D | 0001-use-pkg-config-to-find-freetype2.patch | 20 @@ -41,8 +41,13 @@ AC_CHECK_FUNCS(strndup)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | string.h | 33 char *strndup(const char *s, size_t n);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | string.h | 33 char *strndup(const char *s, size_t n);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | cgroup.c | 174 s = strndup(str, e - str); in parse_cgroups() 244 char *name = strndup(str, e - str); in evlist__expand_cgroup()
|
| /OK3568_Linux_fs/buildroot/package/pound/ |
| H A D | 0002-fix-openssl-1.1.0.patch | 35 + strndup(ASN1_STRING_get0_data(n->d.dNSName), \ 39 + strndup(ASN1_STRING_data(n->d.dNSName), \ 50 - temp[local_count] = strndup(ASN1_STRING_data(name->d.dNSName), ASN1_STRING_length(…
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | util.c | 124 p = strndup(s, n); in xstrndup()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | atom.c | 111 nd->string = strndup(string, len); in MakeAtom()
|
| /OK3568_Linux_fs/buildroot/package/libsvgtiny/ |
| H A D | 0002-Remove-Werror.patch | 25 error: "strndup" redefined [-Werror]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_thread.cpp | 37 _name = strndup (name, XCAM_MAX_STR_SIZE); in Thread()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| H A D | 0003-support-glibc-2.20.patch | 4 strndup(const char *str, size_t n);
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | exec-cmd.c | 96 argv0_path = strndup(argv0, slash - argv0); in extract_argv0_path()
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0005-Don-t-assume-strerror_l-is-available.patch | 31 … poll recvmsg rewind sendmsg setenv strcasecmp strcasestr strdup strlcpy strndup strnlen strnstr s…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | wayland_1.20.0.bb | 18 file://0001-build-Fix-strndup-detection-on-MinGW.patch \
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | qtwifi.cpp | 121 dst = strndup(&str[begin + 1], count); in get_string()
|