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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile138 rmdir.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmisc.c110 my_err = rmdir( my_pathp );
112 printf( "rmdir failed with error %d - \"%s\" \n", errno, strerror( errno) );
H A Dmain.c75 {1, &mkdir_rmdir_umask_test, NULL, "mkdir, rmdir, umask"},
336 rmdir( &g_target_path[0] );
H A Dtests.c3042 * Test mkdir, rmdir, umask system calls.
3093 my_err = rmdir( my_pathp );
3095 printf( "rmdir failed with error %d - \"%s\" \n", errno, strerror( errno) );
3108 rmdir( my_pathp );
3212 my_err = rmdir( my_pathp );
3214 printf( "rmdir failed with error %d - \"%s\" path %p\n", errno, strerror( errno), my_pathp );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c223 {AC(rmdir_args), 0, 0, (sy_call_t *)rmdir, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 137 = rmdir */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1821 int rmdir(struct proc *, struct rmdir_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5383 rmdir(__unused proc_t p, struct rmdir_args *uap, __unused register_t *retval) function
5393 * This loop exists to restart rmdir in the unlikely case that two
5421 * rmdir only deals with directories
5426 * No rmdir "." please.

Completed in 75 milliseconds