/external/dropbear/ |
D | progressmeter.c | 174 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()
|
D | compat.h | 35 size_t strlcat(char *dst, const char *src, size_t siz);
|
D | cli-runopts.c | 258 strlcat(cli_opts.cmd, argv[j], cmdlen); in cli_getopts() 259 strlcat(cli_opts.cmd, " ", cmdlen); in cli_getopts()
|
D | NOTICE | 54 and strlcat() (included in util.c) are from OpenSSH 3.6.1p2, and are licensed 59 strlcat() is (c) Todd C. Miller
|
D | LICENSE | 54 and strlcat() (included in util.c) are from OpenSSH 3.6.1p2, and are licensed 59 strlcat() is (c) Todd C. Miller
|
D | compat.c | 127 strlcat(dst, src, siz) in strlcat() function
|
D | config.h.in | 225 /* Define to 1 if you have the `strlcat' function. */
|
/external/tcpdump/ |
D | Makefile.in | 145 strlcat.o: $(srcdir)/missing/strlcat.c 146 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
|
D | Android.mk | 119 missing/strlcat.c\
|
D | FILES | 89 missing/strlcat.c
|
D | netdissect.h | 54 extern size_t strlcat (char *, const char *, size_t);
|
D | interface.h | 54 extern size_t strlcat(char *, const char *, size_t);
|
D | config.h.in | 247 /* Define to 1 if you have the `strlcat' function. */
|
/external/tcpdump/missing/ |
D | strlcat.c | 51 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
|
/external/ipsec-tools/src/racoon/ |
D | misc.h | 67 #define strlcat(d,s,l) strncat(d,s,(l)-strlen(d)-1) macro
|
D | session.c | 162 strlcat(pid_file, _PATH_VARRUN, MAXPATHLEN); in session() 163 strlcat(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN); in session()
|
D | remoteconf.c | 659 (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/ |
D | android-configure.sh | 362 sdl_check_funcs qsort abs bcopy memset memcpy memmove memcmp strlen strlcpy strlcat
|
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 526 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/ |
D | SDL_stdinc.h | 385 #define SDL_strlcat strlcat
|
/external/ppp/pppd/ |
D | options.c | 1575 strlcat(path, "/", l); 1576 strlcat(path, arg, l);
|
D | ipxcp.c | 1420 strlcat (strproto_lcl, "NLSP ", sizeof(strproto_lcl)); 1433 strlcat (strproto_rmt, "NLSP ", sizeof(strproto_rmt));
|
D | pppd.h | 510 size_t strlcat __P((char *, const char *, size_t)); /* safe strncpy */
|
D | utils.c | 112 strlcat(dest, src, len) in strlcat() function
|
/external/dbus/ |
D | HACKING | 16 - avoid memcpy(), sprintf(), strlen(), snprintf, strlcat(),
|