Lines Matching refs:cnt
442 int i, cnt = 0; in mch_expand_wildcards() local
468 cnt = 0; in mch_expand_wildcards()
470 …cnt = decc$to_vms(result, vms_wproc, 1 /*allow wild*/ , (flags & EW_DIR ? 0:1 ) /*allow directory*… in mch_expand_wildcards()
472 if (cnt > 0) in mch_expand_wildcards()
473 cnt = vms_match_num; in mch_expand_wildcards()
475 if (cnt < 1) in mch_expand_wildcards()
478 for (i = 0; i < cnt; i++) in mch_expand_wildcards()
520 int i,cnt = 0; in mch_expandpath() local
528 cnt = 0; in mch_expandpath()
530 …cnt = decc$to_vms(result, vms_wproc, 1 /*allow_wild*/, (flags & EW_DIR ? 0:1 ) /*allow directory*/… in mch_expandpath()
532 if (cnt > 0) in mch_expandpath()
533 cnt = vms_match_num; in mch_expandpath()
534 for (i = 0; i < cnt; i++) in mch_expandpath()
539 return cnt; in mch_expandpath()