Home
last modified time | relevance | path

Searched defs:is_dir (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dremove.c189 prompt (FTS const *fts, FTSENT const *ent, bool is_dir, in prompt()
391 excise (FTS *fts, FTSENT *ent, struct rm_options const *x, bool is_dir) in excise()
570 bool is_dir = ent->fts_info == FTS_DP || ent->fts_info == FTS_DNR; in rm_fts() local