Home
last modified time | relevance | path

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

/coreutils/tests/rm/
Dr-root.sh59 break_line=$(grep -n ^excise "$break_src") || framework_failure_
135 rm -f x excise.break || framework_failure_
137 test -f excise.break && framework_failure_
155 touch excise.break
183 test -f excise.break || skip=1 # gdb works and breakpoint hit
/coreutils/src/
Dremove.c391 excise (FTS *fts, FTSENT *ent, struct rm_options const *x, bool is_dir) in excise() function
533 s = excise (fts, ent, x, true); in rm_fts()
575 return excise (fts, ent, x, is_dir); in rm_fts()