Searched defs:mtab (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dmnt_imount.h31 HASHTABLE* mtab; member in struct:istate_t
/ast/src/cmd/std/
H A Dmount.c49 "[M:mtab|fstab?Use \afile\a instead of the default filesystem table.]:[file]"
91 "[M:mtab|fstab?Use \afile\a instead of the default filesystem table.]:[file]"
185 char* mtab; member in struct:__anon234
387 state.mtab = opt_info.arg;
408 trydefault = !state.mtab;
410 if ((s = *argv) && !*++argv && !state.mtab || state.mtab && (!*state.mtab || streq(state.mtab, "-")) || !state.mtab
[all...]

Completed in 16 milliseconds