Home
last modified time | relevance | path

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

/coreutils/src/
Dshred.c1036 wipename (char *oldname, char const *qoldname, struct Options const *flags) in wipename() argument
1050 error (0, 0, _("%s: removing"), qoldname); in wipename()
1073 char const *old = first ? qoldname : oldname; in wipename()
1084 error (0, errno, _("%s: failed to remove"), qoldname); in wipename()
1088 error (0, 0, _("%s: removed"), qoldname); in wipename()