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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c633 char * my_path2p = NULL; local
645 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_path2p, PATH_MAX, VM_FLAGS_ANYWHERE);
652 *my_path2p = 0x00;
663 strcat( my_path2p, my_pathp );
664 strcat( my_path2p, "link" );
703 my_err = link( my_pathp, my_path2p );
727 my_err = unlink( my_path2p );
756 if ( my_path2p != NULL ) {
757 remove( my_path2p );
758 vm_deallocate(mach_task_self(), (vm_address_t)my_path2p, PATH_MA
[all...]

Completed in 21 milliseconds