Home
last modified time | relevance | path

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

/openbsd/usr.sbin/amd/amd/
H A DMakefile11 mtab.c nfs_ops.c nfs_prot_svc.c \
/openbsd/usr.sbin/pstat/
H A Dpstat.c684 static struct mtab { in getmnt() struct
685 struct mtab *next; in getmnt() argument
689 struct mtab *mt; in getmnt()
694 if ((mt = malloc(sizeof(struct mtab))) == NULL) in getmnt()
/openbsd/usr.sbin/amd/include/
H A Dam.h77 extern char *mtab; /* Mount table */
/openbsd/usr.bin/newsyslog/
H A Dnewsyslog.c1250 static int mtab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; in parseDWM() local
1261 nd = mtab[tm.tm_mon]; in parseDWM()