HomeSort by: relevance | last modified time | path
    Searched defs:typelist (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mtree/
misc.c 97 static KEY typelist[] = { variable in typeref:typename:KEY[]
148 k = (KEY *)bsearch(&tmp, typelist, sizeof(typelist) / sizeof(KEY),
  /src/bin/df/
df.c 82 static char **typelist; variable in typeref:typename:char **
168 if (typelist != NULL)
309 if (typelist == NULL)
311 for (av = typelist; *av != NULL; ++av)
343 if ((av = typelist = calloc((i + 1), sizeof(*av))) == NULL)
366 if (!lflag && typelist == NULL && aflag)
  /src/sbin/umount/
umount.c 105 const char **typelist = NULL; local in function:main
136 if (typelist != NULL)
138 typelist = makevfslist(optarg);
156 if ((nfshost != NULL) && (typelist == NULL))
157 typelist = makevfslist("nfs");
173 if (checkvfsname(mntbuf[mnts].f_fstypename, typelist))
175 if (umountfs(mntbuf[mnts].f_mntonname, typelist,
185 if (umountfs(mntfromname, typelist, raw) != 0)
192 umountfs(const char *name, const char **typelist, int raw)
255 if (checkvfsname(type, typelist))
    [all...]

Completed in 14 milliseconds