Searched refs:estrlcat (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/include/
H A Dutil.h151 size_t estrlcat(char *, const char *, size_t);
/netbsd-current/lib/libutil/
H A Defun.c80 estrlcat(char *dst, const char *src, size_t len) function
H A DMakefile89 MLINKS+=efun.3 estrlcat.3
/netbsd-current/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c367 (void)estrlcat(tmppath, "/", sizeof(tmppath));
368 (void)estrlcat(tmppath, argv[i], sizeof(tmppath));
479 (void)estrlcat(tmppath, "/", sizeof(tmppath));
480 (void)estrlcat(tmppath, argv[3], sizeof(tmppath));
606 (void)estrlcat(tmppath, "/", sizeof(tmppath));
607 (void)estrlcat(tmppath, path, sizeof(tmppath));
/netbsd-current/usr.bin/mail/
H A Dcomplete.c408 (void)estrlcat(path, "/", sizeof(path));
409 (void)estrlcat(path, words->sl_str[0], sizeof(path));
/netbsd-current/tools/compat/
H A Dcompat_defs.h368 size_t estrlcat(char *, const char *, size_t);

Completed in 106 milliseconds