Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/dump/
Ditime.c59 struct dumpdates dt_value;
64 struct dumpdates **ddatev; /* the arrayfied version */
65 char *dumpdates; /* name of the file containing dump date info */ variable
68 static void dumprecout(FILE *, const struct dumpdates *);
69 static int getrecord(FILE *, struct dumpdates *);
70 static int makedumpdate(struct dumpdates *, const char *);
78 if ((df = fopen(dumpdates, "r")) == NULL) { in initdumptimes()
80 msg("WARNING: cannot read %s: %s\n", dumpdates, in initdumptimes()
87 msg("WARNING: no file `%s', making an empty one\n", dumpdates); in initdumptimes()
88 if ((df = fopen(dumpdates, "w")) == NULL) { in initdumptimes()
[all …]
Doptr.c378 struct dumpdates *dtwalk; in lastdump()
387 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort); in lastdump()
423 struct dumpdates *d1 = *(struct dumpdates **)a1; in datesort()
424 struct dumpdates *d2 = *(struct dumpdates **)a2; in datesort()
Ddump.h62 extern char *dumpdates; /* name of the file containing dump date info */
161 struct dumpdates { struct
167 extern struct dumpdates **ddatev; /* the arrayfied version */ argument
DMakefile21 CONFSNAME_/dev/null= dumpdates
Dmain.c134 dumpdates = _PATH_DUMPDATES; in main()
178 dumpdates = optarg; in main()
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
D400.status-disks27 if [ -s /etc/dumpdates ]; then
/freebsd-12-stable/usr.bin/calendar/
Dcalendar.c212 dumpdates(); in main()
Dcalendar.h186 void dumpdates(void);
Ddates.c236 dumpdates(void) in dumpdates() function