Searched refs:strcat (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.121.2/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-8796.121.2/osfmk/libsa/ |
| H A D | string.h | 325 extern char *strcat(char *dst, const char *src); 326 #if XNU_USE_CHK_BUILTIN(strcat) 327 #define strcat(dst, src) __builtin___strcat_chk(dst, src, __xnu_bos_strict(dst)) macro
|
| /xnu-8796.121.2/SETUP/config/ |
| H A D | mkmakefile.c | 160 vpath = strcat(strcpy(buf, ":"), vpath); in get_VPATH()
|