/external/openssh/ |
D | md5crypt.c | 145 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()
|
D | progressmeter.c | 185 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()
|
D | ssh_api.c | 510 strlcat(replace, ",", maxlen); in _ssh_order_hostkeyalgs() 511 strlcat(replace, alg, maxlen); in _ssh_order_hostkeyalgs()
|
/external/libedit/src/ |
D | strlcat.c | 32 __weak_alias(strlcat, _strlcat) in __weak_alias() argument 45 strlcat(char *dst, const char *src, size_t siz) in __weak_alias()
|
D | sys.h | 95 #define strlcat libedit_strlcat macro 96 size_t strlcat(char *dst, const char *src, size_t size);
|
D | Makefile.am | 52 libedit_la_SOURCES += strlcat.c
|
/external/clang/test/Sema/ |
D | warn-strlcpycat-size.c | 5 size_t strlcat (char * restrict dst, const char * restrict src, size_t size); 24 …strlcat(s2, s3, sizeof(s3)); // expected-warning {{size argument in 'strlcat' call appears to be s… in f()
|
D | builtins-gnu-mode.c | 19 int strlcat; variable
|
D | builtins.c | 213 size_t strlcat(char * restrict dst, const char * restrict src, size_t size); 226 …strlcat(buf, b, sizeof(b)); // expected-warning {{size argument in 'strlcat' call appears to be si… in Test19()
|
/external/libedit/ |
D | configure.ac | 28 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)
|
D | ChangeLog | 27 * 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/ |
D | warn-memsize-comparison.cpp | 15 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/ |
D | realpath.c | 133 resolved_len = strlcat(resolved, next_token, PATH_MAX); in realpath() 179 left_len = strlcat(symlink, left, sizeof(left)); in realpath()
|
D | strlcat.c | 35 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
|
D | setproctitle.c | 145 len = strlcat(buf, ": ", sizeof(buf)); in setproctitle()
|
D | openbsd-compat.h | 87 size_t strlcat(char *dst, const char *src, size_t siz);
|
D | Makefile.in | 19 …resvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strlcat.o strlcpy.o strmo…
|
D | port-linux.c | 212 strlcat(newctx, cx, newlen); in ssh_selinux_change_context()
|
/external/tcpdump/missing/ |
D | strlcat.c | 51 strlcat(char *dst, const char *src, size_t siz) in strlcat() function
|
/external/tcpdump/ |
D | Makefile.in | 246 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/ |
D | DNBRegisterInfo.cpp | 122 strlcat(str, " }", sizeof(str)); in Dump() 204 strlcat(str, " }", sizeof(str)); in Dump()
|
/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/lldb/source/Host/macosx/ |
D | Symbols.cpp | 482 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()
|