Home
last modified time | relevance | path

Searched refs:remove_dir (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c307 remove_dir(char *path_dir) in remove_dir() function
776 (void) remove_dir(buf); in copy_client_names()
788 (void) remove_dir(buf); in copy_client_names()
/titanic_50/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
/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c191 static int remove_dir(char *);
2165 if (remove_dir(nam_p) < 0) { in creat_tmp()
8127 remove_dir(char *path) in remove_dir() function
8169 if (remove_dir(direct->d_name) == -1) { in remove_dir()