Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/stat/fsstat/
H A Dfsstat.c455 build_fstype_list(char ***fstypep) in build_fstype_list() argument
466 if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) { in build_fstype_list()
484 if (((*fstypep)[i] = strdup(buf)) == NULL) { in build_fstype_list()