Searched refs:count_ACE (Results 1 – 4 of 4) sorted by relevance
87 cnt=$(count_ACE $node)107 cnt=$(count_ACE $node)
93 before_cnt=$(count_ACE $node)101 after_cnt=$(count_ACE $node)
100 cur_count=$(count_ACE $node)
252 function count_ACE #<file or dir name> function274 if [[ ! -e $1 || $2 -ge $(count_ACE $1) ]]; then