Home
last modified time | relevance | path

Searched defs:mtab (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/pstat/
H A Dpstat.c684 static struct mtab { in getmnt() struct
685 struct mtab *next; in getmnt()
686 struct mount *maddr; in getmnt()
687 struct mount mount; in getmnt()
/openbsd-src/usr.bin/newsyslog/
H A Dnewsyslog.c1248 static int mtab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; parseDWM() local