HomeSort by: relevance | last modified time | path
    Searched refs:dumpdates (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/dump/
itime.c 56 struct dumpdates dt_value;
60 struct dumpdates **ddatev = 0;
63 static void dumprecout(FILE *, struct dumpdates *);
64 static int getrecord(FILE *, struct dumpdates *);
65 static int makedumpdate(struct dumpdates *, const char *);
73 if ((df = fopen(dumpdates, "r")) == NULL) {
75 msg("WARNING: cannot read %s: %s\n", dumpdates,
80 * Dumpdates does not exist, make an empty one.
82 msg("WARNING: no file `%s', making an empty one\n", dumpdates);
83 if ((df = fopen(dumpdates, "w")) == NULL)
    [all...]
optr.c 485 struct dumpdates *dtwalk;
493 initdumptimes(); /* /etc/dumpdates input */
494 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort);
527 const struct dumpdates *d1 = *(const struct dumpdates *const *)a1;
528 const struct dumpdates *d2 = *(const struct dumpdates *const *)a2;
dump.h 113 extern const char *dumpdates; /* name of the file containing dump date information*/
114 extern const char *temp; /* name of the file for doing rewrite of dumpdates */
118 extern const char *dumpdev; /* device name in dumpdates */
279 struct dumpdates { struct
287 extern struct dumpdates **ddatev; /* the arrayfied version */
main.c 81 const char *dumpdates; variable in typeref:typename:const char *
160 dumpdates = _PATH_DUMPDATES;
204 case 'D': /* specify alt. dumpdates file */
205 dumpdates = optarg;
285 case 'u': /* update /etc/dumpdates */
289 case 'U': /* dump device in /etc/dumpdates */
534 getdumptime(); /* /etc/dumpdates snarfed */
  /src/etc/
daily 174 if [ -s /etc/dumpdates ] ; then
Makefile 303 ${BINOWN} operator 664 /etc/dumpdates \

Completed in 17 milliseconds