Searched refs:mnt (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/std/ |
H A D | mount.c | 25 * <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 D | df.c | 104 #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 D | fmtfs.c | 33 #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 D | mnt.c | 32 #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 D | mnt_vcs.c | 175 register char* mnt; local 179 (mnt = strtok( NULL, " \t\r\n" )) ) { 180 printf("%s -> %s\n", mnt, url);
|
/ast/src/lib/libcs/ |
H A D | css.c | 350 static char mnt[] = local 378 for (i = 0; i < elementsof(mnt); i++) 380 *xss->control = mnt[i];
|
/ast/src/lib/libast/ |
H A D | Makefile | 34 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