HomeSort by: relevance | last modified time | path
    Searched defs:savefile (Results 1 - 3 of 3) sorted by relevancy

  /src/games/battlestar/
init.c 51 char *savefile; local in function:initialize
71 savefile = save_file_name(filename, strlen(filename));
72 restore(savefile);
73 free(savefile);
  /src/games/adventure/
save.c 57 struct savefile { struct
111 // savefile
114 * Open a savefile.
116 static struct savefile *
119 struct savefile *sf;
147 savefile_rawread(struct savefile *sf, void *data, size_t len)
164 savefile_rawwrite(struct savefile *sf, const void *data, size_t len)
178 * Close a savefile.
181 savefile_close(struct savefile *sf)
204 savefile_bintextread(struct savefile *sf, void *data, size_t len
    [all...]
  /src/usr.bin/ftp/
fetch.c 1409 char *volatile savefile; local in function:fetch_url
1431 savefile = NULL;
1472 savefile = outfile;
1474 cp = strrchr(decodedpath, '/'); /* find savefile */
1476 savefile = ftp_strdup(cp + 1);
1478 savefile = ftp_strdup(decodedpath);
1484 outfile = ftp_strdup(savefile);
1486 DPRINTF("%s: savefile `%s'\n", __func__, savefile);
1487 if (EMPTYSTRING(savefile)) {
    [all...]

Completed in 12 milliseconds