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

/ast/src/cmd/std/
H A Dmount.c25 * <mnt.h> based mount/umount
122 #include <mnt.h>
293 mountop(register Mnt_t* mnt, char* options) argument
301 sfprintf(sfstderr, "umount(%s)\n", mnt->fs);
302 else if (umount(mnt->fs, 0))
303 error(ERROR_SYSTEM|2, "%s: cannot unmount", mnt->fs);
307 n = (s = options ? options : mnt->options) ? strlen(s) : 0;
309 sfprintf(sfstderr, "mount(\"%s\",\"%s\",0x%08x,\"%s\",\"%s\",%d)\n", mnt->fs, mnt->dir, mnt
319 register Mnt_t* mnt; local
[all...]
H A Ddf.c104 #include <mnt.h>
110 Mnt_t* mnt; /* mnt info */ member in struct:__anon226
480 if (!(s = df->mnt->fs))
505 if (!(s = df->mnt->dir))
516 if (!(s = df->mnt->options))
520 if (!(s = df->mnt->type))
594 if ((!state.type || strmatch(df->mnt->type, state.type)) && (!state.local || !(df->mnt->flags & MNT_REMOTE)))
674 Mnt_t mnt; local
[all...]
/ast/src/lib/libast/string/
H A Dfmtfs.c33 #include <mnt.h>
61 register Mnt_t* mnt; local
80 while ((mnt = mntread(mp)) && (stat(mnt->dir, &rt) || rt.st_dev != st->st_dev));
81 if (mnt && mnt->type)
82 s = mnt->type;
/ast/src/lib/libast/port/
H A Dmnt.c32 #include <mnt.h>
37 NoN(mnt)
55 Mnt_t mnt;
72 hp->mnt.flags = 0;
77 hp->mnt.flags |= MNT_REMOTE;
87 hp->mnt.flags |= MNT_REMOTE;
92 hp->mnt.flags |= MNT_REMOTE;
95 hp->mnt.fs = (char*)fs;
96 hp->mnt.dir = (char*)dir;
97 hp->mnt
[all...]
/ast/src/cmd/cs/vcs_src/
H A Dmnt_vcs.c175 register char* mnt; local
179 (mnt = strtok( NULL, " \t\r\n" )) ) {
180 printf("%s -> %s\n", mnt, url);
/ast/src/lib/libcs/
H A Dcss.c350 static char mnt[] = local
378 for (i = 0; i < elementsof(mnt); i++)
380 *xss->control = mnt[i];
/ast/src/lib/libast/
H A DMakefile34 ip6.h lc.h ls.h magic.h mc.h mime.h mnt.h modecanon.h modex.h \
107 univlib.h univdata.c touch.c mnt.c debug.c \

Completed in 17 milliseconds