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

/freebsd-10-stable/sbin/dump/
H A Ditime.c57 struct dumpdates dt_value;
61 struct dumpdates **ddatev = 0;
64 static void dumprecout(FILE *, const struct dumpdates *);
65 static int getrecord(FILE *, struct dumpdates *);
66 static int makedumpdate(struct dumpdates *, const char *);
74 if ((df = fopen(dumpdates, "r")) == NULL) {
76 msg("WARNING: cannot read %s: %s\n", dumpdates,
83 msg("WARNING: no file `%s', making an empty one\n", dumpdates);
84 if ((df = fopen(dumpdates, "w")) == NULL) {
85 msg("WARNING: cannot create %s: %s\n", dumpdates,
[all...]
H A Ddump.h60 char *dumpdates; /* name of the file containing dump date information*/ variable
61 char *temp; /* name of the file for doing rewrite of dumpdates */
160 struct dumpdates { struct
166 struct dumpdates **ddatev; /* the arrayfied version */
H A Doptr.c376 struct dumpdates *dtwalk;
384 initdumptimes(); /* /etc/dumpdates input */
385 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort);
421 struct dumpdates *d1 = *(struct dumpdates **)a1;
422 struct dumpdates *d2 = *(struct dumpdates **)a2;
H A Dmain.c113 dumpdates = _PATH_DUMPDATES;
158 dumpdates = optarg;
222 case 'u': /* update /etc/dumpdates */
417 getdumptime(); /* /etc/dumpdates snarfed */
615 " [-D dumpdates] [-d density] [-f file | -P pipecommand] [-h level]\n"
/freebsd-10-stable/etc/periodic/daily/
H A D400.status-disks27 if [ -s /etc/dumpdates ]; then
/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.c200 dumpdates();
H A Dcalendar.h181 void dumpdates(void);
H A Ddates.c234 dumpdates(void) function
/freebsd-10-stable/etc/
H A DMakefile312 ${DESTDIR}/etc/dumpdates

Completed in 121 milliseconds