Searched refs:strlcat (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/osfmk/libsa/
H A Dstring.h71 extern size_t strlcat(char *, const char *, size_t);
74 /* strcat() is being deprecated. Please use strlcat() instead. */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c128 (void) strlcat(fmt, FSLOG_KEYVAL_FMT, len);
184 (void) strlcat(fmt, FSLOG_NEWLINE_CHAR, MAX_FMT_LEN);
498 strlcat(c_name, "(", sizeof(c_name));
499 strlcat(c_name, uuidstr, sizeof(c_name));
500 strlcat(c_name, ")", sizeof(c_name));
507 strlcat(t_name, "(", sizeof(t_name));
508 strlcat(t_name, uuidstr, sizeof(t_name));
509 strlcat(t_name, ")", sizeof(t_name));
H A Dvfs_subr.c2504 strlcat(sbuf, "|VROOT", sizeof(sbuf));
2506 strlcat(sbuf, "|VTEXT", sizeof(sbuf));
2508 strlcat(sbuf, "|VSYSTEM", sizeof(sbuf));
2510 strlcat(sbuf, "|VNOFLUSH", sizeof(sbuf));
2512 strlcat(sbuf, "|VBWAIT", sizeof(sbuf));
2514 strlcat(sbuf, "|VALIASED", sizeof(sbuf));
H A Dvfs_lookup.c1713 int attempt = strlcat(realpath, str, MAXPATHLEN);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c73 extern size_t strlcat(char *, const char *, size_t);
1646 (void) strlcat(x->d86_opnd[opindex].d86_prefix,
1694 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN);
1697 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN);
1700 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN);
1703 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN);
1706 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN);
1709 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN);
1713 (void) strlcat(opnd, dis_REG8[r_m], OPLEN);
1715 (void) strlcat(opn
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c301 strlcat(anchor->path, "/", sizeof (anchor->path));
303 strlcat(anchor->path, anchor->name, sizeof (anchor->path));
405 strlcat(path, "/", MAXPATHLEN);
406 strlcat(path, name, MAXPATHLEN);
432 strlcat(pr->anchor_call, r->anchor->path,
448 strlcat(pr->anchor_call, "../",
458 strlcat(pr->anchor_call, r->anchor->path + (a[0] ?
463 strlcat(pr->anchor_call, pr->anchor_call[0] ? "/*" : "*",
H A Dpf_if.c341 strlcat(tblname, ":network", sizeof (tblname));
343 strlcat(tblname, ":broadcast", sizeof (tblname));
345 strlcat(tblname, ":peer", sizeof (tblname));
347 strlcat(tblname, ":0", sizeof (tblname));
H A Ddlil.c910 (void) strlcat(inp->input_name,
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c373 init_result |= (strlcat(filepath, g_target_path, PATH_MAX) == PATH_MAX);
374 init_result |= (strlcat(filepath, "/", PATH_MAX) == PATH_MAX);
376 init_result |= (strlcat(filepath, "cpt_test_file", PATH_MAX) == PATH_MAX);
377 init_result |= (strlcat(dirpath, "cpt_test_dir/", PATH_MAX) == PATH_MAX);
379 init_result |= (strlcat(subdirpath, "cpt_test_subdir/", PATH_MAX) == PATH_MAX);
700 if ((strlcpy(filepath, dirpath, PATH_MAX) == PATH_MAX) || (strlcat(filepath, "cpt_test_file", PATH_MAX) == PATH_MAX))
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c442 strlcat((char *)dstStr, fileIDStr, maxDstLen);
443 strlcat((char *)dstStr, extStr, maxDstLen);
/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c439 * strcat() is being deprecated. Please use strlcat() instead.
465 strlcat(char *dst, const char *src, size_t siz) function
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c711 outlen = strlcat(vtable_name, class_name, vtable_name_len);
737 outlen = strlcat(meta_vtable_name, class_name, meta_vtable_name_len);
741 outlen = strlcat(meta_vtable_name, METACLASS_VTABLE_SUFFIX,
767 outlen = strlcat(final_sym_name, class_name, final_sym_name_len);
771 outlen = strlcat(final_sym_name, FINAL_CLASS_TOKEN, final_sym_name_len);
796 outlen = strlcat(function_prefix, class_name, function_prefix_len);
/darwin-on-arm/xnu/libkern/
H A DOSKextVersion.c473 strlcat(buffer, stage_string, bufferLength);
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c2118 strlcat(kdp_kernelversion_string, "; UUID=", sizeof(kdp_kernelversion_string));
2119 strlcat(kdp_kernelversion_string, kernel_uuid, sizeof(kdp_kernelversion_string));
2127 strlcat(kdp_kernelversion_string, "; stext=", sizeof(kdp_kernelversion_string));
2129 strlcat(kdp_kernelversion_string, KASLR_stext, sizeof(kdp_kernelversion_string));
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c3009 (void)strlcat(guard_vec, ",", sizeof (guard_vec));
3010 (void)strlcat(guard_vec, guard, sizeof (guard_vec));
3025 (void)strlcat(entropy_vec, ",", sizeof (entropy_vec));
3026 (void)strlcat(entropy_vec, entropy, sizeof (entropy_vec));
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp1241 strlcat((char *)tmpData, (const char *)bootArgsData, cnt);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4055 strlcat(result, ARCHNAME, keySize);
7965 strlcat(executablePathCString, executableRelPath->getCStringNoCopy(),
10056 result = strlcat(identPlusVers, kmod_info->version, KMOD_MAX_NAME);
10148 *list_length_ptr = strlcat(paniclist, identPlusVers, list_size);
10149 *list_length_ptr = strlcat(paniclist, "\n", list_size);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1315 strlcat(svcname, mntfromhere, len);
H A Dnfs_vfsops.c3309 nlen = strlcat(mntfromname, path + strlen(vfs_statfs(nmp->nm_mountp)->f_mntonname), MAXPATHLEN);

Completed in 228 milliseconds