Searched refs:strcat (Results 1 – 9 of 9) sorted by relevance
| /xnu-11417.121.6/tests/sched/sched_test_harness/ |
| H A D | sched_policy_darwintest.h | 50 strcat(expanded_message, message); \ 51 strcat(expanded_message, SCHED_PASS_MSG); \ 55 strcat(expanded_message, message); \ 56 strcat(expanded_message, SCHED_FAIL_MSG); \
|
| H A D | sched_runqueue_harness.c | 112 strcat(_log_filepath, "_test_log.txt"); in init_harness_logging()
|
| /xnu-11417.121.6/tests/ |
| H A D | xnu_quick_test_helpers.c | 35 strcat( &g_target_path[0], the_targetp ); in create_target_directory() 37 strcat( &g_target_path[0], "/" ); in create_target_directory() 39 strcat( &g_target_path[0], &my_name[0] ); in create_target_directory() 82 strcat( the_pathp, &my_name[0] ); in create_random_name()
|
| H A D | unp_connect_thread_uaf.c | 92 strcat(path1, "/1"); in test_unp_connect_multithread() 94 strcat(path2, "/2"); in test_unp_connect_multithread() 96 strcat(path3, "/3"); in test_unp_connect_multithread()
|
| H A D | xnu_quick_test.c | 39 strcat( my_pathp, "/" );
|
| H A D | kqueue_file_tests.c | 261 strcat(buf, "/"); in makepath() 262 strcat(buf, file); in makepath()
|
| /xnu-11417.121.6/osfmk/libsa/ |
| H A D | string.h | 945 extern char *strcat(char *dst, const char *src); 947 #define strcat(dst, src) __builtin___strcat_chk(dst, src, __xnu_member_size(dst)) macro
|
| /xnu-11417.121.6/doc/primitives/ |
| H A D | string-handling.md | 47 * `str` functions (strlen, strcat, etc), unsafe for writing; 51 `str` functions for writing (`strcpy`, `strcat`, etc) are **all** unsafe
|
| /xnu-11417.121.6/SETUP/config/ |
| H A D | mkmakefile.c | 160 vpath = strcat(strcpy(buf, ":"), vpath); in get_VPATH()
|