Searched refs:my_pathp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c25 char * my_pathp = NULL; local
30 my_pathp = (char *) malloc( PATH_MAX );
31 if ( my_pathp == NULL ) {
35 *my_pathp = 0x00;
36 strcat( my_pathp, &g_target_path[0] );
37 strcat( my_pathp, "/" );
40 my_err = create_random_name( my_pathp, 1 );
46 my_err = setxattr( my_pathp, XATTR_TEST_NAME, &my_xattr_data[0], sizeof(my_xattr_data), 0, 0 );
53 my_result = listxattr( my_pathp, NULL, 0, 0 );
64 my_result = getxattr( my_pathp, XATTR_TEST_NAM
[all...]
H A Dtests.c71 char * my_pathp; local
73 my_pathp = (char *) malloc( PATH_MAX );
74 if ( my_pathp == NULL ) {
79 *my_pathp = 0x00;
80 strcpy( my_pathp, &g_target_path[0] );
81 strcat( my_pathp, "/" );
84 my_err = create_random_name( my_pathp, 1 );
92 my_fd = syscall( SYS_open, my_pathp, (O_RDWR | O_EXCL), 0 );
95 printf( "\t file we attempted to open -> \"%s\" \n", my_pathp );
108 if ( my_pathp !
184 char * my_pathp = NULL; local
448 char * my_pathp = NULL; local
626 char * my_pathp = NULL; local
763 char * my_pathp = NULL; local
889 char * my_pathp = NULL; local
1011 char * my_pathp = NULL; local
1754 char * my_pathp = NULL; local
1809 char * my_pathp = NULL; local
2286 char * my_pathp = NULL; local
2494 char * my_pathp = NULL; local
2846 char * my_pathp = NULL; local
3050 char * my_pathp = NULL; local
3126 char * my_pathp = NULL; local
3303 char * my_pathp = NULL; local
3438 char * my_pathp = NULL; local
3583 char * my_pathp = NULL; local
3678 char * my_pathp = NULL; local
3794 char * my_pathp = NULL; local
4038 char * my_pathp = NULL; local
4380 char * my_pathp = NULL; local
4574 char * my_pathp; local
4851 char * my_pathp = NULL; local
5157 char * my_pathp = NULL; local
[all...]
H A Dmemory_tests.c24 char * my_pathp = NULL; local
31 my_pathp = (char *) malloc( PATH_MAX );
32 if ( my_pathp == NULL ) {
36 *my_pathp = 0x00;
37 strcat( my_pathp, &g_target_path[0] );
38 strcat( my_pathp, "/" );
41 my_err = create_random_name( my_pathp, 1 );
87 my_fd = open( my_pathp, O_RDWR, 0 );
246 if ( my_pathp != NULL ) {
247 remove( my_pathp );
[all...]
H A Dmisc.c84 char * my_pathp = NULL; local
88 my_pathp = (char *) malloc( PATH_MAX );
89 if ( my_pathp == NULL ) {
93 strcpy( my_pathp, the_target_dirp );
94 strcat( my_pathp, the_namep );
98 my_err = stat( my_pathp, &my_sb );
110 my_err = rmdir( my_pathp );
121 my_err = unlink( my_pathp );
133 my_fd = open( my_pathp, (O_RDWR | O_CREAT | O_EXCL),
146 if ( my_pathp !
[all...]

Completed in 29 milliseconds