Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/undo/
H A Dundo.c112 static const char *OutFilePostfix = NULL; variable
155 OutFilePostfix = ".undo"; in main()
191 if (OutFileName && OutFilePostfix) { in main()
469 } else if (OutFilePostfix) { in dogenerate()
472 OutFilePostfix, idx); in dogenerate()
474 asprintf(&path, "%s%s", filename, OutFilePostfix); in dogenerate()