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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c756 * Test chdir and fchdir system calls.
794 /* now do the chdir to our test directory and then do the stat relative to that location */
795 my_err = chdir( &g_target_path[0] );
797 printf( "chdir call failed. got errno %d - %s. \n", errno, strerror( errno ) );
815 printf( "chdir call appears to have failed. stat buffer contents do not match! \n" );
820 my_err = chdir( "/" );
822 printf( "chdir call failed. got errno %d - %s. \n", errno, strerror( errno ) );
829 printf( "chdir to root volume has failed \n" );
859 printf( "chdir call appears to have failed. stat buffer contents do not match! \n" );
876 if ( chdir(cw
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c59 {AC(chdir_args), 0, 0, (sy_call_t *)chdir, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 12 = chdir */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1709 int chdir(struct proc *, struct chdir_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1969 chdir(proc_t p, struct chdir_args *uap, __unused register_t *retval) function
2031 * Common routine for chroot and chdir.

Completed in 105 milliseconds