Home
last modified time | relevance | path

Searched refs:from_dir (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c350 copydir_from_to(char *from_dir, char *to_dir) in copydir_from_to() argument
358 if ((dp = opendir(from_dir)) == NULL) { in copydir_from_to()
362 from_dir); in copydir_from_to()
372 (void) strcpy(path, from_dir); in copydir_from_to()
H A Dsm_statd.h215 extern void copydir_from_to(char *from_dir, char *to_dir);