Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 25 of 40) sorted by relevance

12

/external/libedit/src/
Dstrlcat.c32 __weak_alias(strlcat, _strlcat) in __weak_alias() argument
45 strlcat(char *dst, const char *src, size_t siz) in __weak_alias()
Dsys.h95 #define strlcat libedit_strlcat macro
96 size_t strlcat(char *dst, const char *src, size_t size);
DMakefile.am52 libedit_la_SOURCES += strlcat.c
DMakefile.in84 @HAVE_STRLCAT_FALSE@am__append_3 = strlcat.c
138 filecomplete.h editline/readline.h strlcpy.c strlcat.c vis.c \
141 @HAVE_STRLCAT_FALSE@am__objects_2 = strlcat.lo
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Plo@am__quote@
/external/clang/test/Sema/
Dwarn-strlcpycat-size.c5 size_t strlcat (char * restrict dst, const char * restrict src, size_t size);
24strlcat(s2, s3, sizeof(s3)); // expected-warning {{size argument in 'strlcat' call appears to be s… in f()
Dbuiltins-gnu-mode.c19 int strlcat; variable
Dbuiltins.c213 size_t strlcat(char * restrict dst, const char * restrict src, size_t size);
226strlcat(buf, b, sizeof(b)); // expected-warning {{size argument in 'strlcat' call appears to be si… in Test19()
/external/libedit/
Dconfigure.ac28 AC_CONFIG_SRCDIR([src/strlcat.c])
111 …r strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis…
117 # strlcat
118 AC_CHECK_FUNC(strlcat, found_strlcat=yes, found_strlcat=no)
DChangeLog27 * configure.ac: fix AM_CONDITIONAL regression for strlcpy, strlcat, vis,
35 warnings for systems that has strlcpy, strlcat, vis, unvis.
228 * patches/cvs_export.sh: strlcat.c and strlcpy.c was moved to
Dconfig.h.in124 /* Define to 1 if you have the `strlcat' function. */
/external/clang/test/SemaCXX/
Dwarn-memsize-comparison.cpp15 extern "C" size_t strlcat(char *dst, const char *src, size_t size);
79 if (strlcat(b1, b2, sizeof(b1) != 0)) {} // \ in f()
83 if (strlcat(b1, b2, sizeof(b1)) != 0) {} in f()
/external/tcpdump/missing/
Dstrlcat.c48 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
/external/tcpdump/
DMakefile.in327 missing/strlcat.c \
386 strlcat.o: $(srcdir)/missing/strlcat.c
387 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
Dinterface.h54 extern size_t strlcat(char *, const char *, size_t);
/external/ipsec-tools/src/racoon/
Dmisc.h67 #define strlcat(d,s,l) strncat(d,s,(l)-strlen(d)-1) macro
Dsession.c162 strlcat(pid_file, _PATH_VARRUN, MAXPATHLEN); in session()
163 strlcat(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN); in session()
Dremoteconf.c657 (void)strlcat(new_path->v, script_dir, len);
658 (void)strlcat(new_path->v, "/", len);
659 (void)strlcat(new_path->v, path->v, len);
/external/ppp/pppd/plugins/radius/
Dradius.c521 strlcat(rstate.user, "@", sizeof(rstate.user)); in make_username_realm()
522 strlcat(rstate.user, default_realm, sizeof(rstate.user)); in make_username_realm()
/external/ppp/pppd/
Dipxcp.c1420 strlcat (strproto_lcl, "NLSP ", sizeof(strproto_lcl));
1433 strlcat (strproto_rmt, "NLSP ", sizeof(strproto_rmt));
Doptions.c1611 strlcat(path, "/", l);
1612 strlcat(path, arg, l);
Dpppd.h532 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
Dutils.c108 strlcat(dest, src, len) in strlcat() function
/external/libpcap/
Dpcap-bpf.c695 strlcat(ifr.ifr_name, p->opt.source + 2, sizeof(ifr.ifr_name)); in pcap_can_set_rfmon_bpf()
1393 strlcat(ifr.ifr_name, p->opt.source + 3, in check_setif_failure()
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m170 … copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119}}
/external/valgrind/shared/
Dvg_replace_strmem.c399 STRLCAT(VG_Z_LIBC_SONAME, strlcat)
402 STRLCAT(VG_Z_LIBC_SONAME, strlcat)

12