Searched refs:bakchn (Results 1 – 1 of 1) sorted by relevance
1297 bakchn; in bakcopy() local1311 bakchn = open(bakfile, O_CREAT | O_TRUNC | O_WRONLY, 0600); in bakcopy()1312 if (bakchn == -1) in bakcopy()1315 if (write(bakchn, buff, n) != n) in bakcopy()1319 close(bakchn); in bakcopy()