Searched refs:mount_point (Results 1 – 1 of 1) sorted by relevance
/openbsd/sbin/dump/ |
H A D | main.c | 120 char *toplevel, *str, *mount_point = NULL, *realpath, *ct; in main() local 366 mount_point = fsbuf.f_mntonname; in main() 371 "a subset of %s", mount_point); in main() 373 (void)strlcpy(spcl.c_filesys, mount_point, in main() 385 mount_point = dt->fs_file; in main() 389 "a subset of %s", mount_point); in main() 391 (void)strlcpy(spcl.c_filesys, mount_point, in main() 434 if (mount_point != NULL) in main() 435 msgtail("(%s) ", mount_point); in main()
|