Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 25 of 63) 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.c185 strlcat(buf, " ", win_size); in refresh_progress_meter()
190 strlcat(buf, "/s ", win_size); in refresh_progress_meter()
199 strlcat(buf, "- stalled -", win_size); in refresh_progress_meter()
201 strlcat(buf, " --:-- ETA", win_size); in refresh_progress_meter()
221 strlcat(buf, " ETA", win_size); in refresh_progress_meter()
223 strlcat(buf, " ", win_size); in refresh_progress_meter()
Dssh_api.c510 strlcat(replace, ",", maxlen); in _ssh_order_hostkeyalgs()
511 strlcat(replace, alg, maxlen); in _ssh_order_hostkeyalgs()
/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
/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
/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/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.c145 len = strlcat(buf, ": ", sizeof(buf)); in setproctitle()
Dopenbsd-compat.h87 size_t strlcat(char *dst, const char *src, size_t siz);
DMakefile.in19 …resvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strlcat.o strlcpy.o strmo…
Dport-linux.c212 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.in246 missing/strlcat.c \
309 strlcat.o: $(srcdir)/missing/strlcat.c
310 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
/external/lldb/tools/debugserver/source/
DDNBRegisterInfo.cpp122 strlcat(str, " }", sizeof(str)); in Dump()
204 strlcat(str, " }", sizeof(str)); in Dump()
/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/lldb/source/Host/macosx/
DSymbols.cpp482 strlcat(path, ".dSYM/Contents/Resources/DWARF/", sizeof(path)); in LocateDSYMInVincinityOfExecutable()
483 strlcat(path, exec_fspec->GetFilename().AsCString(), sizeof(path)); in LocateDSYMInVincinityOfExecutable()
502 strlcat(path, ".dSYM/Contents/Resources/DWARF/", sizeof(path)); in LocateDSYMInVincinityOfExecutable()
503 strlcat(path, exec_fspec->GetFilename().AsCString(), sizeof(path)); in LocateDSYMInVincinityOfExecutable()

123