Lines Matching defs:umount
25 * <mnt.h> based mount/umount
61 "[u:unmount|umount?Unmount the matched filesystems.]"
78 "[-?\n@(#)$Id: umount (AT&T Research) 1999-11-19 $\n]"
80 "[+NAME?umount - unmount filesystems]"
110 __STDPP__directive pragma pp:hide mount umount unmount
113 #define umount ______umount
136 __STDPP__directive pragma pp:nohide mount umount unmount
139 #undef umount
144 extern int umount(const char*, int);
148 #define umount(a,b) unmount(a)
301 sfprintf(sfstderr, "umount(%s)\n", mnt->fs);
302 else if (umount(mnt->fs, 0))
515 execv(*s == 'u' ? "/etc/umount" : "/etc/mount", argv);