Searched refs:mtab (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/amd/amd/ |
H A D | Makefile | 11 mtab.c nfs_ops.c nfs_prot_svc.c \
|
/openbsd/usr.sbin/pstat/ |
H A D | pstat.c | 684 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 D | am.h | 77 extern char *mtab; /* Mount table */
|
/openbsd/usr.bin/newsyslog/ |
H A D | newsyslog.c | 1250 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()
|