Searched refs:strbufcat (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.61.5/osfmk/libsa/ |
| H A D | string.h | 841 strbufcat( 849 strbufcat( in strbufcat() function 871 (strbufcat)((DST), sizeof(DST), (SRC), sizeof(SRC)); \ 873 #define strbufcat_4 (strbufcat) 874 #define strbufcat(...) __xnu_argc_overload(strbufcat, __VA_ARGS__) macro
|
| /xnu-11215.61.5/tests/ |
| H A D | test_strings.c | 248 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-11215.61.5/bsd/net/ |
| H A D | pf_ruleset.c | 370 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 D | route.c | 4420 strbufcat(ds, dslen, scpstr, sizeof(scpstr)); in rt_str4() 4451 strbufcat(ds, dslen, scpstr, sizeof(scpstr)); in rt_str6()
|
| H A D | if_bridge.c | 1429 strbufcat(lladdr_str, byte_str); in brlog_link()
|
| /xnu-11215.61.5/doc/primitives/ |
| H A D | string-handling.md | 111 * `strbufcat(a, alen, b, blen)`: like `strlcat` but returns `a` as a NUL- 120 `strbufcasecmp(a, b)`, `strbufcpy(a, b)`, `strbufcat(a, b)`. 122 If the destination array of `strbufcpy` or `strbufcat` has a size of 0, they
|