Home
last modified time | relevance | path

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

12

/external/dropbear/
Dprogressmeter.c174 strlcat(buf, " ", win_size); in refresh_progress_meter()
179 strlcat(buf, "/s ", win_size); in refresh_progress_meter()
188 strlcat(buf, "- stalled -", win_size); in refresh_progress_meter()
190 strlcat(buf, " --:-- ETA", win_size); in refresh_progress_meter()
210 strlcat(buf, " ETA", win_size); in refresh_progress_meter()
212 strlcat(buf, " ", win_size); in refresh_progress_meter()
Dcompat.h35 size_t strlcat(char *dst, const char *src, size_t siz);
Dcli-runopts.c258 strlcat(cli_opts.cmd, argv[j], cmdlen); in cli_getopts()
259 strlcat(cli_opts.cmd, " ", cmdlen); in cli_getopts()
DNOTICE54 and strlcat() (included in util.c) are from OpenSSH 3.6.1p2, and are licensed
59 strlcat() is (c) Todd C. Miller
DLICENSE54 and strlcat() (included in util.c) are from OpenSSH 3.6.1p2, and are licensed
59 strlcat() is (c) Todd C. Miller
Dcompat.c127 strlcat(dst, src, siz) in strlcat() function
Dconfig.h.in225 /* Define to 1 if you have the `strlcat' function. */
/external/tcpdump/
DMakefile.in145 strlcat.o: $(srcdir)/missing/strlcat.c
146 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
DAndroid.mk119 missing/strlcat.c\
DFILES89 missing/strlcat.c
Dnetdissect.h54 extern size_t strlcat (char *, const char *, size_t);
Dinterface.h54 extern size_t strlcat(char *, const char *, size_t);
Dconfig.h.in247 /* Define to 1 if you have the `strlcat' function. */
/external/tcpdump/missing/
Dstrlcat.c51 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
/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.c659 (void)strlcat(new_path->v, script_dir, len);
660 (void)strlcat(new_path->v, "/", len);
661 (void)strlcat(new_path->v, path->v, len);
/external/qemu/distrib/sdl-1.2.12/
Dandroid-configure.sh362 sdl_check_funcs qsort abs bcopy memset memcpy memmove memcmp strlen strlcpy strlcat
/external/ppp/pppd/plugins/radius/
Dradius.c526 strlcat(rstate.user, "@", sizeof(rstate.user)); in make_username_realm()
527 strlcat(rstate.user, default_realm, sizeof(rstate.user)); in make_username_realm()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_stdinc.h385 #define SDL_strlcat strlcat
/external/ppp/pppd/
Doptions.c1575 strlcat(path, "/", l);
1576 strlcat(path, arg, l);
Dipxcp.c1420 strlcat (strproto_lcl, "NLSP ", sizeof(strproto_lcl));
1433 strlcat (strproto_rmt, "NLSP ", sizeof(strproto_rmt));
Dpppd.h510 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
Dutils.c112 strlcat(dest, src, len) in strlcat() function
/external/dbus/
DHACKING16 - avoid memcpy(), sprintf(), strlen(), snprintf, strlcat(),

12