Searched refs:strcat (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/osfmk/libsa/
H A Dstring.h74 /* strcat() is being deprecated. Please use strlcat() instead. */
75 extern char *strcat(char *, const char *) __deprecated;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dposix_spawn.c69 (void) strcat(exec_path, "/posix_spawn_bin");
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dexec.c65 (void) strcat(exec_path, "/exec_bin");
H A Dlibmicro.c253 (void) strcat(path, "/");
254 (void) strcat(path, argv[0]);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c65 strcat(namebuf1, "/");
66 strcat(namebuf1, dep1->d_name);
84 strcat(namebuf2, "/");
85 strcat(namebuf2, dep2->d_name);
124 strcat( my_pathp, &g_target_path[0] );
125 strcat( my_pathp, "/" );
141 strcat( my_test_page_p, "parent data" );
176 strcat( my_test_page_p, " child data" );
H A Dtests.c85 strcat( my_pathp, "/" );
209 strcat( my_pathp, &g_target_path[0] );
210 strcat( my_pathp, "/" );
467 strcat( my_pathp, &g_target_path[0] );
468 strcat( my_pathp, "/" );
653 strcat( my_pathp, &g_target_path[0] );
654 strcat( my_pathp, "/" );
663 strcat( my_path2p, my_pathp );
664 strcat( my_path2p, "link" );
786 strcat( my_path
[all...]
H A Dxattr_tests.c40 strcat( my_pathp, &g_target_path[0] );
41 strcat( my_pathp, "/" );
H A D32bit_inode_tests.c78 strcat( my_pathp, &g_target_path[0] );
79 strcat( my_pathp, "/" );
H A Dmisc.c32 strcat( the_pathp, &my_name[0] );
97 strcat( my_pathp, the_namep );
H A Dmain.c520 strcat( &g_target_path[0], the_targetp );
522 strcat( &g_target_path[0], "/" );
524 strcat( &g_target_path[0], &my_name[0] );
H A Dsocket_tests.c53 strcat( my_parent_pathp, "/tmp/" );
61 strcat( my_parent_pathp, "p" ); /* append 'p' to mean "parent" */
62 strcat( my_child_pathp, "c" ); /* append 'c' to mean "child" */
H A Dkqueue_tests.c169 strcat( my_pathp, &g_target_path[0] );
170 strcat( my_pathp, "/" );
/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c439 * strcat() is being deprecated. Please use strlcat() instead.
443 strcat( function
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c528 strcat(shadow_mak_name, ".md");
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c1036 strcat(s->msg, ": ");
1037 strcat(s->msg, m);
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c201 vpath = strcat(strcpy(buf, ":"), vpath);
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c187 strcat(buf, "/");
188 strcat(buf, file);

Completed in 160 milliseconds