Lines Matching defs:tofile
88 char tofile[MAXNAMLEN + 1];
101 (void) strcpy(tofile, to);
102 (void) strcat(tofile, dbm_pag);
104 if (rename(fromfile, tofile)) {
106 tofile);
110 (void) strcpy(savefile, tofile);
113 (void) strcpy(tofile, to);
114 (void) strcat(tofile, dbm_dir);
116 if (rename(fromfile, tofile)) {
118 tofile);
121 (void) strcpy(tofile, to);
122 (void) strcat(tofile, dbm_pag);
124 if (rename(tofile, fromfile)) {
135 chmod(tofile, 0644);