Searched defs:remove_dir (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh212 function remove_dir { function
807 test "$CLEANUP" = c && remove_dir $INSTALL_DIR
986 remove_dir $INSTALL_DIR/$KARCH
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c307 remove_dir(char *path_dir) function
776 (void) remove_dir(buf);
788 (void) remove_dir(buf);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c191 static int remove_dir(char *);
2158 * want to restore it back just in case remove_dir()
2165 if (remove_dir(nam_p) < 0) {
8127 remove_dir(char *path) function
8134 #define MSG1 "remove_dir() failed to stat(\"%s\") "
8135 #define MSG2 "remove_dir() failed to remove_dir(\"%s\") "
8136 #define MSG3 "remove_dir() failed to unlink(\"%s\") "
8142 msg(ERRN, "remove_dir() failed to opendir(\"%s\") ", path);
8147 msg(ERRN, "remove_dir() faile
[all...]

Completed in 97 milliseconds