Home
last modified time | relevance | path

Searched refs:bakfile (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/indent/
H A Dindent.c86 char bakfile[MAXPATHLEN] = ""; variable
1252 sprintf(bakfile, "%s%s", p, simple_backup_suffix); in bakcopy()
1255 bakchn = creat(bakfile, 0600); in bakcopy()
1257 err(1, "%s", bakfile); in bakcopy()
1260 err(1, "%s", bakfile); in bakcopy()
1267 input = fopen(bakfile, "r"); in bakcopy()
1269 err(1, "%s", bakfile); in bakcopy()
1273 unlink(bakfile); in bakcopy()
/freebsd/contrib/ncurses/misc/
H A Dncu2openbsd670 my $bakfile =
672 system("diff -u $bakfile $newfile") if ( -f $bakfile );