Home
last modified time | relevance | path

Searched defs:savefile (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/games/adventure/
H A Dsave.c49 struct savefile { struct
50 FILE *f;
51 const char *name;
52 bool warned;
53 size_t bintextpos;
54 uint32_t key;
55 struct crcstate crc;
56 unsigned char pad[8];
57 unsigned padpos;
/dflybsd-src/games/battlestar/
H A Dinit.c43 char *savefile; in initialize() local
/dflybsd-src/contrib/tnftp/src/
H A Dfetch.c1325 char *volatile savefile; in fetch_url() local