Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent.c1242 bakchn; in bakcopy() local
1255 bakchn = creat(bakfile, 0600); in bakcopy()
1256 if (bakchn < 0) in bakcopy()
1259 if (write(bakchn, buff, n) != n) in bakcopy()
1263 close(bakchn); in bakcopy()