Searched refs:mount_union (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/mount_union/
H A DMakefile6 PROG= mount_union
7 SRCS= mount_union.c
8 MAN= mount_union.8
H A Dmount_union.c1 /* $NetBSD: mount_union.c,v 1.21 2008/07/20 01:20:23 lukem Exp $ */
43 static char sccsid[] = "@(#)mount_union.c 8.6 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_union.c,v 1.21 2008/07/20 01:20:23 lukem Exp $");
69 int mount_union(int argc, char **argv);
77 return mount_union(argc, argv);
82 mount_union(int argc, char *argv[]) function
164 "usage: mount_union [-br] [-o options] target_fs mount_point\n");
/netbsd-6-1-5-RELEASE/sbin/
H A DMakefile51 SUBDIR+= mount_union

Completed in 40 milliseconds