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

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c29 char * my_child_pathp = NULL; local
46 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_child_pathp, 128, VM_FLAGS_ANYWHERE);
60 strcpy( my_child_pathp, my_parent_pathp );
62 strcat( my_child_pathp, "c" ); /* append 'c' to mean "child" */
75 my_len = sizeof(*my_sockaddr) - sizeof(my_sockaddr->sa_data) + strlen(my_child_pathp);
78 strcpy( &my_sockaddr->sa_data[0], my_child_pathp );
168 /* test results - should be sa_family == SOCK_STREAM and name should match my_child_pathp */
398 if ( my_child_pathp != NULL ) {
399 remove( my_child_pathp );
400 vm_deallocate(mach_task_self(), (vm_address_t)my_child_pathp, 12
[all...]

Completed in 19 milliseconds