Home
last modified time | relevance | path

Searched refs:fstypep (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c456 build_fstype_list(char ***fstypep) in build_fstype_list() argument
467 if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) { in build_fstype_list()
485 if (((*fstypep)[i] = strdup(buf)) == NULL) { in build_fstype_list()