Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dfind.c335 int i = (*s == 'i'), is_path = (s[i] != 'n'); in do_find() local
339 if (new && is_path) name = path = dirtree_path(new, 0); in do_find()
347 test = !fnmatch(arg, name, FNM_PATHNAME*(!is_path)); in do_find()