Home
last modified time | relevance | path

Searched refs:strndup (Results 1 – 25 of 103) sorted by relevance

12345

/OK3568_Linux_fs/external/xserver/test/
H A Dstring.c39 #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 D0001-build-Fix-strndup-detection-on-MinGW.patch4 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 D0005-fix-strndup.patch4 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 D0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch20 …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 Dstrndup.c40 strndup(const char *str, size_t n) in strndup() function
H A Dmeson.build40 srcs_libc += 'strndup.c'
H A DMakefile.in171 $(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 Dstring.h49 char *strndup(const char *s, size_t n);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/socket/
H A Dta_entry.c69 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 Dargv_split.c86 t = strndup(p, str-p); in argv_split()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D0001-undefined-strdup-macro.patch21 +#undef strndup
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/
H A D0001-use-pkg-config-to-find-freetype2.patch20 @@ -41,8 +41,13 @@ AC_CHECK_FUNCS(strndup)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstring.h33 char *strndup(const char *s, size_t n);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstring.h33 char *strndup(const char *s, size_t n);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcgroup.c174 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 D0002-fix-openssl-1.1.0.patch35 + 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 Dutil.c124 p = strndup(s, n); in xstrndup()
/OK3568_Linux_fs/external/xserver/dix/
H A Datom.c111 nd->string = strndup(string, len); in MakeAtom()
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0002-Remove-Werror.patch25 error: "strndup" redefined [-Werror]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_thread.cpp37 _name = strndup (name, XCAM_MAX_STR_SIZE); in Thread()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0003-support-glibc-2.20.patch4 strndup(const char *str, size_t n);
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dexec-cmd.c96 argv0_path = strndup(argv0, slash - argv0); in extract_argv0_path()
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0005-Don-t-assume-strerror_l-is-available.patch31 … poll recvmsg rewind sendmsg setenv strcasecmp strcasestr strdup strlcpy strndup strnlen strnstr s…
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/
H A Dwayland_1.20.0.bb18 file://0001-build-Fix-strndup-detection-on-MinGW.patch \
/OK3568_Linux_fs/app/qsetting/
H A Dqtwifi.cpp121 dst = strndup(&str[begin + 1], count); in get_string()

12345