Home
last modified time | relevance | path

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

/dragonfly/sbin/umount/
H A Dumount.c545 static char *mntcount = NULL; in getmntname() local
554 (mntcount = calloc(mntsize + 1, sizeof(int))) == NULL) in getmntname()
621 if (mntcount[i] == 1) in getmntname()
624 mntcount[i] = 1; in getmntname()
636 free(mntcount); in getmntname()