Home
last modified time | relevance | path

Searched refs:strbufcat (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/osfmk/libsa/
H A Dstring.h872 strbufcat(
880 strbufcat( in strbufcat() function
902 (strbufcat)((DST), sizeof(DST), (SRC), sizeof(SRC)); \
904 #define strbufcat_4 (strbufcat)
905 #define strbufcat(...) __xnu_argc_overload(strbufcat, __VA_ARGS__) macro
/xnu-11417.121.6/tests/
H A Dtest_strings.c248 T_DECL(strbufcat, "strbufcat") {
296 T_ASSERT_NE(strbufcat(buf, buf2), NULL, "strbufcat two arguments");
297 T_ASSERT_NE(strbufcat(buf, sizeof(buf), buf2, sizeof(buf2)), NULL, "strbufcat four arguments");
/xnu-11417.121.6/bsd/net/
H A Dpf_ruleset.c370 strbufcat(anchor->path, anchor->name); in pf_find_or_create_ruleset()
518 strbufcat(path, MAXPATHLEN, namebuf, name_len); in pf_anchor_setup()
545 strbufcat(pr->anchor_call, r->anchor->path); in pf_anchor_copyout()
H A Droute.c4472 strbufcat(ds, dslen, scpstr, sizeof(scpstr)); in rt_str4()
4503 strbufcat(ds, dslen, scpstr, sizeof(scpstr)); in rt_str6()
H A Dif_bridge.c1459 strbufcat(lladdr_str, byte_str); in brlog_link()
/xnu-11417.121.6/doc/primitives/
H A Dstring-handling.md118 * `strbufcat(a, alen, b, blen)`: like `strlcat` but returns `a` as a NUL-
127 `strbufcasecmp(a, b)`, `strbufcpy(a, b)`, `strbufcat(a, b)`.
129 If the destination array of `strbufcpy` or `strbufcat` has a size of 0, they