Searched refs:bakfile (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/indent/ |
H A D | indent.c | 86 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 D | ncu2openbsd | 670 my $bakfile = 672 system("diff -u $bakfile $newfile") if ( -f $bakfile );
|