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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DManifest.t53 sub remove_dir { subroutine
227 remove_dir( 'moretest', 'copy' );
231 remove_dir( 'mantest' );
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c295 remove_dir(path_dir) function
739 (void) remove_dir(buf);
751 (void) remove_dir(buf);
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A DInstall.sh212 function remove_dir { function
871 test "$CLEANUP" = c && remove_dir $INSTALL_DIR
1050 remove_dir $INSTALL_DIR/$KARCH
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.c189 static int remove_dir(char *);
2153 * want to restore it back just in case remove_dir()
2160 if (remove_dir(nam_p) < 0) {
8119 remove_dir(char *path) function
8126 #define MSG1 "remove_dir() failed to stat(\"%s\") "
8127 #define MSG2 "remove_dir() failed to remove_dir(\"%s\") "
8128 #define MSG3 "remove_dir() failed to unlink(\"%s\") "
8134 msg(ERRN, "remove_dir() failed to opendir(\"%s\") ", path);
8139 msg(ERRN, "remove_dir() faile
[all...]

Completed in 109 milliseconds