Searched defs:mnt (Results 1 - 5 of 5) sorted by relevance
/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/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/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...] |
Completed in 16 milliseconds