Home
last modified time | relevance | path

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

123

/external/openssh/
Dmd5crypt.c145 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt()
147 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt()
149 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt()
151 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt()
153 strlcat(passwd, to64(l, 4), sizeof(passwd)); in md5_crypt()
155 strlcat(passwd, to64(l, 2), sizeof(passwd)); in md5_crypt()
Dprogressmeter.c184 strlcat(buf, " ", win_size); in refresh_progress_meter()
189 strlcat(buf, "/s ", win_size); in refresh_progress_meter()
198 strlcat(buf, "- stalled -", win_size); in refresh_progress_meter()
200 strlcat(buf, " --:-- ETA", win_size); in refresh_progress_meter()
220 strlcat(buf, " ETA", win_size); in refresh_progress_meter()
222 strlcat(buf, " ", win_size); in refresh_progress_meter()
Dmisc.c547 strlcat(ret, "/", sizeof(ret)) >= sizeof(ret)) in tilde_expand_filename()
553 if (strlcat(ret, filename, sizeof(ret)) >= sizeof(ret)) in tilde_expand_filename()
608 i = strlcat(buf, keys[j].repl, sizeof(buf)); in percent_expand()
754 strlcat(r, b, hl); in tohex()
Dssh-keygen.c538 strlcat(encoded, line, sizeof(encoded)); in do_convert_from_ssh2()
910 strlcat(identity_file, ".pub", sizeof(identity_file)); in do_gen_all_hostkeys()
996 strlcat(tmp, ".XXXXXXXXXX", sizeof(tmp)) >= sizeof(tmp) || in do_known_hosts()
998 strlcat(old, ".old", sizeof(old)) >= sizeof(old)) in do_known_hosts()
1360 strlcat(identity_file, ".pub", sizeof(identity_file)); in do_change_comment()
2338 strlcat(identity_file, ".pub", sizeof(identity_file)); in main()
/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
/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()
/external/openssh/openbsd-compat/
Drealpath.c133 resolved_len = strlcat(resolved, next_token, PATH_MAX); in realpath()
179 left_len = strlcat(symlink, left, sizeof(left)); in realpath()
Dstrlcat.c35 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
Dsetproctitle.c142 len = strlcat(buf, ": ", sizeof(buf)); in setproctitle()
Dopenbsd-compat.h79 size_t strlcat(char *dst, const char *src, size_t siz);
DMakefile.in19 …sphrase.o realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact.o strlcat.o strlcpy.o strmo…
Dport-linux.c213 strlcat(newctx, cx, newlen); in ssh_selinux_change_context()
/external/tcpdump/missing/
Dstrlcat.c51 strlcat(char *dst, const char *src, size_t siz) in 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\
/external/kernel-headers/original/linux/
Dstring.h39 extern size_t strlcat(char *, const char *, __kernel_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.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.15/
Dandroid-configure.sh362 sdl_check_funcs qsort abs bcopy memset memcpy memmove memcmp strlen strlcpy strlcat

123