Searched defs:match_min (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/posix/
H A Dfind.c337 int match_min = *m == '-', local
339 mode_t m1 = string_to_mode(m+(match_min || match_any), 0),
342 if (match_min || match_any) m2 &= m1;

Completed in 109 milliseconds