Home
last modified time | relevance | path

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

/dports/sysutils/ddpt/ddpt-0.95/src/
H A Dddpt.c231 int outf_exists = 0; in open_of() local
273 outf_exists = 1; in open_of()
280 if (0 == outf_exists) in open_of()
290 if ((FT_REG & odip->d_type) && outf_exists && ofp->trunc && in open_of()
312 if ((! outf_exists) && (FT_ERROR & odip->d_type)) { in open_of()
320 (outf_exists ? "open" : "create"), ofn, flags); in open_of()