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

/ast/src/cmd/std/
H A Dmount.c28 #include "FEATURE/unmount"
61 "[u:unmount|umount?Unmount the matched filesystems.]"
80 "[+NAME?umount - unmount filesystems]"
110 __STDPP__directive pragma pp:hide mount umount unmount
114 #define unmount ______unmount
136 __STDPP__directive pragma pp:nohide mount umount unmount
140 #undef unmount
145 extern int unmount(const char*);
148 #define umount(a,b) unmount(a)
181 int unmount; member in struct:__anon234
[all...]

Completed in 6 milliseconds